[mythtv-users] mythdvd compile problems

Ben Pierce bpierce815 at charter.net
Sat Feb 28 16:21:17 EST 2004


Using Gentoo I have successfully installed and run mythtv, mythmusic, 
mythgallery, mythnews, mythweather, and mythvideo.  However for some 
reason when I try to compile mythdvd and mythbrowser I get errors refering 
to Xinerama.  Here is the output from emerge mythdvd:

>>> Unpacking source...
>>> Unpacking mythdvd-0.14.tar.bz2 to /var/tmp/portage/mythdvd-0.14/work
>>> Source unpacked.
Creating config.h, config.pro, dvdmenu.xml, dvd_settings.xml

Configuration settings: 
 
        VCD Playing support will be included
        Ripping/Transcoding support will *not* be included

cd mythdvd && qmake mythdvd.pro -o Makefile
cd mtd && qmake mtd.pro -o Makefile
cd i18n && qmake i18n.pro -o Makefile
cd mythdvd && make -f Makefile
make[1]: Entering directory `/var/tmp/portage/mythdvd-0.14/work/mythdvd-0.14/mythdvd'
g++ -c -pipe -Wall -W -O3 -march=i686 -fomit-frame-pointer -D_REENTRANT -fPIC  -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/qt/3/include -o main.o main.cpp
cd mtd && make -f Makefile
make[1]: Entering directory `/var/tmp/portage/mythdvd-0.14/work/mythdvd-0.14/mtd'
g++ -c -pipe -Wall -W -O3 -march=i686 -fomit-frame-pointer -D_REENTRANT  -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/qt/3/include -o main.o main.cpp
g++ -c -pipe -Wall -W -O3 -march=i686 -fomit-frame-pointer -D_REENTRANT  -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/qt/3/include -o dbcheck.o ../mythdvd/dbcheck.cpp
g++ -Wl,-rpath,/usr/qt/3/lib -o mtd main.o dbcheck.o   -L/usr/qt/3/lib -L/usr/X11R6/lib -L/usr/lib -lmyth-0.14 -lqt-mt -lXext -lX11 -lm -lpthread 
/usr/lib/libmyth-0.14.so: undefined reference to `XineramaIsActive'
/usr/lib/libmyth-0.14.so: undefined reference to `XineramaQueryScreens'
/usr/lib/libmyth-0.14.so: undefined reference to `XineramaQueryExtension'
collect2: ld returned 1 exit status
make[1]: *** [mtd] Error 1
make[1]: Leaving directory `/var/tmp/portage/mythdvd-0.14/work/mythdvd-0.14/mtd'
make: *** [sub-mtd] Error 2
make: *** Waiting for unfinished jobs....
g++ -c -pipe -Wall -W -O3 -march=i686 -fomit-frame-pointer -D_REENTRANT -fPIC  -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/qt/3/include -o settings.o settings.cpp
g++ -c -pipe -Wall -W -O3 -march=i686 -fomit-frame-pointer -D_REENTRANT -fPIC  -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/qt/3/include -o dbcheck.o dbcheck.cpp
rm -f libmythdvd.so
g++ -Wl,-rpath,/usr/qt/3/lib -shared -o libmythdvd.so main.o settings.o dbcheck.o   -L/usr/qt/3/lib -L/usr/lib -lqt-mt -lpthread 
make[1]: Leaving directory `/var/tmp/portage/mythdvd-0.14/work/mythdvd-0.14/mythdvd'

!!! ERROR: media-plugins/mythdvd-0.14 failed.
!!! Function src_compile, Line 44, Exitcode 2
!!! compile problem


USE="X qt mysql -gtk -gnome -svga"

Any Ideas?

Thanks,
Benjamin Pierce


More information about the mythtv-users mailing list