From: Cranix <cr...@ha...> - 2015-02-03 19:40:12
|
Good morning, I'm trying to compile gpshell-1.4.4. I have FreeBSD 10.1, i'v downloaded tarballs with source of globalplatform-6.0.0 and gphsell-1.4.4. Compillation of globalplatform whas straightforward, and right now i have globalplatform's binaries in my home directory. Unfortunetly i have problem with compillation of gphsell. I'm trying to compile gpshell executing ./configure --prefix=/home/cranix/gpshell \ WINSCARD_LIB_PATH="-I/home/cranix/globalplatform-6.0.0/src/pcsclite-includes/winscard.h" \ GLOBALPLATFORM_CFLAGS="-I/home/cranix/globalplatform/include/globalplatform" \ GLOBALPLATFORM_LIBS="-L/home/cranix/globalplatform/lib" in directory with gpshell's source. Unfortunetly i'm getting: error: OPGP_VISA2_derive_keys() not found, install GlobalPlatform 6.0.0 or later (full configure's output is here: http://pastebin.com/00w7WZz3) I'v tried searching with several search engines, but with no result. Have You any ideas what i might doing wrong? Kind regards, Cranix |