[sane-devel] minor: libusb not recognized

Henning Meier-Geinitz henning@meier-geinitz.de
Tue, 30 Mar 2004 18:42:01 +0200


Hi,

On Tue, Mar 30, 2004 at 09:46:38AM +0200, Julien TIERNY wrote:
> 	I have a HP2400 scanjet scanner (USB) and I've just patched the sane source 
> code with the genesys backend for test purpose. Everythinng went fine at 
> compilation time.
> 	but here's sane-find-scanner's output:

[no libusb]

libusb and it's header file must be present when configure is run.
Usually the missing header file causes that trouble.

Try "ldd /usr/local/bin/sane-find-scanner". That should show libusb.

Bye,
  Henning