So, contrary to what I'm about to write, I'm not a complete idiot.

Using the exact install instructions in libconcord/INSTALL.mac to install
libusb (./configure --prefix=/usr -> make -> sudo make install) I get the same
errors as I did in my previous mail. I did try to move libusb.h and the usb.h
symlink to the /usr/include directory, which changed my configure output to:
checking usb.h usability... yes, checking usb.h presence... yes, checking for
usb.h... yes, checking for usb_init in -lusb... no, with a failure at that
point.

I uninstalled libusb (1.0.8) using sudo make uninstall, and tried to let it
install to it's default location (/usr/local) and libconcord couldn't find it
(obviously). Finally, I tried to be as explicit as possible with the libusb
installer using './configure --prefix=/usr --libdir=/usr/lib
--includedir=/usr/include' which for some reason STILL had usb.h to install to
/usr/include/libusb-1.0 (and thus be unfindable by libconcord's configure).

I did try a few other things including moving everything in /usr/lib/libusb-1.0
to /usr/lib and also tried to symlink libusb1.0.0.dylib to libusb.dylib but at
that point I was mostly flailing helplessly.

I don't understand what 'usb_init in -lusb' means or what it's checking for,
even after looking into the configure and Makefiles, but I'll attribute that to
being a noob, so I don't really know how to fix this problem.

Austin

FYI: MacBook Pro 17" Core i7, OSX 10.6.2, concordance-0.21, libusb-1.0.8,
Xcode 3.2.3

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to