Here in Belgium, population get a brand new electronic identity card.
It looks like: http://img489.imageshack.us/img489/8158 ... ebelge.jpg
We also received a run time library for windows and Linux avaiable here: http://www.belgium.be/zip/eid_datacapture_fr.html
I'm trying to compile the Linux version but I'm having alot of problem:
Code: Select all
pol@fujitsu1 ~/Desktop/eIDSource_2_3_13/ObjectsMultiPlatform/Platforms/Linux/Base $ make -f MakeFile
gcc -xc++ -Wall -Dlinux -I../../../Include -c -o Thread.o ../../../Src/Base/Thread.cpp
../../../Src/Base/Thread.cpp: In member function `void CThread::Kill()':
../../../Src/Base/Thread.cpp:224: error: `pthread_kill' undeclared (first use this function)
../../../Src/Base/Thread.cpp:224: error: (Each undeclared identifier is reported only once for each function it appears in.)
make: *** [Thread.o] Error 1
pol@fujitsu1 ~/Desktop/eIDSource_2_3_13/ObjectsMultiPlatform/Platforms/Linux/Base $
If someone know something that could help me...it would be gratefull !
Thanks



