Mailing List archive

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

[vdr] Compiling problem



Hello,

compiling VDR results in a message:
###################################
g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c -DREMOTE_KBD
-D_GNU_SOURCE -I../DVB/ost/include config.c
In file included from config.h:17,
                 from config.c:10:
dvbapi.h:107: syntax error before `;'
make: *** [config.o] Error 1

I use this packages (SuSE 7.3,2.4.10-4GB):
##########################################
libdvdcss-1.0.0.tar.gz
libdvdread-0.9.2.tar.gz
siemens_dvb-0.9.3.tar.gz
vdr-0.99pre1-mp3-0.31.tar.gz

My installation steps:
######################
cp /boot/vmlinuz.config /usr/src/linux/.config
cp /boot/vmlinuz.autoconf.h /usr/src/linux/include/linux/autoconf.h
cp /boot/vmlinuz.version.h /usr/src/linux/include/linux/version.h
make oldconfig
make menuconfig (serial as modul; reiser build in kernel)
make dep clean bzImage modules modules_install bzlilo
init 6

extracting siemens_dvb-0.9.3.tar.gz       to /opt
extracting vdr-0.99pre1-mp3-0.31.tar.gz   to /opt

Because I know DVD support can cause some trouble I did not install
libdvd***

cd /opt/DVD/driver
make
make insmod

Output from /var/log/messages:
##############################
i2c-core.o: i2c core module
i2c-core.o: driver VES1893 DVB demodulator registered.
i2c-core.o: driver VES1820 DVB demodulator registered.
i2c-core.o: driver L64781 DVB demodulator registered.
L64781: init done
i2c-core.o: driver tda8083 DVB demodulator registered.
i2c-core.o: driver stv0299 DVB demodulator registered.
i2c-core.o: driver i2c TV tuner driver registered.
saa7146_core.o: saa7146(1): bus:0, rev:1, mem:0xd0911e00.
VES1820: attaching VES1820 at 0x12
i2c-core.o: client [VES1820] registered to adapter [saa7146(1)](pos. 0).
VES1820: attached to adapter saa7146(1)
tuner: chip found @ 0x61
i2c-core.o: client [i2c tv tuner chip] registered to adapter
[saa7146(1)](pos. 1).
i2c-core.o: adapter saa7146(1) registered as adapter 0.
dvb0: AV7111 - firm f0240009, rtsl b0250018, vid 71010068, app 00010002
dvb0: DVB-C analog module detected, initializing MSP3400
dvb: 1 dvb(s) found

Until this point everything is fine and I can see a TV-channel with my
Siemens DVB-C card (analog modul / with CI Interface - Irdeto is not
plugged)

I also tried different mixes from vdr/dvb packages (as seen on Klaus
Homepage / linuxtv.org) but its the same result

Any ideas?

Help is highly appreciated

Regards Uwe

BTW: How to I apply the "diff" file from Klaus Homepage?
     I tried "patch -p0 < filename" in the DVB/driver directory but I
got an error message 






Home | Main Index | Thread Index