Advertisement
Guest User

Untitled

a guest
Dec 24th, 2011
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.33 KB | None | 0 0
  1. make[2]: Leaving directory `/var/tmp/portage/media-plugins/mythgame-0.24.1_p20111116/work/MythTV-mythtv-f5fd11f/mythplugins/mythgame/i18n'
  2. g++ -c -pipe -march=core2 -DNDEBUG -fomit-frame-pointer -fPIC -pthread -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -O3 -Wmissing-declarations -fomit-frame-pointer -D_REENTRANT -Wall -W -DPIC -fPIC -D_GNU_SOURCE -DPREFIX="/usr" -DMMX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I/usr/include -I/usr/include -I/usr -I/usr/include -I/usr/include/mythtv -I/usr/include/mythtv/libmythdb -I/usr/include/mythtv/libmythui -I/usr/include/mythtv/libmyth -I/usr/X11R6/include -I. -o gamehandler.o gamehandler.cpp
  3. In file included from rom_metadata.h:7:0,
  4. from gamehandler.h:10,
  5. from gamehandler.cpp:1:
  6. unzip.h:114:37: error: expected initializer before 'OF'
  7. In file included from rom_metadata.h:7:0,
  8. from gamehandler.h:10,
  9. from gamehandler.cpp:1:
  10. unzip.h:127:24: error: expected initializer before 'OF'
  11. In file included from rom_metadata.h:7:0,
  12. from gamehandler.h:10,
  13. from gamehandler.cpp:1:
  14. unzip.h:138:21: error: expected initializer before 'OF'
  15. unzip.h:145:29: error: expected initializer before 'OF'
  16. unzip.h:153:32: error: expected initializer before 'OF'
  17. In file included from rom_metadata.h:7:0,
  18. from gamehandler.h:10,
  19. from gamehandler.cpp:1:
  20. unzip.h:166:29: error: expected initializer before 'OF'
  21. unzip.h:172:28: error: expected initializer before 'OF'
  22. unzip.h:179:26: error: expected initializer before 'OF'
  23. In file included from rom_metadata.h:7:0,
  24. from gamehandler.h:10,
  25. from gamehandler.cpp:1:
  26. unzip.h:192:34: error: expected initializer before 'OF'
  27. In file included from rom_metadata.h:7:0,
  28. from gamehandler.h:10,
  29. from gamehandler.cpp:1:
  30. unzip.h:218:31: error: expected initializer before 'OF'
  31. unzip.h:224:32: error: expected initializer before 'OF'
  32. unzip.h:231:31: error: expected initializer before 'OF'
  33. In file included from rom_metadata.h:7:0,
  34. from gamehandler.h:10,
  35. from gamehandler.cpp:1:
  36. unzip.h:245:22: error: expected initializer before 'OF'
  37. unzip.h:250:19: error: expected initializer before 'OF'
  38. unzip.h:255:34: error: expected initializer before 'OF'
  39. In file included from gamehandler.cpp:12:0:
  40. /usr/include/mythtv/mythdialogs.h: In static member function 'static DialogCode MythPopupBox::Show2ButtonPopup(MythMainWindow*, const QString&, const QString&, const QString&, const QString&, DialogCode)':
  41. /usr/include/mythtv/mythdialogs.h:182:63: warning: 'static DialogCode MythPopupBox::ShowButtonPopup(MythMainWindow*, const QString&, const QString&, const QStringList&, DialogCode)' is deprecated (declared at /usr/include/mythtv/mythdialogs.h:185)
  42. gamehandler.cpp: In function 'bool existsHandler(QString)':
  43. gamehandler.cpp:22:6: warning: no previous declaration for 'bool existsHandler(QString)'
  44. gamehandler.cpp: In function 'void purgeGameDB(QString, QString)':
  45. gamehandler.cpp:195:6: warning: no previous declaration for 'void purgeGameDB(QString, QString)'
  46. gamehandler.cpp: In member function 'void GameHandler::promptForRemoval(QString, QString)':
  47. gamehandler.cpp:237:39: warning: 'static DialogCode MythPopupBox::ShowButtonPopup(MythMainWindow*, const QString&, const QString&, const QStringList&, DialogCode)' is deprecated (declared at /usr/include/mythtv/mythdialogs.h:185)
  48. gamehandler.cpp: In function 'void updateDisplayRom(QString, int, QString)':
  49. gamehandler.cpp:259:6: warning: no previous declaration for 'void updateDisplayRom(QString, int, QString)'
  50. gamehandler.cpp: In function 'void updateDiskCount(QString, int, QString)':
  51. gamehandler.cpp:274:6: warning: no previous declaration for 'void updateDiskCount(QString, int, QString)'
  52. gamehandler.cpp: In function 'void updateGameName(QString, QString, QString)':
  53. gamehandler.cpp:289:6: warning: no previous declaration for 'void updateGameName(QString, QString, QString)'
  54. gamehandler.cpp: In member function 'void GameHandler::UpdateGameDB(GameHandler*)':
  55. gamehandler.cpp:401:29: warning: 'MythProgressDialog::MythProgressDialog(const QString&, int, bool, const QObject*, const char*)' is deprecated (declared at /usr/include/mythtv/mythdialogs.h:245)
  56. gamehandler.cpp: In member function 'void GameHandler::VerifyGameDB(GameHandler*)':
  57. gamehandler.cpp:518:21: warning: 'MythProgressDialog::MythProgressDialog(const QString&, int, bool, const QObject*, const char*)' is deprecated (declared at /usr/include/mythtv/mythdialogs.h:245)
  58. gamehandler.cpp: In static member function 'static void GameHandler::clearAllGameData()':
  59. gamehandler.cpp:617:39: warning: 'static DialogCode MythPopupBox::ShowButtonPopup(MythMainWindow*, const QString&, const QString&, const QStringList&, DialogCode)' is deprecated (declared at /usr/include/mythtv/mythdialogs.h:185)
  60. gamehandler.cpp: In member function 'void GameHandler::processGames(GameHandler*)':
  61. gamehandler.cpp:721:17: warning: 'MythProgressDialog::MythProgressDialog(const QString&, int, bool, const QObject*, const char*)' is deprecated (declared at /usr/include/mythtv/mythdialogs.h:245)
  62. make[2]: *** [gamehandler.o] Error 1
  63. make[2]: *** Waiting for unfinished jobs....
  64. In file included from rom_metadata.h:7:0,
  65. from gamehandler.h:10,
  66. from main.cpp:10:
  67. unzip.h:114:37: error: expected initializer before 'OF'
  68. In file included from rom_metadata.h:7:0,
  69. from gamehandler.h:10,
  70. from main.cpp:10:
  71. unzip.h:127:24: error: expected initializer before 'OF'
  72. In file included from rom_metadata.h:7:0,
  73. from gamehandler.h:10,
  74. from main.cpp:10:
  75. unzip.h:138:21: error: expected initializer before 'OF'
  76. unzip.h:145:29: error: expected initializer before 'OF'
  77. unzip.h:153:32: error: expected initializer before 'OF'
  78. In file included from rom_metadata.h:7:0,
  79. from gamehandler.h:10,
  80. from main.cpp:10:
  81. unzip.h:166:29: error: expected initializer before 'OF'
  82. unzip.h:172:28: error: expected initializer before 'OF'
  83. unzip.h:179:26: error: expected initializer before 'OF'
  84. In file included from rom_metadata.h:7:0,
  85. from gamehandler.h:10,
  86. from main.cpp:10:
  87. unzip.h:192:34: error: expected initializer before 'OF'
  88. In file included from rom_metadata.h:7:0,
  89. from gamehandler.h:10,
  90. from main.cpp:10:
  91. unzip.h:218:31: error: expected initializer before 'OF'
  92. unzip.h:224:32: error: expected initializer before 'OF'
  93. unzip.h:231:31: error: expected initializer before 'OF'
  94. In file included from rom_metadata.h:7:0,
  95. from gamehandler.h:10,
  96. from main.cpp:10:
  97. unzip.h:245:22: error: expected initializer before 'OF'
  98. unzip.h:250:19: error: expected initializer before 'OF'
  99. unzip.h:255:34: error: expected initializer before 'OF'
  100. In file included from /usr/include/mythtv/virtualkeyboard_qt.h:4:0,
  101. from /usr/include/mythtv/mythwidgets.h:28,
  102. from /usr/include/mythtv/settings.h:15,
  103. from gamesettings.h:6,
  104. from main.cpp:12:
  105. /usr/include/mythtv/mythdialogs.h: In static member function 'static DialogCode MythPopupBox::Show2ButtonPopup(MythMainWindow*, const QString&, const QString&, const QString&, const QString&, DialogCode)':
  106. /usr/include/mythtv/mythdialogs.h:182:63: warning: 'static DialogCode MythPopupBox::ShowButtonPopup(MythMainWindow*, const QString&, const QString&, const QStringList&, DialogCode)' is deprecated (declared at /usr/include/mythtv/mythdialogs.h:185)
  107. make[2]: *** [main.o] Error 1
  108. make[2]: Leaving directory `/var/tmp/portage/media-plugins/mythgame-0.24.1_p20111116/work/MythTV-mythtv-f5fd11f/mythplugins/mythgame/mythgame'
  109. make[1]: *** [sub-mythgame-make_default] Error 2
  110. make[1]: Leaving directory `/var/tmp/portage/media-plugins/mythgame-0.24.1_p20111116/work/MythTV-mythtv-f5fd11f/mythplugins/mythgame'
  111. make: *** [sub-mythgame-make_default] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement