On Sat, Aug 16 2003 (17:26:33 +0800), Martin Leung wrote: > 1. tokenparser.c and configfile.c assumed <stdint.h>, though, config.h > has HAVE_STDINT_H undefined. Is stdint.h a must?
This error has been fixed in the CVS version of PCSC. > gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"pcsc-lite\" > -DVERSION=\"1.1.2\" -g -O2 -D_REENTRANT -pthreads -Wall -fno-common -c > eventhandler.c -Wp,-MD,.deps/eventhandler.TPlo -fPIC -DPIC -o > .libs/eventhandler.lo > eventhandler.c: In function `EHInitializeEventStructures': > eventhandler.c:56: `errno' undeclared (first use in this function) > eventhandler.c:56: (Each undeclared identifier is reported only once > eventhandler.c:56: for each function it appears in.) > *** Error code 1 > make: Fatal error: Command failed for target `eventhandler.lo' > Current working directory /home/ksp/pcsc/pcsc-lite-1.1.2/src > *** Error code 1 > make: Fatal error: Command failed for target `all-recursive' > Current working directory /home/ksp/pcsc/pcsc-lite-1.1.2/src > *** Error code 1 > make: Fatal error: Command failed for target `all-recursive' > Current working directory /home/ksp/pcsc/pcsc-lite-1.1.2 > *** Error code 1 > make: Fatal error: Command failed for target `all' This one hasn't been fixed yet. You could try adding #include <errno.h> to src/eventhandler.c and continuing. Cheers Toni _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
