Also seeing compile errors with MythBrowser. MythTV and other plugins have compiled fine.
Here is the MythBrowser compile error: htpc mythbrowser # make cd mythbrowser && qmake mythbrowser.pro -o Makefile cd mythbrowser && make -f Makefile make[1]: Entering directory `/htpc/local/build/myth-source/mythtv/cvs/mythbrowser/mythbrowser' g++ -c -pipe -Wall -W -O3 -march=pentium4 -fomit-frame-pointer -D_REENTRANT -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../../../../../../include -I/usr/include/kde -I/usr/kde/3.3/include -I/usr/qt/3/include -o main.o main.cpp main.cpp: In function `int main(int, char**)': main.cpp:48: warning: `init' is deprecated (declared at /usr/kde/3.3/include/kcmdlineargs.h:260) main.cpp:67: error: no matching function for call to `MythContext::MythContext( const char[16], bool)' /usr/local/include/mythtv/mythcontext.h:140: error: candidates are: MythContext::MythContext(const MythContext&) /usr/local/include/mythtv/mythcontext.h:143: error: MythContext::MythContext(const QString&) main.cpp:69: error: `OpenDatabase' undeclared (first use this function) main.cpp:69: error: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/htpc/local/build/myth-source/mythtv/cvs/mythbrowser/mythbrowser' make: *** [sub-mythbrowser] Error 2 ----- Original Message ----- From: "john roberts" <[EMAIL PROTECTED]> To: [email protected] Subject: [mythtv-users] Latest CVS build for mythgame not working? Date: Thu, 24 Feb 2005 12:21:45 -0500 > > I've been building out of CVS for over a year now - and just saw this with > mythgame (CVS as of this morning): > > This is after a distclean/make/install of mythtv. I've also made sure the > old lib's were gone. > > Anyone seen this? > > > htpc mythgame # make > cd mythgame && make -f Makefile > make[1]: Entering directory > `/htpc/local/build/myth-source/mythtv/cvs/mythgame/mythgame' > g++ -c -pipe -Wall -W -O3 -march=pentium4 -fomit-frame-pointer -D_REENTRANT > -fPIC -D_GNU_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN > -I/usr/qt/3/mkspecs/linux-g++ -I. -I../../../../../../include > -I../../../../../../include/mythtv -I/usr/qt/3/include -o main.o main.cpp > main.cpp: In function `int mythplugin_init(const char*)': > main.cpp:98: error: no matching function for call to `MythGameSettings::load( > QSqlDatabase*)' > /usr/local/include/mythtv/settings.h:117: error: candidates are: virtual void > ConfigurationGroup::load() > main.cpp:99: error: no matching function for call to `MythGameSettings::save( > QSqlDatabase*)' > /usr/local/include/mythtv/settings.h:119: error: candidates are: virtual void > ConfigurationGroup::save() > make[1]: *** [main.o] Error 1 > make[1]: Leaving directory > `/htpc/local/build/myth-source/mythtv/cvs/mythgame/mythgame' > make: *** [sub-mythgame] Error 2 > -- > _______________________________________________ > Find what you are looking for with the Lycos Yellow Pages > http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users -- _______________________________________________ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
