--Sending again after registering--<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>I am having issues with installing MythRecipe. The make fails. Initially I got a long list of errors which I was able to reduce it to below:
<br><br>cd mythModule && make -f Makefile<br>make[1]: Entering directory `/home/mythtv/MythPlugins/mythextra/mythrecipe/mythModule'
<br>g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DDEBUG=1 -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib64/qt-3.3/mkspecs/default -I. -I/usr/include -I/usr/lib64/qt-
3.3/include -o main.o main.cpp<br>main.cpp:15:31: error: mythtv/themedmenu.h: No such file or directory<br>/usr/lib64/qt-3.3/include/qsqldatabase.h:63: warning: âclass QSqlDriverCreatorBaseâ has virtual functions but non-virtual destructor
<br>ViewRecipeWindow.h:37: error: extra qualification âViewRecipeWindow::â on member âViewRecipeWindowâ<br>ModuleWindow.h:37: error: extra qualification âModuleWindow::â on member âModuleWindowâ<br>/usr/lib64/qt-3.3/include/qxml.h:224: warning: âclass QXmlReaderâ has virtual functions but non-virtual destructor
<br>/usr/lib64/qt-3.3/include/qxml.h:407: warning: âclass QXmlContentHandlerâ has virtual functions but non-virtual destructor<br>/usr/lib64/qt-3.3/include/qxml.h:424: warning: âclass QXmlErrorHandlerâ has virtual functions but non-virtual destructor
<br>/usr/lib64/qt-3.3/include/qxml.h:433: warning: âclass QXmlDTDHandlerâ has virtual functions but non-virtual destructor<br>/usr/lib64/qt-3.3/include/qxml.h:441: warning: âclass QXmlEntityResolverâ has virtual functions but non-virtual destructor
<br>/usr/lib64/qt-3.3/include/qxml.h:448: warning: âclass QXmlLexicalHandlerâ has virtual functions but non-virtual destructor<br>/usr/lib64/qt-3.3/include/qxml.h:461: warning: âclass QXmlDeclHandlerâ has virtual functions but non-virtual destructor
<br>ScanSiteWindow.h:29: error: extra qualification âScanSiteWindow::â on member âScanSiteWindowâ<br>BrowseWindow.h:38: error: extra qualification âBrowseWindow::â on member âBrowseWindowâ<br>menu.h:46: warning: unused parameter âfromâ
<br>menu.h:46: warning: unused parameter âtoâ<br>menu.h:149: warning: unused parameter âlineâ<br>RecipeDB.h:29: error: extra qualification âRecipeDB::â on member âRecipeDBâ<br>ScanXML.h:30: error: extra qualification âScanXML::â on member âScanXMLâ
<br>ScanXML.h:35: error: extra qualification âScanXML::â on member âimportXMLâ<br>main.cpp: In function âvoid runMenu(QString)â:<br>main.cpp:143: error: âThemedMenuâ was not declared in this scope<br>main.cpp:143: error: âdiagâ was not declared in this scope
<br>main.cpp:143: error: expected type-specifier before âThemedMenuâ<br>main.cpp:143: error: expected `;' before âThemedMenuâ<br>main.cpp:161: error: type â<type error>â argument given to âdeleteâ, expected pointer
<br>
main.cpp: At global scope:<br>main.cpp:140: warning: unused parameter âwhich_menuâ<br>make[1]: *** [main.o] Error 1<br>make[1]: Leaving directory `/home/mythtv/MythPlugins/mythextra/mythrecipe/mythModule'<br>make: *** [sub-mythModule] Error 2
<br>------------------------------------------------------------------------------------------<br><br>Actually I have recently installed MythTv and all the 'supported' Utilites are working fine. I tried to get this one and is giving me errors. I can see that it is complaining for mythtv/themedmenu.h (which is not on my box anywhere). I think installing this header file should get me going but again I am not sure.
<br><br>Any help would be appriciated.<br><span class="sg">-N<br>
</span></blockquote></div><br>