[mythtv] Compile problems with CVS

Ray mythtv-dev@snowman.net
Tue, 26 Nov 2002 20:40:50 -0700


I've been compiling versions of Myth for the past month without problems but
the current cvs is failing with the following:

 cd mythfilldatabase && make -f Makefile
 make[2]: Entering directory /usr/src/vidcap/mythtv/cvs/MC/programs/mythfilldatabase'
 g++ -c -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wall -W -O6 -march=pentiumpro -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../../libs -I/usr/share/qt/include -I/usr/share/qt/mkspecs/linux-g++ -o filldata.o filldata.cpp
 g++  -o mythfilldatabase filldata.o   -L/usr/share/qt/lib -L/usr/X11R6/lib -lmyth-0.8 -L/usr/local/lib -L../../libs/libmyth -lqt-mt -lpthread -lXext -lX11 -lm
 filldata.o: In function arseProgram(QDomElement &)':
 filldata.o(.text+0x129f): undefined reference to 
ythContext::GetSetting(QString const &, QString const &)'
 filldata.o: In function illData(QValueList<Source> &)':
 filldata.o(.text+0xc457): undefined reference to 
ythContext::GetSetting(QString const &, QString const &)'
 collect2: ld returned 1 exit status
 make[2]: *** [mythfilldatabase] Error 1
 make[2]: Leaving directory /usr/src/vidcap/mythtv/cvs/MC/programs/mythfilldatabase'
 make[1]: *** [sub-mythfilldatabase] Error 2
 make[1]: Leaving directory /usr/src/vidcap/mythtv/cvs/MC/programs'
 make: *** [sub-programs] Error 2


Any ideas?

-- 
Ray