[MacPorts] #59755: net-snmp @5.8 fails to address the correct SDK
MacPorts
noreply at macports.org
Sun Dec 1 19:09:09 UTC 2019
#59755: net-snmp @5.8 fails to address the correct SDK
-----------------------+------------------------
Reporter: TP75 | Owner: ryandesign
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: net-snmp |
-----------------------+------------------------
Comment (by kencu):
I suspect that you have installed Xcode 11, and you don't have a
MacOSX10.14.sdk now in the Xcode bundle. Instead, you have a
MacOSX10.15.sdk in the Xcode bundle, which is symlinked to MacOSX.sdk.
This path will not work for software looking for the MacOSX101.4.sdk,
naturally.
So -- symlink as above from the proper MacOSX10.14.sdk in the command line
tools folder into the Xcode bundle, and your software will be happy. Or
help us find out how to fix the piece of software with the wrong baked in
path.
**Don't** be tempted to symlink the MacOSX101.5.sdk in the Xcode bundle to
MacOSX10.14.sdk as a quick hack -- they are too different, and it will
break.
--
Ticket URL: <https://trac.macports.org/ticket/59755#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list