[Interest] Building & Running on High Sierra

Patrick Stinson patrickkidd at gmail.com
Wed Sep 20 17:00:35 CEST 2017


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 <https://bugreports.qt.io/browse/QTBUG-63323>
>  
> From: Interest [mailto:interest-bounces+mitch.curtis=qt.io at qt-project.org <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 <mailto: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/5a4de9fb/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1403 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170920/5a4de9fb/attachment.bin>


More information about the Interest mailing list