Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt 6.3.1 looking for header files ??

Qt 6.3.1 looking for header files ??

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 306 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.
  • B Offline
    B Offline
    britsfp
    wrote on last edited by
    #1

    I do not know if this is in another forum, I do not have the patience or time to search for it, so here is my troubles ::

    Wow Im waiting now for a year or more for Qt to get their act together. I tried Qt 6.3.1 today and guess what ? ...... still problems::
    1) qfile.h includes a thing called "filesystem" of course there is no such a file as "filesystem"

    2) In QtGui there is a call to include a file called : GL/gl.h and ... you guessed it .... there is no such a file as gl.h
    

    So I will install again in a year's time and see if they get things right then :-(((((((

    Regards
    Frik Brits

    jsulmJ 1 Reply Last reply
    0
    • kkoehneK Offline
      kkoehneK Offline
      kkoehne
      Moderators
      wrote on last edited by
      #2

      qfile.h includes a thing called "filesystem" of course there is no such a file as "filesystem"

      filesystem is a C++ header : https://en.cppreference.com/w/cpp/header/filesystem . If you don't have it, you don't have a working C++17 toolchain.

      In QtGui there is a call to include a file called : GL/gl.h and ... you guessed it .... there is no such a file as gl.h

      GL/gl.h is a libgl header . I assume you're on LInux? Then you need to find the system package that installs it...

      So I will install again in a year's time and see if they get things right then :-(((((((

      These dependencies are unlikely to change. So waiting won't help.

      Director R&D, The Qt Company

      1 Reply Last reply
      1
      • B britsfp

        I do not know if this is in another forum, I do not have the patience or time to search for it, so here is my troubles ::

        Wow Im waiting now for a year or more for Qt to get their act together. I tried Qt 6.3.1 today and guess what ? ...... still problems::
        1) qfile.h includes a thing called "filesystem" of course there is no such a file as "filesystem"

        2) In QtGui there is a call to include a file called : GL/gl.h and ... you guessed it .... there is no such a file as gl.h
        

        So I will install again in a year's time and see if they get things right then :-(((((((

        Regards
        Frik Brits

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @britsfp said in Qt 6.3.1 looking for header files ??:

        there is no such a file as gl.h

        Do: apt-get install libmesa-dev
        Regarding "filesystem": my Ubuntu 20.04 has it. What Linux distribution do you have?
        They already have the things right, you just need to install needed dependencies as always on Linux. See https://doc.qt.io/qt-6/linux.html

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        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