Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Building Qt 4.7.2 with Intel compiler = unresolved bug?
QtWS25 Last Chance

Building Qt 4.7.2 with Intel compiler = unresolved bug?

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 0 Posters 1.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? This user is from outside of this forum
    ? This user is from outside of this forum
    Guest
    wrote on last edited by
    #1

    Hi there, I was trying to build Qt 4.7.2 with intel parallel studio compiler and I noticed unlike the vcc it fails with an error message:

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

    Googling the message returned one single link:
    http://bugreports.qt.nokia.com/browse/QTBUG-15390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

    It says the issue is currently unresolved but mentions a workaround:

    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)
    

    However, adding those lines to the win32-icc qmake configuration didn't do anything for me.

    Any ideas how to make it work?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved