Platform: Ubuntu 7.10
Application: libk8055.0.2.tar.gz (k8055 library)
http://libk8055.sourceforge.net/
When I issue a 'make all' command, I get an error message that usb.h
cannot be found. I can find usb.h in
/usr/src/linux-headers-2.6.22-14/include/linux.
I have tried adding that directory with a -I directive in the 'make'
command and in a 'gcc' command. I have tried modifying the Makefile
to put that directory in the 'includedir' definition. I have tried
adding that directory to my C_INCLUDE_PATH environment variable.
The error remains.
The source line in main.c reads: #include <usb.h>.
I have libusb installed.
Can anyone offer any suggestions on what I might try to get the
library to compile?