[mythtv] mythtv-cvs kernel 2.6.0-test9 and dvb

Kenneth Aafløy ke-aa at frisurf.no
Mon Dec 1 09:20:30 EST 2003


On Mon, 2003-12-01 at 15:10, Aike Terjung wrote:
> Hello,
> 
> i try to build the actual cvs Version with dvb support with the 2.6.0-test9 
> kernel, but the build stops with this error:
> 
> g++ -c -pipe -w -O3 -march=pentiumpro -fomit-frame-pointer -D_REENTRANT  
> -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX 
> -DUSING_DVB -DQT_NO_DEBUG -DQT_THREAD_SUPPORT 
> -I/usr/share/qt3/mkspecs/default -I. -I/usr/local/include 
> -I/usr/src/linux-2.6.0-test9/include/linux/dvb -I../.. 
> -I/usr/share/qt3/include -o dvbci.o dvbci.cpp
> dvbci.cpp:34: linux/dvb/ca.h: No such file or directory
[...SNIP...]
> what is going wrong here? 

Try changing the line in settings.pro:
INCLUDEPATH += /usr/src/linux/include/linux/dvb
or
INCLUDEPATH += /usr/src/linux-2.6.0-test9/include/linux/dvb

to 
INCLUDEPATH += /usr/src/linux-2.6.0-test9/include/

as this is a bit misleading in the settings.pro file, and the statement
#include <linux/dvb/ca.h> is the correct one, because those includes
usually should reside in /usr/include/linux/dvb/*

Could this change be committed to CVS settings.pro also?

Kenneth




More information about the mythtv-dev mailing list