From: Bertrik S. <be...@zo...> - 2004-03-04 19:25:21
|
Julien TIERNY wrote: > I'm trying to install the hp3300-backend package set in order to see if it > supports my scanner (hp scanjet2400). > > But I can't compile it :( > > " > # make all > gcc -Wall -g -I/usr/local/include -DLIBUSB_SUPPORT -c -o main.o main.c > main.c:28:21: mytypes.h: No such file or directory > main.c: In function `main': > main.c:277: warning: implicit declaration of function > `Hp3300cXferRegisterModule' > main.c:277: error: `LibUsbDev' undeclared (first use in this function) > main.c:277: error: (Each undeclared identifier is reported only once > main.c:277: error: for each function it appears in.) > main.c:420: warning: implicit declaration of function `Hp3300cBulkRead' > make: *** [main.o] Error 1 > " > > Libusb is functionnal on my system. What does LibUsbDev refer to ? > > Any help appreciated, > > thanx, julien Try the 'testtool' package, this has a functional testtool, the 'backend' package does not as this has most experimental stuff stripped off and is more geared toward sane. Link: http://sourceforge.net/project/shownotes.php?release_id=150272 Kind regards, Bertrik |