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. Qt6.10 compilation failing with ui/gl/buildflags.h: No such file or directory

Qt6.10 compilation failing with ui/gl/buildflags.h: No such file or directory

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

    Qt6.10 compilation failing with the below error on arm64.

    FAILED: obj/chrome/test/chromedriver/chromedriver_server/qt_overrides.o
    In file included from ../../../../../../src/qtwebengine/src/3rdparty/chromium/ui/gl/gl_surface.h:30,
    from ../../../../../../src/qtwebengine/src/3rdparty/chromium/tools/v8_context_snapshot/qt_overrides.cc:13:
    ../../../../../../src/qtwebengine/src/3rdparty/chromium/ui/gl/gl_implementation.h:18:10: fatal error: ui/gl/buildflags.h: No such file or directory
    18 | #include "ui/gl/buildflags.h"

    The same build was compiled for x86_64 without any issues.

    1 Reply Last reply
    1
    • M Offline
      M Offline
      mojeimi
      wrote on last edited by
      #2

      Encountered this same issue on x86_64 with Qt6.8 (from Conan) with the following settings:

      [settings]
      arch=x86_64
      compiler=gcc
      compiler.libcxx=libstdc++11
      os=Linux
      compiler.version=11
      compiler.cppstd=23
      

      OpenGL dev package is already installed via:

      sudo apt-get install build-essential libgl1-mesa-dev
      
      1 Reply Last reply
      0
      • M Offline
        M Offline
        mojeimi
        wrote on last edited by mojeimi
        #3
        This post is deleted!
        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