[mythtv] Compiling on Mac OS

Jean-Yves Avenard jyavenard at gmail.com
Mon Feb 28 12:11:30 UTC 2011


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.


More information about the mythtv-dev mailing list