[mythtv-commits] Ticket #5181: link error in mythtv

MythTV mythtv at cvs.mythtv.org
Tue Apr 8 23:10:03 UTC 2008


#5181: link error in mythtv
--------------------------------+-------------------------------------------
 Reporter:  steve at heistand.org  |       Owner:  ijr 
     Type:  defect              |      Status:  new 
 Priority:  major               |   Milestone:  0.22
Component:  mythtv              |     Version:  head
 Severity:  medium              |     Mlocked:  0   
--------------------------------+-------------------------------------------
 after updating to 16989 to get a fix for a bug I ran into earlier
 Im now getting a link error:

 make[2]: Entering directory
 `/usr/local/src/myth_trunk/mythtv/programs/mythtv'
 g++ -c -pipe -march=k8 -fomit-frame-pointer -O3 -Wall -Wno-switch
 -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor
 -D__STDC_CONSTANT_MACROS -I/usr/include/kde/artsc -pthread
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT
 -DQT_SHARED -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
 -DPREFIX=\"/usr/local/mythtv\" -DLIBDIR=\"/usr/local/mythtv/lib\"
 -DUSING_X11 -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_SQL_LIB
 -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
 -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore
 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork
 -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui
 -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL
 -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml
 -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSql
 -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/Qt3Support
 -I/usr/include/qt4 -I/usr/local/mythtv/include -I/usr/include -I../..
 -I../../libs -I../../libs/libmyth -I../../libs/libmythtv
 -I../../libs/libavutil -I../../libs/libavformat -I../../libs/libavcodec
 -I../../libs/libmythupnp -I../../libs/libmythui
 -I../../libs/libmythlivemedia -I/usr/X11R6/include -I. -I. -o version.o
 ../../libs/libmythupnp/version.cpp
 g++  -o mythtv version.o main.o    -L/usr/lib -L../../libs/libmyth
 -L../../libs/libmythtv -L../../libs/libavutil -L../../libs/libavcodec
 -L../../libs/libavformat -L../../libs/libmythfreemheg
 -L../../libs/libmythui -L../../libs/libmythupnp
 -L../../libs/libmythlivemedia -lmythtv-0.22 -lmythavformat-0.22
 -lmythavutil-0.22 -lmythavcodec-0.22 -lmythfreemheg-0.22 -lmythupnp-0.22
 -lmythlivemedia-0.22 -lmyth-0.22 -lmythui-0.22 -lfreetype -lz -lmp3lame
 -lasound -L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl
 -lgthread-2.0 -lrt -lglib-2.0 -lraw1394 -liec61883 -lavc1394 -lrom1394
 -L/usr/X11R6/lib -L/usr/X11R6/lib -lXinerama -lXv -lX11 -lXext -lXxf86vm
 -lXrandr -lXvMCNVIDIA -lXvMC -lGL -lGLU -lpthread -lGLU -lGL -lQt3Support
 -lQtSql -lQtXml -lQtOpenGL -lQtGui -lQtNetwork -lQtCore
 ../../libs/libmythtv/libmythtv-0.22.so: undefined reference to
 `XvMCPutSlice2'
 ../../libs/libavcodec/libmythavcodec-0.22.so: undefined reference to
 `XvMCLoadQMatrix'
 ../../libs/libavcodec/libmythavcodec-0.22.so: undefined reference to
 `XvMCBeginSurface'
 collect2: ld returned 1 exit status
 make[2]: *** [mythtv] Error 1
 make[2]: Leaving directory
 `/usr/local/src/myth_trunk/mythtv/programs/mythtv'
 make[1]: *** [sub-mythtv-make_default] Error 2
 make[1]: Leaving directory `/usr/local/src/myth_trunk/mythtv/programs'


 a make clean with a configure of:
    ./configure --prefix=/usr/local/mythtv --enable-xv --with-bindings=perl
 --enable-proc-opt --enable-xvmc --enable-xv --enable-opengl-video
 --disable-opengl-vsync --disable-directfb --disable-directx --enable-xvmc-
 opengl --enable-xvmc-pro --xvmc-lib=XvMCNVIDIA --enable-firewire --enable-
 lirc --enable-iptv

 was done.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5181>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list