]> git.saurik.com Git - wxWidgets.git/blame - docs/mac/install.txt
added plstringfuncs comment
[wxWidgets.git] / docs / mac / install.txt
CommitLineData
2e492c85
SC
1Installing latest headers (and Carbon Support)
2----------------------------------------------
3
1eaf1962
SC
4the latest build for carbon support lead to a few changes you will have to follow, in order
5to successfully compile the code (also necessary if you don't want to build the carbon targets)
6
71. you need CodeWarrior Pro 5.3 , i.e. 5.0 with all the upgrades
82. you have to download the 3.3.2 universal interfaces from
9 ftp://ftp.apple.com/developer/Development_Kits/UniversalInterfaces3.3.2.sit.hqx
103. put the Interfaces and Libraries Folder into the MacOS Support folder and replace older versions
114. remove from the MacOS Support folder the separate OpenTransport folder
125. open the file MacOS Support:MacHeaders:MacHeaders.c and add the line
13 #include <ControlDefinitions.h>
14 after the
15 #include <Controls.h>
166. rebuild all MacHeaders from the MacHeaders.mcp project in the same folder
17
18if you want to build the carbon targets, you will also need the latest carbonized version of
19MSL from Metrowerks, at the time of writing, this meant applying the changes from the folders
20CodeWarrior Pro 5:Pre-Release:Carbon & MacOSX Development:Carbonized MSL and
21CodeWarrior Pro 5:Pre-Release:Carbon & MacOSX Development:Carbonized Runtimes
1ebfaf0c
SC
22(consult the file CodeWarrior Pro 5:Pre-Release:Carbon & MacOSX Development:Carbon & MacOSX README)
23
2e492c85
SC
24Problems with .xpm files
25------------------------
1ebfaf0c
SC
26
27if you have downloaded all the files and get errors like :
28
29Error : the file 'wx/generic/tip.xpm' cannot be opened
30tipdlg.cpp line 201 #include "wx/generic/tip.xpm"
31
32then your cvs has changed the type of the .xpm files to something other than text, in order to fix this
33either change the type by using a resource editor or drag the files from /include/wx/generic/..xpm on
34the MakeMetrowerksText application that is included in this folder
2e492c85
SC
35
36Missing PLStringFuncsLib
37------------------------
38
39You will have to build All Targets for MacOS Support:Libraries:Sources:PLStringFuncs:Glue:PLStringFuncsGlue.mcp