X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a67a93b17c37c018f60e662645ee2a44ba4e58e..89fcec9514fd890de58da83118363570e2482bc9:/docs/mac/install.txt diff --git a/docs/mac/install.txt b/docs/mac/install.txt index 63e88368e9..8882520cf7 100644 --- a/docs/mac/install.txt +++ b/docs/mac/install.txt @@ -11,19 +11,11 @@ to successfully compile the code (also necessary if you don't want to build the ftp://ftp.apple.com/developer/Development_Kits/UniversalInterfaces3.3.2.sit.hqx 3. put the Interfaces and Libraries Folder into the MacOS Support folder and replace older versions 4. remove from the MacOS Support folder the separate OpenTransport folder -5. open the file MacOS Support:MacHeaders:MacHeaders.pch and add the line - #define ACCESSOR_CALLS_ARE_FUNCTIONS 1 - after the - #pragma once on -6. open the file MacOS Support:MacHeaders:MacHeaders.pch++ and add the line - #define ACCESSOR_CALLS_ARE_FUNCTIONS 1 - after the - #pragma once on -7. open the file MacOS Support:MacHeaders:MacHeaders.c and add the line +5. open the file MacOS Support:MacHeaders:MacHeaders.c and add the line #include after the #include -8. rebuild all MacHeaders from the MacHeaders.mcp project in the same folder +6. rebuild all MacHeaders from the MacHeaders.mcp project in the same folder if you want to build the carbon targets, you will also need the latest carbonized version of MSL from Metrowerks, at the time of writing, this meant applying the changes from the folders @@ -54,7 +46,7 @@ tipdlg.cpp line 201 #include "wx/generic/tip.xpm" then your cvs has changed the type of the .xpm files to something other than text, in order to fix this either change the type by using a resource editor or drag the files from /include/wx/generic/..xpm on -the MakeMetrowerksText application that is included in this folder +the SetTypeFromExtension application that is included in this folder Missing PLStringFuncsLib ------------------------