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
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
