
cedelis at uillinois
Mar 5, 2004, 2:34 PM
Post #2 of 2
(721 views)
Permalink
|
Apparently, the problem is only with "mythtvosd". Anyone else having this problem? In the meantime, I can build everything else if I remove "sub-mythtvosd" from the SUBTARGETS in programs/Makefile. On Fri, Mar 05, 2004 at 08:41:04AM -0600, Chris Delis wrote: > Hi folks, > > I apologize if this has been in the news already (I haven't tried to build CVS in > a while), but... > > I get libqt-mt linker errors when attempting to build from CVS. I pulled down a > completely new MythTV directory tree. I am running Debian stable (woody) and > building against qt-x11-free-3.2.1. Here is the error message I receive: > > cd programs && qmake programs.pro -o Makefile > cd programs && make -f Makefile > make[1]: Entering directory `/home/cedelis/myth_stuff/cvs/mythtv/programs' > cd mythepg && qmake mythepg.pro -o Makefile > cd mythepg && make -f Makefile > make[2]: Entering directory > `/home/cedelis/myth_stuff/cvs/mythtv/programs/mythepg' > g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -D_REENTRANT > -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX -DUSING_IVTV > -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/local/qt/mkspecs/default -I. > -I../../libs -I../../libs/libmyth -I/usr/local/include -I/usr/local/qt/include -o > main.o main.cpp > g++ -Wl,-rpath,/usr/local/qt/lib -o mythepg main.o -L/usr/local/qt/lib > -L/usr/X11R6/lib -L../../libs/libmyth -L../../libs/libmythtv > -L../../libs/libavcodec -L../../libs/libavformat -lmythtv-0.15 > -lmythavformat-0.15 -lmythavcodec-0.15 -lmyth-0.15 -lfreetype -lmp3lame > -L/usr/X11R6/lib -lXinerama -lXv -lXxf86vm -lqt-mt -lXext -lX11 -lm -lpthread > /usr/local/qt/lib/libqt-mt.so: undefined reference to `FT_Seek_Stream' > /usr/local/qt/lib/libqt-mt.so: undefined reference to `FT_Get_Short' > /usr/local/qt/lib/libqt-mt.so: undefined reference to `FT_Forget_Frame' > /usr/local/qt/lib/libqt-mt.so: undefined reference to `FT_Access_Frame' > /usr/local/qt/lib/libqt-mt.so: undefined reference to `FT_Get_Long' > collect2: ld returned 1 exit status > make[2]: *** [mythepg] Error 1 > make[2]: Leaving directory `/home/cedelis/myth_stuff/cvs/mythtv/programs/mythepg' > make[1]: *** [sub-mythepg] Error 2 > make[1]: Leaving directory `/home/cedelis/myth_stuff/cvs/mythtv/programs' > make: *** [sub-programs] Error 2 > > > Any pointers? > Thanks, > Chris > > _______________________________________________ > mythtv-users mailing list > mythtv-users [at] mythtv > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|