Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Project does not build due to stddef.h not found

    Installation and Deployment
    2
    3
    185
    Loading More Posts
    • 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
      ArbitCode last edited by 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.

      JonB 1 Reply Last reply Reply Quote 0
      • JonB
        JonB @ArbitCode last edited by JonB

        @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 Reply Quote 3
        • A
          ArbitCode last edited by

          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 Reply Quote 1
          • First post
            Last post