From: Mattia Jona-L. <mat...@gm...> - 2007-03-05 10:57:52
|
Hi all, I'm having some problem in compiling lcd4linux from the svn source. The compilation fails since the script cannot find the usb.h header file. Actually the header is correctly installed in linux/usb.h but the configure script and all source files including this header include it as #include <usb.h> instead of #include <linux/usb.h>. The file usb.h is part of the kernel headers and should not reside in /usr/include but in /usr/include/linux. Bye, Mattia |