On Wed, 16 Mar 2005 09:55:17 -0600, Alberto Alonso <[EMAIL PROTECTED]> wrote: > On Sun, 2005-03-13 at 12:33 -0500, J. Donavan Stanley wrote: > > > > > >Also please note that reading code != API documentation. > > > > > That's all there is... > > I still think that the code will not have everything needed, > specially things like how the interaction is handled. What > to do/how to handle plugin changes, etc. > > I will give it a try with the suggested mythnews plugin. > > However I can't compile mythnews. I got it from CVS and > tried to compile on a Debian testing system. I have > the libmyth-0.17-dev package install. > > I get: > > mythnews.cpp: In constructor `MythNews::MythNews(MythMainWindow*, const > char*) > ': > mythnews.cpp:43: error: 'class MythContext' has no member named > 'GetConfDir' > mythnews.cpp:73: error: 'class MSqlQuery' has no member named > 'InitCon' > mythnews.cpp: In member function `void > MythNews::slotNewsRetrieved(NewsSite*)': > mythnews.cpp:472: error: 'class MSqlQuery' has no member named > 'InitCon' > make[1]: *** [mythnews.o] Error 1 > make[1]: Leaving directory > > Seems like I'm missing files? > > Thanks, > > Alberto > > > _______________________________________________ > mythtv-dev mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev > > >
There were some very extensive changes to the db connection structure after 0.17 was released so the 0.17-dev packages aren't going to allow you correctly compile anything in current CVS. You'll need to check out the current cvs version of mythtv then build and install libmyth from there. Brad _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
