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

Building qmake fails with the Intel Compiler on Windows due to it not finding qmake_pch.pchi

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 4.7.1
    • Build tools: qmake
    • None

    Description

      Building qmake fails with the Intel Compiler on Windows due to it not finding qmake_pch.pchi. The exact error it gets is:

      Catastrophic error: cannot open precompiled header file "qmake_pch.pchi"

      To workaround it then the CFLAGS in the Makefile need to be set to create it's own pch file like:

      CFLAGS = -Yc -FIqmake_pch.h -Fpqmake_pch.pch $(CFLAGS_BARE) $(CFLAGS)

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            andysh Andy Shaw
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes