[MacPorts] #54044: Could not resolve SDK Path for 'macosx10.11'
MacPorts
noreply at macports.org
Wed Apr 26 16:46:12 UTC 2017
#54044: Could not resolve SDK Path for 'macosx10.11'
------------------------+------------------------
Reporter: mouse07410 | Owner:
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: qt5-qtbase
------------------------+------------------------
Trying to create a new (simple, quick) project using Qt5 5.7.1_1, keep
getting this error:
{{{ Could not resolve SDK Path for 'macosx10.11' }}}
Digging revealed that file {{{
/opt/local/libexec/qt5/mkspecs/qdevice.pri}}} contained the offending line
that referred to macosx10.11:
{{{
!host_build:QMAKE_MAC_SDK = macosx10.11
GCC_MACHINE_DUMP = x86_64-apple-darwin15.6.0
}}}
Deleting that line (and manually adding {{{ QMAKE_MAC_SDK = macosx10.12}}}
to {{{ /opt/local/libexec/qt5/mkspecs/common/macx.conf}}} and {{{
/opt/local/libexec/qt5/mkspecs/macx-clang/qmake.conf}}} - perhaps it was
an overkill?) remedied the situation.
--
Ticket URL: <https://trac.macports.org/ticket/54044>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list