LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   dvb-kernel returning errors on make (https://www.linuxquestions.org/questions/linux-software-2/dvb-kernel-returning-errors-on-make-466353/)

PEACEYALL 07-21-2006 04:11 PM

dvb-kernel returning errors on make
 
I'm trying to compile the dvb-kernel from linuxtv, cvs version.

When I type make, it does some symlinking then it gives me this error:

...
create symbolic link `pluto2.c' to `../linux/drivers/media/dvb/pluto2/pluto2.c'
make -C /lib/modules/2.6.17.6/source SUBDIRS=/home/peaceyall/linuxtv/dvb-kernel/build-2.6 AV7110_FIRMWARE= AV7110_OSD=y
make[1]: Entering directory `/usr/src/linux-2.6.17.6'
LD /home/peaceyall/linuxtv/dvb-kernel/build-2.6/built-in.o
CC [M] /home/peaceyall/linuxtv/dvb-kernel/build-2.6/version_check.o
CC [M] /home/peaceyall/linuxtv/dvb-kernel/build-2.6/flexcop-pci.o
CC [M] /home/peaceyall/linuxtv/dvb-kernel/build-2.6/flexcop-usb.o
/home/peaceyall/linuxtv/dvb-kernel/build-2.6/flexcop-usb.c:547: error: unknown field `owner' specified in initializer
/home/peaceyall/linuxtv/dvb-kernel/build-2.6/flexcop-usb.c:547: warning: initialization from incompatible pointer type
make[2]: *** [/home/peaceyall/linuxtv/dvb-kernel/build-2.6/flexcop-usb.o] Error 1
make[1]: *** [_module_/home/peaceyall/linuxtv/dvb-kernel/build-2.6] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.17.6'
make: *** [all] Error 2
peaceyall@debian:~/linuxtv/dvb-kernel/build-2.6$

I'm using kernel version 2.6.17.6 on debian sarge.
What's wrong?


All times are GMT -5. The time now is 01:31 PM.