[Interest] Building & Running on High Sierra
Mitch Curtis
mitch.curtis at qt.io
Wed Sep 20 16:59:23 CEST 2017
Did you recently update Xcode? I just ran into a failure on the 5.10 branch after installing updates:
https://bugreports.qt.io/browse/QTBUG-63323
From: Interest [mailto:interest-bounces+mitch.curtis=qt.io at qt-project.org] On Behalf Of Patrick Stinson
Sent: Wednesday, 20 September 2017 4:56 PM
To: Qt Interest <interest at qt-project.org>
Subject: [Interest] Building & Running on High Sierra
Is there a version or commit that runs on high sierra? I am getting segfaults in a 300-or-so deep stack of calls in libqcocoa.dylib using the <dev> branch on git (need to try again to get a useful stack trace).
Qt-5.9.1 fails to build in qcoregraphics.mm like so:
dor/pyqt-sysroot-base/src/qt-everywhere-opensource-src-5.9.1/qtbase/src/gui/painting/qcoregraphics.mm
/Users/patrick/dev/vendor/pyqt-sysroot-base/src/qt-everywhere-opensource-src-5.9.1/qtbase/src/gui/painting/qcoregraphics.mm:81:39: error: use of undeclared identifier
'InvalidContext'
require_action(inContext != NULL, InvalidContext, err = paramErr);
^
/Users/patrick/dev/vendor/pyqt-sysroot-base/src/qt-everywhere-opensource-src-5.9.1/qtbase/src/gui/painting/qcoregraphics.mm:82:38: error: use of undeclared identifier
'InvalidBounds'
require_action(inBounds != NULL, InvalidBounds, err = paramErr);
^
/Users/patrick/dev/vendor/pyqt-sysroot-base/src/qt-everywhere-opensource-src-5.9.1/qtbase/src/gui/painting/qcoregraphics.mm:83:37: error: use of undeclared identifier
'InvalidImage'
require_action(inImage != NULL, InvalidImage, err = paramErr);
^
3 errors generated.
Thoughts?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170920/8847f973/attachment.html>
More information about the Interest
mailing list