[mythtv-commits] Ticket #9426: MacOS X symbols missing

MythTV noreply at mythtv.org
Mon Jan 3 03:25:20 UTC 2011


#9426: MacOS X symbols missing
-----------------------------+------------------------
     Reporter:  nigel        |      Owner:  nigel
         Type:  Bug Report   |     Status:  new
     Priority:  minor        |  Milestone:  unknown
    Component:  Ports - OSX  |    Version:  0.24-fixes
     Severity:  medium       |   Keywords:
Ticket locked:  0            |
-----------------------------+------------------------
 {{{
 g++ -headerpad_max_install_names -arch i386 -single_module -dynamiclib
 -L/Volumes/Backups/MythTV/.osx-packager/build/lib -lfreetype -lz
 -compatibility_version  0.24 -current_version   0.24.0 -install_name
 libmythtv-0.24.0.dylib -o libmythtv-0.24.0.24.0.dylib  ...    -L../libmyth
 -L../../external/FFmpeg/libavutil -L../../external/FFmpeg/libavcodec
 -L../../external/FFmpeg/libavcore -L../../external/FFmpeg/libavformat
 -L../../external/FFmpeg/libswscale -L../libmythui -L../libmythupnp
 -L../libmythdvdnav -L../libmythbluray -L../libmythdb -lmyth-0.24
 -lmythswscale -lmythavformat -lmythavcodec -lmythavcore -lmythavutil
 -lmythui-0.24 -lmythupnp-0.24 -lmythdvdnav-0.24 -lmythbluray-0.24
 -lmythdb-0.24 -L../libmythfreemheg -lmythfreemheg-0.24
 -L../libmythlivemedia -lmythlivemedia-0.24 -L../libmythhdhomerun
 -lmythhdhomerun-0.24 -lmp3lame -L/Volumes/Backups/MythTV/.osx-
 packager/build/lib -lbz2 -lfreetype -L../libmythmpeg2 -lmythmpeg2-0.24
 -framework ApplicationServices -framework Carbon -framework Cocoa
 -framework CoreFoundation -framework CoreVideo -framework QuickTime
 -framework IOKit -F/Developer/FireWireSDK26/Examples/Framework -framework
 AVCVideoServices -framework OpenGL -framework AGL -lQtSql
 -L/Volumes/Backups/MythTV/.osx-packager/build/lib/mysql
 -F/System/Library/Frameworks -L/usr/lib -lmysqlclient -lz -lm -lQtXml
 -lQtOpenGL -lQtGui -lQtNetwork -lQtCore
 Undefined symbols:
   "DeleteOSXCocoaPool(void*&)", referenced from:
       PrivateDecoderVDA::VDADecoderCallback(void*, __CFDictionary const*,
 long, unsigned int, __CVBuffer*)in privatedecoder_vda.o
       PrivateDecoderVDA::VDADecoderCallback(void*, __CFDictionary const*,
 long, unsigned int, __CVBuffer*)in privatedecoder_vda.o
       PrivateDecoderVDA::GetFrame(AVStream*, AVFrame*, int*, AVPacket*)in
 privatedecoder_vda.o
   "CreateOSXCocoaPool()", referenced from:
       PrivateDecoderVDA::VDADecoderCallback(void*, __CFDictionary const*,
 long, unsigned int, __CVBuffer*)in privatedecoder_vda.o
       PrivateDecoderVDA::GetFrame(AVStream*, AVFrame*, int*, AVPacket*)in
 privatedecoder_vda.o
   "GetNumberXineramaScreens()", referenced from:
       VideoOutWindow::VideoOutWindow()in videooutwindow.o
   "get_float_CF(__CFDictionary const*, __CFString const*)", referenced
 from:
       VideoOutputQuartz::Init(int, int, float, int, int, int, int, int,
 MythCodecID, int)in videoout_quartz.o
   "get_int_CF(__CFDictionary const*, __CFString const*)", referenced from:
       VideoOutputQuartz::Init(int, int, float, int, int, int, int, int,
 MythCodecID, int)in videoout_quartz.o
       VideoOutputQuartz::Init(int, int, float, int, int, int, int, int,
 MythCodecID, int)in videoout_quartz.o
 ld: symbol(s) not found
 collect2: ld returned 1 exit status
 make[2]: *** [libmythtv-0.24.0.24.0.dylib] Error 1
 make[1]: *** [sub-libmythtv-make_default] Error 2
 make: *** [libs] Error 2
 [osx-pkg] Failed system call: " /usr/bin/make -j3 " with error code 2
 Died at ./osx-packager.pl.latest line 934.
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9426>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list