Mailing List Archive

Compile problems with CVS
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
Re: Compile problems with CVS [ In reply to ]
On Tuesday 26 November 2002 10:40 pm, Ray wrote:
> I've been compiling versions of Myth for the past month without problems
> but the current cvs is failing with the following:
<snip>
> Any ideas?

You probably need to delete any existing libmyth* libraries in /usr/local/lib.

Isaac
Re: Compile problems with CVS [ In reply to ]
On Tue, Nov 26, 2002 at 10:59:38PM -0500, Isaac Richards wrote:
>
> You probably need to delete any existing libmyth* libraries in /usr/local/lib.

That did it, thanks.

--
Ray
Re: Compile problems with CVS [ In reply to ]
On Tue, Nov 26, 2002 at 10:59:38PM -0500, Isaac Richards wrote:
> On Tuesday 26 November 2002 10:40 pm, Ray wrote:
> > I've been compiling versions of Myth for the past month without problems
> > but the current cvs is failing with the following:
> <snip>
> > Any ideas?
>
> You probably need to delete any existing libmyth* libraries in /usr/local/lib.
<snip>
I've also found that changing the library search order to look in the mythtv libs directory before the installation directory works as well (see attachement). Is there a good reason to look in the installation directory first that I'm missing?

Ben








>
> Isaac
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev@snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev