On Thu, Mar 5, 2009 at 1:26 PM, SteppenWolf <
magische...@gmail.com> wrote:
>
> the next error messages finish the make process:
>
> make linux
> ...
> ...
> g++ -Wall -D_GNU_SOURCE -O2 -I/usr/local/include -DLINUX -DUSE_DETACH -
> DCLAIM_US B -o stdafx.o -c stdafx.cpp
> g++ -Wall -D_GNU_SOURCE -O2 -I/usr/local/include -DLINUX -DUSE_DETACH -
> DCLAIM_US B -o pk2usbcommon.o -c pk2usbcommon.cpp
> In file included from pk2usbcommon.cpp:32:
> pk2usb.h:49:26: error: usb.h: No existe el fichero o el directorio
You need to install libusb development package. If you have already
installed it, then you need to modify the Makefile to point to
the correct directory.