Changes between Version 1 and Version 2 of Ticket #3883, comment 2
- Timestamp:
- 08/14/19 15:00:58 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3883, comment 2
v1 v2 11 11 12 12 13 I checked. <CarbonCore.h>is NOT included in the most recent Mac OSX SDK for v. 10.14. However, it IS included in earlier versions, which I have. \\13 I checked. CarbonCore.h is NOT included in the most recent Mac OSX SDK for v. 10.14. However, it IS included in earlier versions, which I have. \\ 14 14 15 /MacOSX10.13.sdk has <CarbonCore.h>but does not have some other frameworks that nviz wants--maybe because Apple dropped default support for OpenGL. However, everything needed seems available in /MacOSX10.12.sdk on back, which I also have. \\15 /MacOSX10.13.sdk has CarbonCore.h but does not have some other frameworks that nviz wants--maybe because Apple dropped default support for OpenGL. However, everything needed seems available in /MacOSX10.12.sdk on back, which I also have. \\ 16 16 17 17 In the configure string, I can specify --with-macosx-sdk=/Developer/SDKs/MacOSX10.12.sdk. \\