[MacPorts] #59084: nghttp2 does not build since updating to Xcode 11
MacPorts
noreply at macports.org
Thu Sep 26 17:39:47 UTC 2019
#59084: nghttp2 does not build since updating to Xcode 11
----------------------+-------------------------
Reporter: ksze | Owner: Schamschula
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.0
Resolution: | Keywords: xcode11
Port: nghttp2 |
----------------------+-------------------------
Comment (by miken32):
It's trying to find header files in
`/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk`
but `MacOSX10.15.sdk` is the only one bundled with XCode 11. Before that
failed command it is using
`/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk` without issue.
Worked around this by doing this:
{{{
sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
}}}
--
Ticket URL: <https://trac.macports.org/ticket/59084#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list