Hi West, > voxlet.cgcc -O2 -march=pentium4 -fomit-frame-pointer -W -Wall -Wbad-function > -cast -Wmissing-prototypes -Werror -DHAVE_CONFIG_H -I/var/tmp/portage/rat-4 > > 2.22-r3/work/ag-media/common/src -I/var/tmp/portage/rat-4.2.22-r3/work/ag- > media/tcl-8.0/generic -I/var/tmp/portage/rat-4.2.22-r3/work/ag-media/tk-8.0/ > generic -c auddev_ixj.c > In file included from auddev_ixj.c:19: > /usr/include/linux/ixjuser.h:353: error: parse error before '*' token > make: *** [auddev_ixj.o] Error 1
It's failing on the Quicknet Technologies audio device driver header file, which is probably of no use unless you've got a Quicknet telephony device. You could try stopping the rat configuration step from trying to build auddev_ixj.o by doing something like: mv /usr/include/linux/telephony.h /usr/include/linux/telephony.h.bak Doug