Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-67607

Qt build fails on Mac OS, use of undeclared identifier

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 5.8
    • GUI: Painting
    • None
    • Mac OS 10.13.4, Xcode 9.3 (9E145), LLVM version 9.1.0 (clang-902.0.39.1)
    • macOS

    Description

      ./configure -static -release -ltcg -no-pch -prefix "/path/to/qt/5.8-static" -skip webengine -nomake tools -nomake tests -nomake examples
      

      Having run make I get this:

      painting/qcoregraphics.mm:74:39: error: use of undeclared identifier 'InvalidContext'
          require_action(inContext != NULL, InvalidContext, err = paramErr);
                                            ^
      painting/qcoregraphics.mm:75:38: error: use of undeclared identifier 'InvalidBounds'
          require_action(inBounds != NULL, InvalidBounds, err = paramErr);
                                           ^
      painting/qcoregraphics.mm:76:37: error: use of undeclared identifier 'InvalidImage'
          require_action(inImage != NULL, InvalidImage, err = paramErr);
                                          ^
      3 errors generated.
      make[3]: *** [.obj/qcoregraphics.o] Error 1
      make[2]: *** [sub-gui-make_first] Error 2
      make[1]: *** [sub-src-make_first] Error 2
      make: *** [module-qtbase-make_first] Error 2
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.graphics.and.multimedia Qt Graphics Team
            artemsyd Artem Sidyakin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes