# HG changeset patch # User vittorio.giovara@gmail.com # Date 1309217998 0 # Node ID 5c10784de5cb8d942011936d1494d8166e8585b8 # Parent 1c3643e4f6c59e57a25a71ba08a12e15ec94c472 notes added diff -r 1c3643e4f6c5 -r 5c10784de5cb BuildingOnMac.wiki --- a/BuildingOnMac.wiki Mon Jun 27 23:37:53 2011 +0000 +++ b/BuildingOnMac.wiki Mon Jun 27 23:39:58 2011 +0000 @@ -1,5 +1,5 @@ #summary Instructions for building Hedgewars on Mac OS X -#labels Phase-Deploy +#labels Phase-Implementation,Phase-Deploy,Phase-Support = Prerequisites = @@ -8,9 +8,9 @@ === Notes === - # it has been reported that Xcode 3.2.6 creates problem when linking frameworks! Google the fix or use another version. + # it has been reported that Xcode 3.2.6 creates problem when linking frameworks! If you can't use another version, try this: https://discussions.apple.com/thread/2781968?threadID=2781968&tstart=105 # Qt 4.7.0 is the only Qt4.7 version that works! All the others suffer from this bug http://bugreports.qt.nokia.com/browse/QTBUG-17333 - # Lion has an incompatible ABI with older version of Freepascal! Please use the 2.5.1 snapshot or newer. + # Lion has an incompatible ABI with older version of Freepascal! Please use the 2.5.1 snapshot or newer. See http://bugs.freepascal.org/view.php?id=19269 == Necessary Libraries ==