[mythtv-commits] Ticket #2213: mythtranscode fails to compile on Mac OS X after upgrading to XCode 2.4

MythTV mythtv at cvs.mythtv.org
Wed Aug 23 07:13:53 UTC 2006


#2213: mythtranscode fails to compile on Mac OS X after upgrading to XCode 2.4
-----------------------------+----------------------------------------------
 Reporter:  awk at awkward.org  |        Owner:  nigel   
     Type:  defect           |       Status:  assigned
 Priority:  minor            |    Milestone:          
Component:  mythtv           |      Version:          
 Severity:  medium           |   Resolution:          
-----------------------------+----------------------------------------------
Changes (by nigel):

  * status:  new => assigned

Comment:

 The patch rectifies the compile error in libmythtv, but the build then
 goes on to have link (template closure?) issues in libmythui:
 {{{
 g++ -headerpad_max_install_names -Wl,-search_paths_first -prebind
 -dynamiclib -seg1addr 0xCC000000 -compatibility_version       0.19
 -current_version   0.19.0 -install_name    libmythui-0.19.0.dylib -o
 libmythui-0.19.0.19.0.dylib mythmainwindow.o mythpainter.o mythimage.o
 myththemebase.o mythpainter_qt.o xmlparsebase.o mythscreenstack.o
 mythscreentype.o mythgesture.o mythuitype.o mythuiimage.o mythuitext.o
 mythuistatetype.o mythlistbutton.o mythfontproperties.o mythuibutton.o
 myththemedmenu.o mythdialogbox.o moc_mythmainwindow.o moc_mythuitype.o
 moc_mythlistbutton.o moc_myththemedmenu.o moc_mythdialogbox.o
 -L/Volumes/MythOSXbuild/.osx-packager/src/qt-mac-free-3.3.6/lib -L/usr/lib
 -L/Volumes/MythOSXbuild/.osx-packager/build/lib -L../libmyth -lmyth-0.19
 -framework Carbon -framework OpenGL -lqt-mt
 ld: warning prebinding disabled because dependent library:
 libmyth-0.19.0.dylib is not prebound
 ld: Undefined symbols:
 __ZTI14QPtrCollection
 __ZTI6QEvent
 __ZTI6QGDict
 __ZTI7QGArray
 __ZTI7QWidget
 __ZTI7QObject
 /usr/bin/libtool: internal link edit command failed
 }}}
 [[BR]]
 XCode 2.4 is just looking like bad news at the moment :-(

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2213#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list