Gavin Hamill wrote:
Hullo - I'm trying to compile the v4l-dvb drivers for my Freecom DVB-T
stick - it's one of the newer kind [1] and Ubuntu dapper (due to be
officially released tomorrow :)
'make all' runs smoothly until I hit:
CC [M] /home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l/ir-functions.o
CC [M] /home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l/ir-keymaps.o
CC [M] /home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l/miropcm20-rds-core.o
/home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l/miropcm20-rds-core.c:28:30:
error: ../sound/oss/aci.h: No such file or directory
/home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l/miropcm20-rds-core.c: In
function 'rds_waitread':
/home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l/miropcm20-rds-core.c:87:
error: 'RDS_REGISTER' undeclared (first use in this function)
/home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l/miropcm20-rds-core.c:87:
error: (Each undeclared identifier is reported only once
/home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l/miropcm20-rds-core.c:87:
error: for each function it appears in.)
/home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l/miropcm20-rds-core.c: In
function 'rds_rawwrite_nowait':
/home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l/miropcm20-rds-core.c:112:
error: 'RDS_REGISTER' undeclared (first use in this function)
make[3]: ***
[/home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l/miropcm20-rds-core.o] Error 1
make[2]: *** [_module_/home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.15-23-386'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/gdh/Desktop/v4l-dvb-873b72315e7c/v4l'
make: *** [all] Error 2
I don't have any radio cards - can I just disable this part of the
compile completely? If so, what do I need to comment out in the
Makefiles? :)
Yes, you can disable it... Do "make menuconfig" and navigate through the
menus.
I can't even find 'aci.h' on my system anywhere except a kernel 2.4
tree in my homedir :/
That's why you're getting the error. Your kernel sources are missing
sound/oss/aci.h , most likely OSS has been removed from your kernel.
HTH,
Mike
_______________________________________________
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb