[mythtv] Latest CVS compile error in signalmonitor.cpp when not using DVB

Daniel Kristjansson danielk at cat.nyu.edu
Sat Jun 18 13:50:39 UTC 2005


On Sat, 2005-06-18 at 22:09 +0900, Jack Porter wrote:
> I needed to add #ifdef USING_DVB/#endif around #include 
> "dvbsignalmonitor.h" and #include "dvbchannel.h" at the top of 
> signalmonitor.cpp.
> 
> I don't use DVB and my kernel sources don't have support, so I was 
> getting the #error "DVB driver includes with API version 3 not found!" 
> from dvbtypes.
> 
> Please flame me if I'm doing something wrong :-)

You can remove the teflon suit, dvbtypes.h should never have been
in dvbsignalmonitor.h, and dvbchannel.h should have been ifdef
protected in signalmonitor.cpp. I'm surprised this wasn't revealed
when I compiled without DVB support. Anyway, I'm testing the
compilation with the ifdef's, give me like 30 minutes to compile
w/wo dvb ....

-- Daniel



More information about the mythtv-dev mailing list