Hi,
I tried to compile the driver for the k8055 usb board from velleman (k8055 library for Linux), but I get the following error:
alexander@linux-qbqq:~/c++/k8055/src> make all
gcc -O2 -DDAEMON -DVERSION='"0.3"' -Wall -c -o main.o main.c
main.c:37:17: error: usb.h: Datei oder Verzeichnis nicht gefunden
make: *** [main.o] Fehler 1
That means something like usb.h not found.
Can someone please try to verify and solve this problem?