Issue 127113 - Xcode 10.11 SDK not recognized
Summary: Xcode 10.11 SDK not recognized
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: 4.1.2
Hardware: Mac OS X 10.11
: P5 (lowest) Blocker (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-14 16:52 UTC by Jim Jagielski
Modified: 2020-05-13 22:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---
pats: 4.1.3_release_blocker+


Attachments
Add 10.11 SDK (573 bytes, text/plain)
2016-09-14 16:52 UTC, Jim Jagielski
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Jim Jagielski 2016-09-14 16:52:40 UTC
Created attachment 85672 [details]
Add 10.11 SDK

configure.in does not recognize Xcode 10.11 SDK
Comment 1 Ariel Constenla-Haile 2016-09-14 17:07:21 UTC
This is fixed on trunk with Revision 1714089
Comment 2 Jim Jagielski 2016-09-14 17:10:43 UTC
Noted, but this blocks building 4.1.3
Comment 3 Ariel Constenla-Haile 2016-09-14 17:11:49 UTC
They way in which configure checks the SDK version is error-prone and hard to maintain, Xcode 8 - released yesterday - isn't recognized.

Instead of adding 11 for Xcode 7, now 12 for Xcode 8, next time 13, etc. the configure code should split major and minor SDK versions, and then do the comparison.
Comment 4 Ariel Constenla-Haile 2016-09-14 17:18:26 UTC
(In reply to Jim Jagielski from comment #2)
> Noted, but this blocks building 4.1.3

The real blocker is Issue 127099, were you able to finish the build?
Comment 5 Jim Jagielski 2016-09-14 17:26:58 UTC
Yes, since I am using MacPorts for dependencies, their openssl is found and used.

All this is being added to the Mac OS X build page once I get all the bits and pieces done.
Comment 6 Jim Jagielski 2016-09-14 18:24:28 UTC
Committed revision 1760740.