hi everyone and happy coding to you all !
i am trying to build a little program, by using ofxNFCReader… on Linux
and i did everything to deal with it (correctly i think), Codeblocks keep saying this to me:
can you told me where is the problem? i a bit new in Linux, and it looks quite difficult to me
||=== Build: Debug in nfc (compiler: GNU GCC Compiler) ===|
…/…/…/addons/obj/linux/Debug/ofxNFCReader/src/ofxNFCReader.o||In function `ofxNFCReader::open(int)’
/home/scale/Desktop/of/apps/myApps/example/…/…/…/addons/ofxNFCReader/src/ofxNFCReader.cpp|43|undefined reference to `nfc_init’|
/home/scale/Desktop/of/apps/myApps/example/…/…/…/addons/ofxNFCReader/src/ofxNFCReader.cpp|45|undefined reference to `nfc_open’|
/home/scale/Desktop/of/apps/myApps/example/…/…/…/addons/ofxNFCReader/src/ofxNFCReader.cpp|52|undefined reference to `nfc_initiator_init’|
/home/scale/Desktop/of/apps/myApps/example/…/…/…/addons/ofxNFCReader/src/ofxNFCReader.cpp|53|undefined reference to `nfc_perror’|
/home/scale/Desktop/of/apps/myApps/example/…/…/…/addons/ofxNFCReader/src/ofxNFCReader.cpp|58|undefined reference to `nfc_device_get_name’|
…/…/…/addons/obj/linux/Debug/ofxNFCReader/src/ofxNFCReader.o||In function `ofxNFCReader::close()’
/home/scale/Desktop/of/apps/myApps/example/…/…/…/addons/ofxNFCReader/src/ofxNFCReader.cpp|69|undefined reference to `nfc_close’|
/home/scale/Desktop/of/apps/myApps/example/…/…/…/addons/ofxNFCReader/src/ofxNFCReader.cpp|70|undefined reference to `nfc_exit’|
…/…/…/addons/obj/linux/Debug/ofxNFCReader/src/ofxNFCReader.o||In function `ofxNFCReader::threadedFunction()’
/home/scale/Desktop/of/apps/myApps/example/…/…/…/addons/ofxNFCReader/src/ofxNFCReader.cpp|113|undefined reference to `nfc_initiator_poll_target’|
/home/scale/Desktop/of/apps/myApps/example/…/…/…/addons/ofxNFCReader/src/ofxNFCReader.cpp|121|undefined reference to `str_nfc_target’|
||=== Build failed: 9 error(s), 0 warning(s) (0 minute(s), 14 second(s)) ===|
thank you for your patience and have a happy day