[mythtv] Rev. 9787 Mythplugings compile error

Jai jai at linknet.com.au
Mon Apr 24 04:24:08 UTC 2006


I'm getting compile errors compiling mythplugins from svn revision 9787 with
mythgame. Seems to stop at gamesettings.cpp.

 

Output:

g++ -c -pipe -O2 -march=i586 -mtune=i686 -fmessage-length=0
-D_FORTIFY_SOURCE=2 -march=athlon -march=athlon -w -O3 -Wno-switch
-fomit-frame-pointer -D_REENTRANT -DPIC -fPIC  -D_GNU_SOURCE
-DPREFIX=\"/usr\" -DMMX -Di386 -DUSING_DBOX2 -D_FILE_OFFSET_BITSd -DMMX
-Di386 -DUSING_DBOX2 -D_GNU_SOURCE -D_FILE_OFFSET_BITSd -DPREFIX=\"/usr\"
-DLIBDIR=\"/usr/lib\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN
-DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/lib/qt3/mkspecs/default -I.
-I/usr/include -I/usr/kde/3.3/include -I/usr/include -I/usr/include
-I/usr/X11R6/include -I/usr/include -I/usr/include -I/usr/X11R6/include
-I/usr/include -I/usr/lib/qt3/include -o gamesettings.o gamesettings.cpp

gamesettings.cpp: In constructor
'MythGamePlayerSettings::MythGamePlayerSettings()':

gamesettings.cpp:193: error: cannot allocate an object of abstract type
'MythGamePlayerSettings::Name'

gamesettings.h:94: note:   because the following virtual functions are pure
within 'MythGamePlayerSettings::Name':

/usr/include/mythtv/settings.h:632: note:  virtual QString
SimpleDBStorage::whereClause()

gamesettings.cpp:194: error: cannot allocate an object of abstract type
'GameType'

gamesettings.cpp:135: note:   because the following virtual functions are
pure within 'GameType':

/usr/include/mythtv/settings.h:632: note:  virtual QString
SimpleDBStorage::whereClause()

gamesettings.cpp:195: error: cannot allocate an object of abstract type
'Command'

gamesettings.cpp:126: note:   because the following virtual functions are
pure within 'Command':

/usr/include/mythtv/settings.h:632: note:  virtual QString
SimpleDBStorage::whereClause()

gamesettings.cpp:196: error: cannot allocate an object of abstract type
'RomPath'

gamesettings.cpp:149: note:   because the following virtual functions are
pure within 'RomPath':

/usr/include/mythtv/settings.h:632: note:  virtual QString
SimpleDBStorage::whereClause()

gamesettings.cpp:197: error: cannot allocate an object of abstract type
'ScreenPath'

gamesettings.cpp:177: note:   because the following virtual functions are
pure within 'ScreenPath':

/usr/include/mythtv/settings.h:632: note:  virtual QString
SimpleDBStorage::whereClause()

gamesettings.cpp:198: error: cannot allocate an object of abstract type
'WorkingDirPath'

gamesettings.cpp:158: note:   because the following virtual functions are
pure within 'WorkingDirPath':

/usr/include/mythtv/settings.h:632: note:  virtual QString
SimpleDBStorage::whereClause()

gamesettings.cpp:199: error: cannot allocate an object of abstract type
'Extensions'

gamesettings.cpp:167: note:   because the following virtual functions are
pure within 'Extensions':

/usr/include/mythtv/settings.h:632: note:  virtual QString
SimpleDBStorage::whereClause()

gamesettings.cpp:200: error: cannot allocate an object of abstract type
'AllowMultipleRoms'

gamesettings.cpp:117: note:   because the following virtual functions are
pure within 'AllowMultipleRoms':

/usr/include/mythtv/settings.h:632: note:  virtual QString
SimpleDBStorage::whereClause()

make[2]: *** [gamesettings.o] Error 1

make[2]: Leaving directory `/var/lib/mythtv/mythgame/mythgame'

make[1]: *** [sub-mythgame] Error 2

make[1]: Leaving directory `/var/lib/mythtv/mythgame'

make: *** [sub-mythgame] Error 2

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20060424/61899bc0/attachment.htm 


More information about the mythtv-dev mailing list