Mailing List archive

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

[linux-dvb] dvb-bttv compile issues



Hi there everbody.  I just purchased my first dvb card, a DVICO
fushion DVB-T Lite.

I can see that some/all of Chris Pascoe's patches have maid it into
CVS, thanks heaps for being so pro-active on this!

I'm havving issues compline the latest CVS, and I can't seem to find
any recent snapshots which I might compare to to see why things are
not working.  Here are the compile errors:

freevo dvb-kernel # make BTTV=1
make -C /usr/src/dvb-kernel/build-2.6
make[1]: Entering directory `/usr/src/dvb-kernel/build-2.6'
[ -L saa7146_video.c ] || ./getlinks
make -C /lib/modules/2.6.7/build 
SUBDIRS=/usr/src/dvb-kernel/build-2.6 AV7110_FIRMWARE= AV7110_OSD=
y
make[2]: Entering directory `/usr/src/linux-2.6.7-bak'
  CC [M]  /usr/src/dvb-kernel/build-2.6/dvb-bt8xx.o
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c: In function `dvb_bt8xx_probe':
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c:243: error:
`BTTV_AVDVBT_761' undeclared (first use in thi
s function)
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c:243: error: (Each undeclared
identifier is reported only o
nce
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c:243: error: for each
function it appears in.)
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c:250: error:
`BTTV_AVDVBT_771' undeclared (first use in thi
s function)
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c: At top level:
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c:359: error: unknown field
`i2c_info' specified in initiali
zer
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c:359: warning: missing braces
around initializer
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c:359: warning: (near
initialization for `driver.wanted')
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c:359: warning: initialization
makes integer from pointer wi
thout a cast
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c:359: error: initializer
element is not computable at load
time
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c:359: error: (near
initialization for `driver.wanted[0]')
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c:360: error: initializer
element is not constant
/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.c:360: error: (near
initialization for `driver.wanted')
make[3]: *** [/usr/src/dvb-kernel/build-2.6/dvb-bt8xx.o] Error 1
make[2]: *** [_module_/usr/src/dvb-kernel/build-2.6] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.7-bak'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/dvb-kernel/build-2.6'
make: *** [all] Error 2


I can see in the code the errors on line 243 and 250 can be easily
worked around by including an #ifdef statement before usage.  However,
this was only a lucky guess as I really am not a coder..

Can anone help with the other errors or piont me to  snapshot
repository which I can try chris's pathces on directly?

Cheers,
Mike




Home | Main Index | Thread Index