Hi, Am Mittwoch, den 31.05.2006, 10:51 +0100 schrieb Gavin Hamill: > 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? :) > > I can't even find 'aci.h' on my system anywhere except a kernel 2.4 tree > in my homedir :/ you can't fix such in the Makefiles anymore. Every call of "make" regenerates them and overwrites your fixes with the current Kconfig/kbuild attempt. Either add aci.h with the known result of unresolved symbols for miropcm20, if not also OSS (aci-mixer) and even devfs is enabled according to what is stated in the Kconfig help or read INSTALL. Your kernel should allow at least one of the mentioned "make config" methods to disable it. Cheers, Hermann _______________________________________________ linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb