On 06/10/05, Carlo Agrusti <[EMAIL PROTECTED]> wrote: > Hmm, what exactly is it expected to do? I have compiled (and run) on ARM > pcsc-lite without lex (by faking the Makefile for docs), and everything > looks fine; am I loosing something?
lex (or flex for the GNU version) is needed to generate configfile.c from configfile.l and tokenparser.c from tokenparser.l. You also need the lexer library to provide the yywarp() function. See [1] and [2]. The generated .c files are already included in the .tar.gz. Maybe I could also provide a simple yywrap() function and remove the dependency on lex? I open a bug on pcsc-lite just to remember. Bye, [1] http://archives.neohapsis.com/archives/dev/muscle/2005-q3/0188.html [2] https://alioth.debian.org/tracker/index.php?func=detail&aid=301048&group_id=30105&atid=410085 -- Dr. Ludovic Rousseau For private mail use [EMAIL PROTECTED] and not "big brother" Google _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
