[mythtv] CVS Compile error

tarek Lubani mythtv-dev@snowman.net
Sat, 07 Dec 2002 16:38:16 -0500


hey guys..

Just tried to compile the CVS today.. not sure what exactly might be up, 
but I kept getting the error message below until I copied all the files 
from libmythtv to libmyth:

make[1]: Entering directory `/home/dump/src/cvs/MC/libs/libmythtv'
g++ -c -pipe -Wall -W -O6 -march=athlon -fomit-frame-pointer -funroll-loops 
-fexpensive-optimizations -finline-functions -fno-rtti -fno-exceptions 
-D_REENTRANT  -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DEXTRA_LOCKING -DMMX 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/include -I../libNuppelVideo 
-I.. -I/usr/lib/qt3/include -I/usr/lib/qt3/mkspecs/default -o tv.o tv.cpp
cc1plus: warning: changing search order for system directory 
"/usr/local/include"
cc1plus: warning:   as it has already been specified as a non-system directory
tv.cpp:12:38: libmyth/recordingprofile.h: No such file or directory
tv.cpp: In member function `void TV::SetupRecorder(int)':
tv.cpp:679: `RecordingProfile' undeclared (first use this function)
tv.cpp:679: (Each undeclared identifier is reported only once for each 
function it appears in.)
tv.cpp:679: parse error before `;' token
tv.cpp:680: `profile' undeclared (first use this function)
tv.cpp:700: `cerr' undeclared (first use this function)
make[1]: *** [tv.o] Error 1
make[1]: Leaving directory `/home/dump/src/cvs/MC/libs/libmythtv'
make: *** [sub-libmythtv] Error 2