[mythtv-commits] Ticket #9599: OSX Compilation fails
MythTV
noreply at mythtv.org
Tue Mar 1 02:40:30 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 jyavenard):
Got it to compile.
Here is what I did..
ran :
./git/packaging/OSX/build/osx-packager.pl -debug
-srcdir=/Users/jeanyves_avenard/Work/mythtv/git -force -verbose -m32
this failed with the error above.
Went into the folder:
.osx-packager/src/myth-git/mythtv
ran the command:
find . -name "libmyth*.dylib" -exec cp {}
~/Work/mythtv/.osx-packager/build/lib/ \; -print
to install the .dylib files in the build folder
Edited the osx-packager.pl script and commented line 777:
#&Syscall([ '/bin/rm', @mythlibs ]) or die;
so it wouldn't delete the libmyth file from the build directory
Re-ran osx-packager.pl with -noclean -nohead
--
Ticket URL: <http://code.mythtv.org/trac/ticket/9599#comment:5>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list