[mythtv] MythGame from current pre .8 CVS
Michael Kedl
kedlm at knology.net
Mon Mar 10 12:41:50 EST 2003
I built MC and installed it with no problems.
did a cvs update -d in mythgame
make distclean
output from my compile:
[root at kedl-sager-8882 mythgame]# make
cd mythgame && make -f Makefile
make[1]: Entering directory `/root/cvs1/mythgame/mythgame'
g++ -c -pipe -w -O3 -march=pentiumpro -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -finline-functions -D_REENTRANT -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.1/mkspecs/default -I. -I/usr/local/include -I/usr/lib/qt-3.1/include -o main.o main.cpp
main.cpp: In function `void startDatabaseTree(MythContext*, QSqlDatabase*,
QString&)':
main.cpp:21: no matching function for call to `ScreenBox::ScreenBox(
MythContext*&, QSqlDatabase*&, QString&)'
screenbox.h:19: candidates are: ScreenBox::ScreenBox(const ScreenBox&)
screenbox.h:23: ScreenBox::ScreenBox(QSqlDatabase*, QString&,
QWidget* = 0, const char* = 0)
main.cpp:27: no matching function for call to `DatabaseBox::DatabaseBox(
MythContext*&, QSqlDatabase*&, QString&)'
databasebox.h:18: candidates are: DatabaseBox::DatabaseBox(const DatabaseBox&)
databasebox.h:22: DatabaseBox::DatabaseBox(QSqlDatabase*,
QString&, QWidget* = 0, const char* = 0)
main.cpp: In function `void runMenu(MythContext*, QString, QSqlDatabase*,
QString, QValueList<RomInfo>&)':
main.cpp:56: no matching function for call to `ThemedMenu::ThemedMenu(
MythContext*&, const char*, const char[13])'
/usr/local/include/mythtv/themedmenu.h:48: candidates are:
ThemedMenu::ThemedMenu(const ThemedMenu&)
/usr/local/include/mythtv/themedmenu.h:52:
ThemedMenu::ThemedMenu(const char*, const char*, QWidget* = 0, const char* =
0)
main.cpp: In function `int main(int, char**)':
main.cpp:105: no matching function for call to `GameHandler::processAllGames(
MythContext*&)'
gamehandler.h:22: candidates are: static void GameHandler::processAllGames()
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/root/cvs1/mythgame/mythgame'
make: *** [sub-mythgame] Error 2
More information about the mythtv-dev
mailing list