Results 1 to 3 of 3

Thread: Error while compiling qt5.7 in centos 8.0

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,327
    Thanks
    317
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Error while compiling qt5.7 in centos 8.0

    cc1plus: fatal error: .pch/Qt5Core: No such file or directory
    Well, isn't this sort of an obvious explanation? If the file or directory doesn't exist, then why are you including it in your command line options?
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  2. #2
    Join Date
    Feb 2020
    Posts
    2
    Qt products
    Qt5

    Default Re: Error while compiling qt5.7 in centos 8.0

    Quote Originally Posted by d_stranz View Post
    Well, isn't this sort of an obvious explanation? If the file or directory doesn't exist, then why are you including it in your command line options?

    I am not including its a part of Qt5.7 build process

    Able to resolve using

    ./configure -no-pch

    thanks

Similar Threads

  1. -IGL error in CentOS 6
    By rawfool in forum Newbie
    Replies: 0
    Last Post: 20th February 2014, 12:30
  2. error while compiling on MAC
    By aj2903 in forum Qt Programming
    Replies: 1
    Last Post: 3rd March 2010, 07:03
  3. Error in compiling
    By Tarun in forum Qt-based Software
    Replies: 1
    Last Post: 3rd February 2010, 14:04
  4. Replies: 1
    Last Post: 25th October 2008, 19:18
  5. Compiling Error
    By KyrinComa in forum Qt Programming
    Replies: 2
    Last Post: 17th May 2006, 13:19

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.