[mythtv-users] OS X 10.7 Xcode 4.1

Jean-Yves Avenard jyavenard at gmail.com
Sat Jul 30 08:35:15 UTC 2011


On 30 July 2011 01:23, Matthew Smith <mmssmith at gmail.com> wrote:
> Has anyone tried to build 0.24 on OS X 10.7 with Xcode 4.1 yet?

I have, and I can compile with the following patch applied to osx-packager.pl:
index 582b004..250606e 100755
--- a/OSX/build/osx-packager.pl
+++ b/OSX/build/osx-packager.pl
@@ -214,7 +214,8 @@ exit 0"   > pkg-config ; '.
           '-fast',
           '-no-accessibility',
           '-no-stl',
-          # When MythTV all ported:  '-no-qt3support',
+          '-sdk /Developer/SDKs/MacOSX10.6.sdk',
+      # When MythTV all ported:  '-no-qt3support',

           # When MySQL 5.1 is used, its plugin.h file clashes with Qt's.
           # To work around that, replace these three lines:

and you run osx-packager.pl with -debug


More information about the mythtv-users mailing list