From 42c2af2d48381d35ec9f0ee4ccfdd0d12a91845d Mon Sep 17 00:00:00 2001 From: Eliot Miranda Date: Wed, 18 Apr 2018 13:09:55 -0700 Subject: [PATCH] Point out that under Xcode 9 the 10.10 SDK is required for 32-bit Mac OS X. --- build.macos32x86/HowToBuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.macos32x86/HowToBuild b/build.macos32x86/HowToBuild index e365e551bf..072fe80f5d 100644 --- a/build.macos32x86/HowToBuild +++ b/build.macos32x86/HowToBuild @@ -173,6 +173,8 @@ SDKs and Problems ----------------- The makefiles will use the oldest available SDK that is installed that is new enough to build the system. The 32-bit build requires at least the 10.9 SDK. +Under Zcode 9, getversion fails to compile using 10.9 and one must use at least +the 10.10 SDK. SDKs are installed in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ To obtain SDKs one way is to web search for "obtaining older sdks for Xcode",