I was trying to compile the 1.1.1 for testing on my towitoko CHIPDRIVE micro.
I used this compilation option. ./configure --disable-threadsafe and I got this error below. (under musclecard.c) Must threadsafe be enabled? I am trying to compile this on my linux kernel Linux version 2.4.18-ac3 ([EMAIL PROTECTED]) (gcc version 3.0.3) #1 Mon Mar 4 08:50:52 SGT 2002 jipi jipi@roces02 pcsc-lite-1.1.1$ make make all-recursive make[1]: Entering directory `/home/jipi/screader/pcsctest-10062002/pcsc-lite-1.1.1' Making all in src make[2]: Entering directory `/home/jipi/screader/pcsctest-10062002/pcsc-lite-1.1.1/src' Making all in . make[3]: Entering directory `/home/jipi/screader/pcsctest-10062002/pcsc-lite-1.1.1/src' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-common -c winscard_clnt.c rm -f .libs/winscard_clnt.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-common -Wp,-MD,.deps/winscard_clnt.pp -c winscard_clnt.c -fPIC -DPIC -o .libs/winscard_clnt.lo mv -f .libs/winscard_clnt.lo winscard_clnt.o (cd . && ln -s winscard_clnt.o winscard_clnt.lo) /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-common -c debuglog.c rm -f .libs/debuglog.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-common -Wp,-MD,.deps/debuglog.pp -c debuglog.c -fPIC -DPIC -o .libs/debuglog.lo mv -f .libs/debuglog.lo debuglog.o (cd . && ln -s debuglog.o debuglog.lo) /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-common -c sys_unix.c rm -f .libs/sys_unix.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-common -Wp,-MD,.deps/sys_unix.pp -c sys_unix.c -fPIC -DPIC -o .libs/sys_unix.lo mv -f .libs/sys_unix.lo sys_unix.o (cd . && ln -s sys_unix.o sys_unix.lo) /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-common -c winscard_msg.c rm -f .libs/winscard_msg.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-common -Wp,-MD,.deps/winscard_msg.pp -c winscard_msg.c -fPIC -DPIC -o .libs/winscard_msg.lo mv -f .libs/winscard_msg.lo winscard_msg.o (cd . && ln -s winscard_msg.o winscard_msg.lo) /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-common -c musclecard.c rm -f .libs/musclecard.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-common -Wp,-MD,.deps/musclecard.pp -c musclecard.c -fPIC -DPIC -o .libs/musclecard.lo musclecard.c:46: parse error before "callbackThread" musclecard.c:46: warning: type defaults to `int' in declaration of `callbackThread' musclecard.c:46: warning: data definition has no type or storage class musclecard.c:45: warning: `blockingContext' defined but not used make[3]: *** [musclecard.lo] Error 1 make[3]: Leaving directory `/home/jipi/screader/pcsctest-10062002/pcsc-lite-1.1.1/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/jipi/screader/pcsctest-10062002/pcsc-lite-1.1.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jipi/screader/pcsctest-10062002/pcsc-lite-1.1.1' make: *** [all-recursive-am] Error 2 David Corcoran wrote: > Hello, > > If no one has any objections (BUGS), I will rpm build the current release > 1.1.1 on the web. > > Best Regards, > Dave > > *************************************************************** > Unix Smart Card Developers - M.U.S.C.L.E. > (Movement for the Use of Smart Cards in a Linux Environment) > http://www.linuxnet.com/ > To unsubscribe send an email to [EMAIL PROTECTED] with > unsubscribe sclinux > *************************************************************** > > > *************************************************************** Unix Smart Card Developers - M.U.S.C.L.E. (Movement for the Use of Smart Cards in a Linux Environment) http://www.linuxnet.com/ To unsubscribe send an email to [EMAIL PROTECTED] with unsubscribe sclinux ***************************************************************
