[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

saa716x (v4l-dvb) lässt sich nicht kompilieren



Hallo.

Ich versuche saa716x <http://jusst.de/hg/saa716x/summary> zu
kompilieren, um meine DVB-T-Karte nutzen zu können, jedoch schlägt das
kompiliern fehl. Es gibt folgende Fehlermeldung, von der ich nicht
genau weiß, wie ich sie deuten und beheben soll:

##########

julian-notebook:/usr/local/src/saa716x# make
make -C /usr/local/src/saa716x/v4l
make[1]: Entering directory `/usr/local/src/saa716x/v4l'
creating symbolic links...
Kernel build directory is /lib/modules/2.6.30-1-amd64/build
make -C /lib/modules/2.6.30-1-amd64/build
SUBDIRS=/usr/local/src/saa716x/v4l  modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.30-1-amd64'
  CC [M]  /usr/local/src/saa716x/v4l/saa716x_ff.o
/usr/local/src/saa716x/v4l/saa716x_ff.c:237: error: expected
declaration specifiers or '...' before 'osd_raw_cmd_t'
/usr/local/src/saa716x/v4l/saa716x_ff.c: In function 'sti7109_raw_cmd':
/usr/local/src/saa716x/v4l/saa716x_ff.c:259: error: 'cmd' undeclared
(first use in this function)
/usr/local/src/saa716x/v4l/saa716x_ff.c:259: error: (Each undeclared
identifier is reported only once
/usr/local/src/saa716x/v4l/saa716x_ff.c:259: error: for each function
it appears in.)
/usr/local/src/saa716x/v4l/saa716x_ff.c: At top level:
/usr/local/src/saa716x/v4l/saa716x_ff.c:292: error: expected
declaration specifiers or '...' before 'osd_raw_data_t'
/usr/local/src/saa716x/v4l/saa716x_ff.c: In function 'sti7109_raw_data':
/usr/local/src/saa716x/v4l/saa716x_ff.c:327: error: 'data' undeclared
(first use in this function)
/usr/local/src/saa716x/v4l/saa716x_ff.c: In function 'dvb_osd_ioctl':
/usr/local/src/saa716x/v4l/saa716x_ff.c:376: error: 'OSD_RAW_CMD'
undeclared (first use in this function)
/usr/local/src/saa716x/v4l/saa716x_ff.c:378: error: 'osd_raw_cmd_t'
undeclared (first use in this function)
/usr/local/src/saa716x/v4l/saa716x_ff.c:378: error: expected
expression before ')' token
/usr/local/src/saa716x/v4l/saa716x_ff.c:378: error: too many arguments
to function 'sti7109_raw_cmd'
/usr/local/src/saa716x/v4l/saa716x_ff.c:381: error: 'OSD_RAW_DATA'
undeclared (first use in this function)
/usr/local/src/saa716x/v4l/saa716x_ff.c:383: error: 'osd_raw_data_t'
undeclared (first use in this function)
/usr/local/src/saa716x/v4l/saa716x_ff.c:383: error: expected
expression before ')' token
/usr/local/src/saa716x/v4l/saa716x_ff.c:383: error: too many arguments
to function 'sti7109_raw_data'
/usr/local/src/saa716x/v4l/saa716x_ff.c: In function 'saa716x_ff_pci_probe':
/usr/local/src/saa716x/v4l/saa716x_ff.c:581: warning: unused variable 'timeout'
make[5]: *** [/usr/local/src/saa716x/v4l/saa716x_ff.o] Error 1
make[4]: *** [_module_/usr/local/src/saa716x/v4l] Error 2
make[3]: *** [sub-make] Error 2
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.30-1-amd64'
make[1]: *** [default] Fehler 2
make[1]: Leaving directory `/usr/local/src/saa716x/v4l'
make: *** [all] Fehler 2

##########

Ich verwende Debian testing (squeeze) mit einem 2.6.30-1-amd64 Kernel
aus den Repositories.


Reply to: