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. Qt Creator features.h No such file or directory

Qt Creator features.h No such file or directory

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 1.4k Views 1 Watching
  • 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.
  • D Offline
    D Offline
    Dario Pellegrini
    wrote on last edited by Dario Pellegrini
    #1

    On ArchLinux, I have just created an empty project, using the default Desktop kit and cmake.
    When I try to compile I am affected by the error in the title, pretty much as in here: https://forum.qt.io/topic/98704/custom-kit-self-compiled-qt-5-9-features-h-not-found

    However that solution (and neither few others found googling) helped me.

    The file raising the issue is: /usr/include/c++/10.1.0/x86_64-pc-linux-gnu/bits/os_defines.h
    Here is a quick lookup for "features.h" in my system

    $ find /usr -name features.h
    /usr/include/c++/10.1.0/parallel/features.h
    /usr/include/wx-3.0/wx/features.h
    /usr/include/rbd/features.h
    /usr/include/features.h
    /usr/lib/modules/5.6.14-arch1-1/build/include/xen/features.h
    /usr/lib/modules/5.6.14-arch1-1/build/include/xen/interface/features.h
    /usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/c++/parallel/features.h
    

    It looks like the file is right there in /usr/include, how is it possible that it is not found?

    Thank you for the help

    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