Click to See Complete Forum and Search --> : Intel Pocket Concert and libipc-0.6a


gwartheg
01-16-2003, 12:00 PM
I have a shiny new mp3 player from the holidays, and I'm trying to get it to work with RedHat 8.0, kernel 2.4.18-14. I found the Sourceforge projects for the IPC, and installed the intelpcmp driver as suggested. Then, in the libipc-0.6a directory, I run ./configure --with-intelpcmp, and that seems to go well, too. When I attempt to run make, the following messages appear:[root@gwartheg libipc-0.6a]# make
cd src; make
make[1]: Entering directory `/usr/local/include/libipc-0.6a/src'
gcc -c base.c -g -O2 -Wmissing-prototypes -I/usr/local/include
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
base.c:20:17: usb.h: No such file or directory
In file included from base.h:5,
from base.c:21:
libipkc.h:5:17: usb.h: No such file or directory
make[1]: *** [base.o] Error 1
make[1]: Leaving directory `/usr/local/include/libipc-0.6a/src'
make: *** [lib] Error 2Has anyone else run into similar problems, or knows what the errors say I should do? The forum search, google/linux, and google groups show that this isn't a very popular issue, at least in english. Thanks.

mdwatts
01-16-2003, 07:31 PM
You need to install the kernel-source package.

Please have a look through these forum search results for 'redhat kernel source' (http://linuxnewbie.org/forum/search.php?s=&action=showresults&searchid=324340&sortby=lastpost&sortorder=descending) to find out exactly what you need to do.

Sorry as I don't want to keep repeating myself.