Hi Michael,
there is some trouble on Mac OS X (Leopard) which was not there for revision 436: _debug.c:515: warning: implicit declaration of function ‘rl_completion_matches’
Hmm, Mac OS has a /usr/lib/readline that doesn't provide the above function. (It looks like a wrapper around the BSD editline library.) I removed the call to the above and replaced it with a home-made almost-equivalent. (I'll remove the 'almost-' later.) Hope this helps.
Methinks it's time to reconsider the whole readline dependency. Cheers, Ian _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
