[mythtv-commits] Ticket #9599: OSX Compilation fails

MythTV noreply at mythtv.org
Wed Mar 2 07:29:41 UTC 2011


#9599: OSX Compilation fails
----------------------------------+------------------------------
 Reporter:  l-case@…              |          Owner:  nigel
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  unknown
Component:  Ports - OSX           |        Version:  Trunk Head
 Severity:  medium                |     Resolution:  Works for me
 Keywords:                        |  Ticket locked:  0
----------------------------------+------------------------------

Comment (by nigel@…):

 Not sure about apps - the errors I have seen for for filters/kerneldeint?
 [[BR]]
 For you guys, linking the filters seems to be using something that refers
 to */.osx-packager/build/lib, but as far as I can tell, that shouldn't
 happen. My HEAD .pro/Makefiles on 10.6.5 Core Duo do this:
 {{{
 % cd src/mythtv/filters/kerneldeint
 % rm -f ../../../../../build/lib/libmyth*
 % rm *.dylib
 % make
 rm -f libkerneldeint.dylib
 ccache g++ -headerpad_max_install_names -arch i386 -single_module
 -dynamiclib -o libkerneldeint.dylib filter_kerneldeint.o
 -L../../external/FFmpeg/libavcodec -lmythavcodec
 -L../../external/FFmpeg/libavcore -lmythavcore
 -L../../external/FFmpeg/libavutil -lmythavutil -lmyth-0.24
 -L../../libs/libmyth -lmythbase-0.24 -L../../libs/libmythbase
 -lmythui-0.24 -L../../libs/libmythui -lmythupnp-0.24
 -L../../libs/libmythupnp
 %
 }}}
 ''i.e.'' no refs to the installed library directory there. Perhaps
 something in your environments?

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9599#comment:8>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list