That works. Thanks.
BTW, I have another question. I tried to pull the cvs version to linux. There is no configure so I tried to create it using reconf but got the undefined macro error as below:
[martin]$ ./reconf
running aclocal in ., creating build/aclocal.m4
running automake in .
automake: no `Makefile.am' found or specified
running autoconf in .
autoconf: Undefined macros:
configure.in:347:AC_CONFIG_FILES(Makefile src/Makefile src/utils/Makefile etc/Makefile
running autoheader in .
touching ./stamp-h.in
[martin]$ ./configure
creating cache ./config.cache
configure: error: can not run build/config.sub
Rgds. Martin
Toni Andjelkovic wrote:
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
_______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
