[mythtv-users] MythRecipe installation errors..... HELP!!!

Joseph A. Caputo jcaputo1 at comcast.net
Fri Dec 2 12:38:10 EST 2005


On Friday 02 December 2005 0:56, Chad Schaaf wrote:
> 
> More errors...... am I missing something????  Is there a specific  
> directory that I should be installing from????  My system in FC2 just  
> updated to 0.18.1.   Complete log is below:
> 
> 
> [root at mythtv mythrecipe]# . recipes
> cd mythModule && make -f Makefile
> make[1]: Entering directory `/home/mythtv/mythrecipe/mythModule'
> 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/lib/qt-3.3/mkspecs/default -I. -I/usr/include -I/ 
> usr/lib/qt-3.3/include -o main.o main.cpp
> In file included from main.cpp:9:
> Modulesettings.h:7:29: mythtv/settings.h: No such file or directory

Is Myth installed on your system?  If you built from source it's 
probably in "/usr/local", but the makefile is looking in "/usr", so it 
can't find the Myth headers.  My guess is you've got to do something 
like "qmake PREFIX=/usr/local", or possibly edit mythrecipe.pro to 
change PREFIX, then re-run qmake && make.

-JAC


More information about the mythtv-users mailing list