PDA

View Full Version : linux, libusb, and usb.h include issue



Windsoarer
3rd July 2012, 20:42
Hi all,

This may be a simple thing, but I've been stuck for hours now with an issue with libusb. Other threads on the subject don't seem to help

The .cpp file has the include directive "#include <usb.h>", which generates an error message at compilation time usb.h: No such file or directory

However :

libusb-1_0-devel is installed
the .pro file includes LIBS += -lusb


Is there something obvious I am missing ?

Thanks for any insight

Andre

high_flyer
4th July 2012, 09:21
Is there something obvious I am missing ?
Include search path perhaps?