[Interest] Building & Running on High Sierra
Patrick Stinson
patrickkidd at gmail.com
Wed Sep 20 20:19:21 CEST 2017
Thank you. Any thoughts about the <dev> branch problem?
> On Sep 20, 2017, at 10:45 AM, Jake Petroules <jake.petroules at gmail.com> wrote:
>
> This is QTBUG-62266, which has been fixed by https://codereview.qt-project.org/#/c/201546/ for Qt 5.9.2.
>
>> On Sep 20, 2017, at 8:00 AM, Patrick Stinson <patrickkidd at gmail.com> wrote:
>>
>> Actually yes, I did. Xcode 9 is required for iOS 11.
>>
>>
>>
>>> On Sep 20, 2017, at 7:59 AM, Mitch Curtis <mitch.curtis at qt.io> wrote:
>>>
>>> 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?
>>
>> _______________________________________________
>> Interest mailing list
>> Interest at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
>
> --
> Jake Petroules - jake.petroules at qt.io
> The Qt Company - Silicon Valley
> Qbs build tool evangelist - qbs.io
>
More information about the Interest
mailing list