# HG changeset patch # User vittorio.giovara@gmail.com # Date 1354331781 0 # Node ID d3ee654454019d981ecad31247e81abc66359f7e # Parent 92b0dfdda298b217a6c1fa2da52aea03b778d381 updated notes and links diff -r 92b0dfdda298 -r d3ee65445401 BuildingOnMac.wiki --- a/BuildingOnMac.wiki Sat Dec 01 03:11:42 2012 +0000 +++ b/BuildingOnMac.wiki Sat Dec 01 03:16:21 2012 +0000 @@ -9,8 +9,8 @@ === Notes === # 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. See http://bugs.freepascal.org/view.php?id=19269 + # For Qt serie 4.7 only versions 4.7.0 and 4.7.4 are not suffering from this bug http://bugreports.qt.nokia.com/browse/QTBUG-17333 + # Lion has an incompatible ABI with older version of Freepascal! Use only the new Freepascal version 2.6.0 or newer. See http://bugs.freepascal.org/view.php?id=19269 == Necessary Libraries == @@ -47,10 +47,10 @@ Download and install the following toolchains - * Freepascal compiler - http://sourceforge.net/projects/freepascal/files/Mac%20OS%20X/2.4.4/fpc-2.4.4.intel-macosx.dmg/download - * CMake - http://www.cmake.org/files/v2.8/cmake-2.8.3-Darwin-universal.dmg + * Freepascal compiler - http://sourceforge.net/projects/freepascal/files/Mac%20OS%20X/2.6.0/ + * CMake - http://www.cmake.org/files/v2.8/cmake-2.8.10.2-Darwin64-universal.dmg * QT - ftp://ftp.qt.nokia.com/qt/source/qt-mac-opensource-4.7.4.dmg - * note that for compiling the 64 bit version you need download the cocoa version of QT (from here http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x/) + * note that for compiling the 64 bit version you need download the cocoa version of QT (which is default in latest versions, but good to know) = Building process =