Formated by GeSHi
cd mytharchive/ && make -f Makefile make[1]: Entering directory `/home/marcus/src/mythtv/mythplugins/mytharchive' cd mytharchive/ && make -f Makefile make[2]: Entering directory `/home/marcus/src/mythtv/mythplugins/mytharchive/mytharchive' g++ -c -pipe -fomit-frame-pointer -D_REENTRANT -Wall -W -DPIC -fPIC -D_GNU_SOURCE -DPREFIX="" -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/include -I/include/mythtv -I/include/mythtv/libmythdb -I/include/mythtv/libmythui -I/include/mythtv/libmyth -I/include/mythtv/libavformat -I/include/mythtv/libswscale -I/usr/X11R6/include -I. -o main.o main.cpp main.cpp:20:27: error: mythpluginapi.h: No such file or directory main.cpp:21:25: error: mythcontext.h: No such file or directory main.cpp:22:25: error: mythversion.h: No such file or directory main.cpp:23:24: error: mythplugin.h: No such file or directory main.cpp:24:18: error: util.h: No such file or directory main.cpp:25:28: error: myththemedmenu.h: No such file or directory main.cpp:26:26: error: mythuihelper.h: No such file or directory main.cpp:27:27: error: mythdialogbox.h: No such file or directory In file included from main.cpp:30: archivesettings.h:8:22: error: settings.h: No such file or directory In file included from main.cpp:31: logviewer.h:8:28: error: mythscreentype.h: No such file or directory In file included from main.cpp:30: archivesettings.h:12: error: expected class-name before ‘{’ token In file included from main.cpp:31: logviewer.h:17: error: expected class-name before ‘{’ token logviewer.h:22: error: expected ‘)’ before ‘*’ token logviewer.h:26: error: ‘QKeyEvent’ has not been declared logviewer.h:39: error: ‘MythUIButtonListItem’ has not been declared In file included from main.cpp:32: fileselector.h:39: error: expected class-name before ‘{’ token fileselector.h:45: error: expected ‘)’ before ‘*’ token In file included from main.cpp:33: recordingselector.h:30: error: expected class-name before ‘{’ token recordingselector.h:35: error: expected ‘)’ before ‘*’ token recordingselector.h:77: error: ISO C++ forbids declaration of ‘MythUIImage’ with no type recordingselector.h:77: error: expected ‘;’ before ‘*’ token recordingselector.h:78: error: ISO C++ forbids declaration of ‘MythUIImage’ with no type recordingselector.h:78: error: expected ‘;’ before ‘*’ token In file included from main.cpp:34: videoselector.h:39: error: expected class-name before ‘{’ token videoselector.h:43: error: expected ‘)’ before ‘*’ token videoselector.h:89: error: ISO C++ forbids declaration of ‘MythUIImage’ with no type videoselector.h:89: error: expected ‘;’ before ‘*’ token In file included from main.cpp:37: selectdestination.h:21: error: expected class-name before ‘{’ token selectdestination.h:26: error: expected ‘)’ before ‘*’ token In file included from main.cpp:38: exportnative.h:30: error: expected class-name before ‘{’ token exportnative.h:35: error: expected ‘)’ before ‘*’ token exportnative.h:67: error: ISO C++ forbids declaration of ‘MythScreenType’ with no type exportnative.h:67: error: expected ‘;’ before ‘*’ token In file included from main.cpp:39: importnative.h:50: error: expected ‘)’ before ‘*’ token importnative.h:73: error: expected class-name before ‘{’ token importnative.h:77: error: expected ‘)’ before ‘*’ token importnative.h:105: error: ISO C++ forbids declaration of ‘MythScreenType’ with no type importnative.h:105: error: expected ‘;’ before ‘*’ token In file included from main.cpp:40: mythburn.h:18: error: expected class-name before ‘{’ token mythburn.h:22: error: expected ‘)’ before ‘*’ token mythburn.h:49: error: expected class-name before ‘{’ token mythburn.h:54: error: expected ‘)’ before ‘*’ token mythburn.h:97: error: ISO C++ forbids declaration of ‘MythScreenType’ with no type mythburn.h:97: error: expected ‘;’ before ‘*’ token mythburn.h:98: error: ISO C++ forbids declaration of ‘MythScreenType’ with no type mythburn.h:98: error: expected ‘;’ before ‘*’ token main.cpp: In function ‘bool checkProcess(const QString&)’: main.cpp:52: error: ‘VB_GENERAL’ was not declared in this scope main.cpp:52: error: ‘VERBOSE’ was not declared in this scope main.cpp:63: error: ‘VB_GENERAL’ was not declared in this scope main.cpp:63: error: ‘VERBOSE’ was not declared in this scope main.cpp:67: error: ‘VB_GENERAL’ was not declared in this scope main.cpp:67: error: ‘VERBOSE’ was not declared in this scope main.cpp:71: error: ‘errno’ was not declared in this scope main.cpp:71: error: ‘ESRCH’ was not declared in this scope main.cpp: In function ‘bool checkLockFile(const QString&)’: main.cpp:92: error: ‘VB_IMPORTANT’ was not declared in this scope main.cpp:93: error: ‘VERBOSE’ was not declared in this scope main.cpp: In function ‘void runCreateDVD()’: main.cpp:108: error: ‘MythScreenStack’ was not declared in this scope main.cpp:108: error: ‘mainStack’ was not declared in this scope main.cpp:108: error: ‘GetMythMainWindow’ was not declared in this scope main.cpp: In function ‘void runCreateArchive()’: main.cpp:137: error: ‘MythScreenStack’ was not declared in this scope main.cpp:137: error: ‘mainStack’ was not declared in this scope main.cpp:137: error: ‘GetMythMainWindow’ was not declared in this scope main.cpp: In function ‘void runImportVideo()’: main.cpp:190: error: ‘MythScreenStack’ was not declared in this scope main.cpp:190: error: ‘mainStack’ was not declared in this scope main.cpp:190: error: ‘GetMythMainWindow’ was not declared in this scope main.cpp: In function ‘void runTestDVD()’: main.cpp:204: error: ‘gContext’ was not declared in this scope main.cpp:210: error: ‘gContext’ was not declared in this scope main.cpp:222: error: ‘gContext’ was not declared in this scope main.cpp:236: error: ‘myth_system’ was not declared in this scope main.cpp: In function ‘int runMenu(QString)’: main.cpp:270: error: ‘GetMythUI’ was not declared in this scope main.cpp:271: error: ‘MythThemedMenu’ was not declared in this scope main.cpp:271: error: ‘diag’ was not declared in this scope main.cpp:271: error: expected type-specifier before ‘MythThemedMenu’ main.cpp:271: error: expected ‘;’ before ‘MythThemedMenu’ main.cpp:280: error: ‘GetMythMainWindow’ was not declared in this scope main.cpp:285: error: ‘VB_IMPORTANT’ was not declared in this scope main.cpp:286: error: ‘VERBOSE’ was not declared in this scope main.cpp:287: error: type ‘<type error>’ argument given to ‘delete’, expected pointer main.cpp: In function ‘void initKeys()’: main.cpp:295: error: ‘REG_KEY’ was not declared in this scope main.cpp:298: error: ‘REG_JUMP’ was not declared in this scope main.cpp: In function ‘int mythplugin_init(const char*)’: main.cpp:313: error: ‘gContext’ was not declared in this scope main.cpp:314: error: ‘MYTH_BINARY_VERSION’ was not declared in this scope main.cpp:316: error: ‘VB_IMPORTANT’ was not declared in this scope main.cpp:316: error: ‘VERBOSE’ was not declared in this scope main.cpp:320: error: ‘gContext’ was not declared in this scope main.cpp:323: error: ‘VB_IMPORTANT’ was not declared in this scope main.cpp:324: error: ‘VERBOSE’ was not declared in this scope main.cpp:330: error: ‘class ArchiveSettings’ has no member named ‘Load’ main.cpp:331: error: ‘class ArchiveSettings’ has no member named ‘Save’ main.cpp: In function ‘int mythplugin_config()’: main.cpp:346: error: ‘class ArchiveSettings’ has no member named ‘exec’ make[2]: *** [main.o] Error 1 make[2]: Leaving directory `/home/marcus/src/mythtv/mythplugins/mytharchive/mytharchive' make[1]: *** [sub-mytharchive-make_default] Error 2 make[1]: Leaving directory `/home/marcus/src/mythtv/mythplugins/mytharchive' make: *** [sub-mytharchive-make_default] Error 2 ### ERROR BUILDING mythplugins ###Parsed in 0.1665678 seconds
| :: Download | ||||
| :: Print into | ||||
:: Make Diff
:: Erase Post