Hello, I am running Leopard 10.5.1 and finally, I was able to compile for this platform the libfprint.
You need to install ImageMagick and the libusb. If you have problems, contact me. Then, since there is no pkg-config in Mac OS X, you need to set some variables: export LIBUSB_LIBS="-L/usr/local/lib -lusb" export LIBUSB_CFLAGS="-I/usr/local/include" export CRYPTO_CFLAGS="-I/usr/include" export CRYPTO_LIBS="-L/usr/lib -lcrypto" export IMAGEMAGICK_CFLAGS="-I/usr/local/include" export IMAGEMAGICK_LIBS="-L/usr/local/lib -lWand -lMagick" After this, go to the libfprint directory and compile (./configure, make, sudo make install). The new library will be installed in /usr/local/lib and the include in /usr/local/include. You can then link to this with XCode and write your stuffs. Geppy _______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
