[mythtv] Re: Another CVS compile error with DVB

martin north martin at chipsandpeas.com
Tue Jan 25 12:32:34 EST 2005


Daniel Thor Kristjansson writes: 

> 
> When I enable DVB I get a compile error on mythcdrom-linux.cpp, this is 
> because the DVB settings.pro includes files from /usr/src/linux/includes
> Including files directly from the kernel in Linux user space programs is 
> no longer supported by the kernel developers.

dont INCLUDE your kernel sources. Copy or static link the dvb sources 
somewhere else. In my case i did
mkdir /usr/include/dvb/linux
ln -s /usr/src/linux/include/dvb /usr/include/dvb/linux/dvb 

then set INCLUDE to /usr/include/dvb


More information about the mythtv-dev mailing list