Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-12004

identify Qt using libc++ on mac and don't let people use g++ with them

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • None
    • Qt Creator 3.1.0-rc1
    • macOS

    Description

      on Mac g++ is quite outdated and has some issue with the current packages https://bugreports.qt-project.org/browse/QTBUG-38193 .
      That might be solved at qt level soon (removing one mkspec), but in the meantime one can compile and link qt with libc++, and then any function (like toStdString) that returns std types might crash horribly.

      I think that we should identify the linked C++ lib (either from qmake flags or otool -L and warn accordingly) when one tries to mix compilers especially if using c++11.

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            fawzi Fawzi Mohamed
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes