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

[REG 5.12.0->5.12.1]: When the system include paths are put into the Makefile they are not the correct paths

    XMLWordPrintable

Details

    • macOS
    • 37970d7b3e6fff92dca98db974ada865c1bfd730 (qt/qtbase/5.12) 49ef377349ba4dae840c2d5caa36e2d516707baa (qt/qtbase/5.12)

    Description

      When the system include paths are put into the Makefile they are not the correct paths, it is combining the correct path with another one it obtains which ends up being wrong as a whole. For example, with the example attached it looks for gl.h which in Qt 5.12.0 (under the same env) is found here:

      /Applications/Xcode94.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers
      

      but in 5.12.1 it tries to find it here:

      /Applications/Xcode94.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers
      

      Attachments

        1. config.log
          121 kB
        2. qtbug73736.tar.gz
          122 kB

        Issue Links

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

          Activity

            People

              jbornema Joerg Bornemann
              andysh Andy Shaw
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes