I have some problems on building pcsc-lite-1.1.2beta5:
1. tokenparser.c and configfile.c assumed <stdint.h>, though, config.h has HAVE_STDINT_H undefined. Is stdint.h a must?
2. Removed stdint.h from the above files got them compiled. Then I got the following error:
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'
Any help?
Rgds. Martin
_______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
