Re: [linux-minidisc] (Building) libusb-1.0(.9) not found?


On 01/12/2014 01:01 PM, Kevin Ingwersen wrote:
> libusb-1.0.pc <---
> osxfuse.pc
> 
> It’s there, as libusb-1.0. Now, why isn’t it being found? o.o...

There might be two versions of pkg-config on your machine. One from
Apple being installed into /usr/bin and one in /usr/local/bin and
the former before the latter in your $PATH variable. And the
version in /usr/bin might not search in /usr/local/lib/pkgconfig
but /usr/lib/pkgconfig.

What does `which pkg-config` say? Also, check the documentation
of pkg-config to find out how to set the search paths for package
config files.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913