[mythtv-users] Compilation issues

Tom Lichti tom at redpepperracing.com
Fri Feb 3 20:31:11 UTC 2006


Cristo Saulo Bolaņos Trujillo wrote:
> Hi,
>
> I downloaded mythtv 0.18 from svn and tried to compile it on debian sid
> i386, but got following error:
>
> make[1]: Entering directory `/home/doc/mythtv/mythtv/programs'
> cd mythepg && qmake mythepg.pro -o Makefile
> cd mythepg && make -f Makefile
> make[2]: Entering directory `/home/doc/mythtv/mythtv/programs/mythepg'
> g++ -c -pipe -march=athlon -Wall -W -O3 -fomit-frame-pointer
> -D_REENTRANT  -DMMX -Di386 -DUSING_IVTV -DUSING_FIREWIRE -DUSING_XRANDR
> -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
> -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
> -I/usr/share/qt3/mkspecs/default -I. -I../../libs -I../../libs/libmyth
> -I/usr/local/include -I/usr/include/qt3 -o main.o main.cpp
> g++  -o mythepg main.o    -L/usr/share/qt3/lib -L../../libs/libmyth
> -L../../libs/libmythtv -L../../libs/libavcodec -L../../libs/libavformat
> -lmythtv-0.18.2 -lmythavformat-0.18.2 -lmythavcodec-0.18.2 -lmyth-0.18.2
> -lfreetype -lmp3lame -lraw1394 -liec61883 -lavc1394 -L/usr/X11R6/lib
> -lXinerama -lXv -lXxf86vm -lqt-mt -lXext -lX11 -lm -lpthread
> /usr/bin/ld: warning: libraw1394.so.5, needed
> by /usr/lib/gcc-lib/i486-linux/3.3.5/../../../libavc1394.so, may
> conflict with libraw1394.so.8
> /usr/bin/ld: warning: libstdc++.so.6, needed
> by /usr/share/qt3/lib/libqt-mt.so, may conflict with libstdc++.so.5
> /usr/bin/../lib/libXft.so.2: undefined reference to
> `FT_GlyphSlot_Embolden'
> collect2: ld devolviķ el estado de salida 1
> make[2]: *** [mythepg] Error 1
> make[2]: Leaving directory `/home/doc/mythtv/mythtv/programs/mythepg'
> make[1]: *** [sub-mythepg] Error 2
> make[1]: Leaving directory `/home/doc/mythtv/mythtv/programs'
> make: *** [sub-programs] Error 2
>
> Does any one know which may be the problem ?
>   
Looks like it is looking for the firewire dev libs. If you don't need 
firewire, then disable it with the configure command, otherwise install 
the libraw1394-dev library. It also looks like there may be some other 
issues, but fix that one first.

Tom


More information about the mythtv-users mailing list