[mythtv-commits] Ticket #265: SVN HEAD mythtv has Undefined Reference

MythTV mythtv at cvs.mythtv.org
Fri Aug 26 22:26:57 UTC 2005


#265: SVN HEAD mythtv has Undefined Reference
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr 
     Type:  defect     |      Status:  new 
 Priority:  minor      |   Milestone:      
Component:  mythtv     |     Version:  head
 Severity:  medium     |         Cc:             |  
-----------------------+----------------------------------------------------
 Sync'd to SVN head today and got this error after a make distclean.
 configure output below

 make[2]: Entering directory
 `/usr/local/src/mythtv/mythtv/programs/mythuitest'

 ccache g++ -c -pipe -march=pentiumpro -Wall -W -O3 -Wall -Wno-switch
 -fomit-frame-pointer -D_REENTRANT  -DMMX -Di386 -DUSING_DBOX2
 -DHAVE_DVDNAV -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\"
 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I.
 -I../../libs/libmythui -I../../libs/libmyth -I../../../../../../include
 -I../../../../../../include -I/usr/qt/3/include
 -I../../../../../../include -I../../../../../../include -o moc_test1.o
 moc_test1.cpp
 ccache g++  -o mythuitest main.o test1.o btnlisttest.o moc_test1.o
 -L/usr/qt/3/lib -L/usr/X11R6/lib -L../../libs/libmyth
 -L../../libs/libmythui -lmythui-0.18 -lmyth-0.18 -lqt-mt -lGLU -lGL -lXmu
 -lXext -lX11 -lm -lpthread
 test1.o(.gnu.linkonce.r._ZTV11TestScreen1+0x6c): undefined reference to
 `MythUIType::GetArea() const'
 test1.o(.gnu.linkonce.r._ZTV11TestScreen1+0x70): undefined reference to
 `MythUIType::GetDirtyArea() const'
 btnlisttest.o(.text+0xfc5): In function `TestWindow::setupHList()':
 : undefined reference to `MythHorizListButton::MythHorizListButton[in-
 charge](MythUIType*, char const*, QRect const&, bool, bool, unsigned)'
 btnlisttest.o(.gnu.linkonce.r._ZTV10TestWindow+0x6c): undefined reference
 to `MythUIType::GetArea() const'
 btnlisttest.o(.gnu.linkonce.r._ZTV10TestWindow+0x70): undefined reference
 to `MythUIType::GetDirtyArea() const'
 moc_test1.o(.gnu.linkonce.r._ZTV8TestMove+0x6c): undefined reference to
 `MythUIType::GetArea() const'
 moc_test1.o(.gnu.linkonce.r._ZTV8TestMove+0x70): undefined reference to
 `MythUIType::GetDirtyArea() const'

 # Basic Settings
 Compile type     release
 Compiler cache   yes
 DistCC           no
 Install prefix   /usr
 CPU              x86 (pentiumpro)
 Big Endian       no
 MMX enabled      yes
 Vector Builtins  yes

 # Input Support
 Joystick menu    no
 lirc support     yes
 Video4Linux sup. yes
 ivtv support     yes
 FireWire support no
 DVB support      no [/usr/src/linux-2.6.11-gentoo-r6/include]

 # Sound Output Support
 OSS support      yes
 ALSA support     yes
 aRts support     no
 JACK support     no

 # Video Output Support
 x11 support      yes
 xrandr support   yes
 xv support       yes
 XvMC support     yes
 XvMC VLD support no
 XvMC pro support no
 XvMC libs        -lXvMCNVIDIA
 OpenGL vsync     yes
 DirectFB         no

 # Misc Features
 DVD playback     yes
 Frontend         yes
 Backend          yes

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


More information about the mythtv-commits mailing list