On Tue, 2003-10-21 at 13:30, S Harker wrote: > Hi, > > Firstly I'm using Mandrake 9.1 I have all the Dev packages installed. > > This is my first post I have a little problem building gnomad2 (a linux > GUI prog for the Creative DAP jukebox.) I cannot build libnjb which is > needed. the make file dumps out when looking for: > > make[1]: Entering directory `/home/steve/Downloads/libnjb/src' > gcc -g -O2 -Wall -Wmissing-prototypes -c -o base.o base.c > base.c:14:25: dev/usb/usb.h: No such file or directory > In file included from base.c:16: > libnjb.h:14:25: dev/usb/usb.h: No such file or directory > In file included from base.c:16: > libnjb.h:134: field `info' has incomplete type > libnjb.h:146: confused by earlier errors, bailing out > make[1]: *** [base.o] Error 1 > > > OK so how can i fix this ? I think I have all the dev stuff installed > but /dev/usb seems to be empty (I'm not sure is existed but I compiled > another comms package for the nomad) > > Please help > > Thanks > > Steve
install the kernel source, then cd to /usr/src/linux and run make dep (to tie your box and the src together) James > > > > ______________________________________________________________________ > Want to buy your Pack or Services from MandrakeSoft? > Go to http://www.mandrakestore.com
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
