]> git.saurik.com Git - wxWidgets.git/blame - docs/mac/install.txt
applied patch that fixes paper size handling under MSW and sets PD_SELECTION correctly
[wxWidgets.git] / docs / mac / install.txt
CommitLineData
2e492c85
SC
1Installing latest headers (and Carbon Support)
2----------------------------------------------
3
8d823dab
SC
4NOTE : these steps are not necessary for Pro 6, only for Pro 5.3
5
1eaf1962
SC
6the latest build for carbon support lead to a few changes you will have to follow, in order
7to successfully compile the code (also necessary if you don't want to build the carbon targets)
8
91. you need CodeWarrior Pro 5.3 , i.e. 5.0 with all the upgrades
102. you have to download the 3.3.2 universal interfaces from
11 ftp://ftp.apple.com/developer/Development_Kits/UniversalInterfaces3.3.2.sit.hqx
123. put the Interfaces and Libraries Folder into the MacOS Support folder and replace older versions
134. remove from the MacOS Support folder the separate OpenTransport folder
ae54aa40
GD
145. open the file MacOS Support:MacHeaders:MacHeaders.pch and add the line
15 #define ACCESSOR_CALLS_ARE_FUNCTIONS 1
16 after the
17 #pragma once on
186. open the file MacOS Support:MacHeaders:MacHeaders.pch++ and add the line
19 #define ACCESSOR_CALLS_ARE_FUNCTIONS 1
20 after the
21 #pragma once on
227. open the file MacOS Support:MacHeaders:MacHeaders.c and add the line
1eaf1962
SC
23 #include <ControlDefinitions.h>
24 after the
25 #include <Controls.h>
ae54aa40 268. rebuild all MacHeaders from the MacHeaders.mcp project in the same folder
1eaf1962
SC
27
28if you want to build the carbon targets, you will also need the latest carbonized version of
29MSL from Metrowerks, at the time of writing, this meant applying the changes from the folders
30CodeWarrior Pro 5:Pre-Release:Carbon & MacOSX Development:Carbonized MSL and
31CodeWarrior Pro 5:Pre-Release:Carbon & MacOSX Development:Carbonized Runtimes
1ebfaf0c
SC
32(consult the file CodeWarrior Pro 5:Pre-Release:Carbon & MacOSX Development:Carbon & MacOSX README)
33
0a67a93b
SC
34OpenGL
35------
36
37in order to build opengl support you must install the opengl libraries and headers from
38http://developer.apple.com/opengl/index.html
39
40if you don't want OpenGL support, set the wxUSE_OPENGL in mac/setup.h to 0
41
8d823dab
SC
42Project Files
43-------------
44
45there are always the makemac.mcp files for Pro 5.3 and the makemac6.mcp files for Pro 6
46
2e492c85
SC
47Problems with .xpm files
48------------------------
1ebfaf0c
SC
49
50if you have downloaded all the files and get errors like :
51
52Error : the file 'wx/generic/tip.xpm' cannot be opened
53tipdlg.cpp line 201 #include "wx/generic/tip.xpm"
54
55then your cvs has changed the type of the .xpm files to something other than text, in order to fix this
56either change the type by using a resource editor or drag the files from /include/wx/generic/..xpm on
57the MakeMetrowerksText application that is included in this folder
2e492c85
SC
58
59Missing PLStringFuncsLib
60------------------------
61
62You will have to build All Targets for MacOS Support:Libraries:Sources:PLStringFuncs:Glue:PLStringFuncsGlue.mcp