[mythtv] MACOSX_DEPLOYMENT_TARGET=10.4 works for release-0-21-fixes, not trunk

Scott D. Davilla davilla at 4pi.com
Fri Nov 28 22:47:02 UTC 2008


>  Hello,
>     I'm working through the issues of compiling for 10.4 systems on
>OSX.  The release-0-21-fixes build completes just fine and runs based on
>recent reports.  However, when building against trunk, I get an
>interesting error when building some of the python dependencies.  It
>looks like it's building against the system python libraries, which most
>likely were built with 10.5 as the deployment target.  Would it help to
>build my own python 2.5 instead?

yes, you need to build python against 10.4 sdk

./configure MACOSX_DEPLOYMENT_TARGET=10.4


More information about the mythtv-dev mailing list