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?

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to