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. Project does not build due to stddef.h not found
Qt 6.11 is out! See what's new in the release blog

Project does not build due to stddef.h not found

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 1.1k 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.
  • A Offline
    A Offline
    ArbitCode
    wrote on last edited by ArbitCode
    #1

    while building the project it gives error like this. on ubuntu 20.04, also this is my helloWorld porject .

    qterror.png

    How can we resolve this eror.

    JonBJ 1 Reply Last reply
    0
    • A ArbitCode

      while building the project it gives error like this. on ubuntu 20.04, also this is my helloWorld porject .

      qterror.png

      How can we resolve this eror.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @ArbitCode
      I got this the other day. It is a Clang setting you need to make IIRC. In other words, your code is good, but the Clang being used in Creator needs something adjusted, but I can't quite recall what....

      EDIT Ah it was this you need to act on: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952718

      I think the resolution is I installed: sudo apt-get install libclang-common-8-dev

      1 Reply Last reply
      3
      • A Offline
        A Offline
        ArbitCode
        wrote on last edited by
        #3

        Hey @JonB
        Thank you so much, I did not expect that I get a reply so early.

        It's resolved the problem.

        1 Reply Last reply
        1

        • Login

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