Topic: Libusb are missing header files on MacOS Lion
OS:
Mac OSX 10.7.1, Lion
Hi there. I am trying to setup libnfc in order to get nfOSC to work and I'm running into some problems trying to configure libnfc.
I have downloaded MacPorts and done all the installations needed here: http://www.libnfc.org/documentation/ins .#mac_os_x
$ sudo port install glib
didnt work, but i have glib2 and tried with
$ sudo port install glib1
instead, so now i can see that i have both glib1+2
$ lipo -info /usr/local/lib/libusb.dylib
didn't work either but i somehow got to see that i have the right version (don't remember how)
When i try to do:
$ sudo ./configure
in the libnfc folder i get the following:
configure: error: The libusb headers are missing
I have tried installing both libusb-1.0.8 and libusb-0.1.12 manually but nothing solved the problem.
Can anyone come up with an answer to help me?