g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -c -DREMOTE_KBD -DLIRC_DEVICE="/dev/lircd" -DRCU_DEVICE="/dev/ttyS4" -D_GNU_SOURCE -DVIDEODIR="/video" -DCONFDIR="/video" -DPLUGINDIR="./PLUGINS/lib" -DLOCDIR="./locale" -I/usr/include/freetype2 -I/root/multiproto_plus/linux/include dvbdevice.c In file included from dvbdevice.c:17: /root/multiproto_plus/linux/include/linux/dvb/video.h:27:28: error: linux/compiler.h: No such file or directory dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()': dvbdevice.c:271: error: 'struct dvbfe_info' has no member named 'delivery' dvbdevice.c:286: error: 'struct dvbfe_info' has no member named 'delivery' dvbdevice.c:307: error: 'struct dvbfe_info' has no member named 'delivery' make: *** [dvbdevice.o] Error 1
file compiler.h exists there vdr2:~/vdr-1.7.0# locate compiler.h /usr/src/linux-headers-2.6.24-1-686/include/linux/compiler.h /usr/src/linux-headers-2.6.24-1-common/include/linux/compiler.h
2008/4/24 Lauri Tischler lwgt@iki.fi:
vdr2:~/vdr-1.7.0# locate compiler.h /usr/src/linux-headers-2.6.24-1-686/include/linux/compiler.h /usr/src/linux-headers-2.6.24-1-common/include/linux/compiler.h
you need to copy compiler.h to your multiproto tree cp /usr/src/linux-headers-$(uname -r)/include/linux/compiler.h /root/multiproto_plus/linux/include/linux/
oleg roitburd wrote:
2008/4/24 Lauri Tischler lwgt@iki.fi:
vdr2:~/vdr-1.7.0# locate compiler.h /usr/src/linux-headers-2.6.24-1-686/include/linux/compiler.h /usr/src/linux-headers-2.6.24-1-common/include/linux/compiler.h
you need to copy compiler.h to your multiproto tree cp /usr/src/linux-headers-$(uname -r)/include/linux/compiler.h /root/multiproto_plus/linux/include/linux/
OK, this still remains...
dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()': dvbdevice.c:271: error: 'struct dvbfe_info' has no member named 'delivery' dvbdevice.c:286: error: 'struct dvbfe_info' has no member named 'delivery' dvbdevice.c:307: error: 'struct dvbfe_info' has no member named 'delivery' make: *** [dvbdevice.o] Error 1
2008/4/24 Lauri Tischler lwgt@iki.fi:
dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()': dvbdevice.c:271: error: 'struct dvbfe_info' has no member named 'delivery' dvbdevice.c:286: error: 'struct dvbfe_info' has no member named 'delivery' dvbdevice.c:307: error: 'struct dvbfe_info' has no member named 'delivery' make: *** [dvbdevice.o] Error 1
No Problem. You need vdr patch for newer multiproto (vdr-1.7.0-multiproto-update.diff)
http://www.linuxtv.org/pipermail/vdr/attachments/20080413/3beb604c/attachmen...
Regards Oleg
oleg roitburd wrote:
2008/4/24 Lauri Tischler lwgt@iki.fi:
dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()': dvbdevice.c:271: error: 'struct dvbfe_info' has no member named 'delivery' dvbdevice.c:286: error: 'struct dvbfe_info' has no member named 'delivery' dvbdevice.c:307: error: 'struct dvbfe_info' has no member named 'delivery' make: *** [dvbdevice.o] Error 1
No Problem. You need vdr patch for newer multiproto (vdr-1.7.0-multiproto-update.diff)
Thanks, now running vdr-1.7 + multiproto_plus. Time to start hunting for FullHD tv-set and some suitable S2 and/or H.264 iron.