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 building from sources - xcb dependencies
Forum Updated to NodeBB v4.3 + New Features

Qt building from sources - xcb dependencies

Scheduled Pinned Locked Moved Solved General and Desktop
22 Posts 5 Posters 5.1k Views 2 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.
  • MasterQM MasterQ

    ignoring the missing dependencies is difficult since configure stopps.

    -- [QtBase] Could NOT find EGL (missing: HAVE_EGL) (found version "1.5")
    -- Configuring incomplete, errors occurred!
    

    GSSAPI could now be identified with libkrb5-dev (1.21.3-3)

    FindEGL.cmake is looking for EGL/egl.h which can be found in libegl-dev and in package emscripten. Even if libegl-devel is installed, it is not found.

    FindSlog2.cmake is looking for /sys/slog2.h which is not found in any package.

    To which Qt parts do EGL and Slog2 refere to? I then can decide if I can ignore or skip that modules.

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

    @MasterQ said in Qt building from sources - xcb dependencies:

    To which Qt parts do EGL

    QtBase, you can see that in the configure output ([QtBase]).
    Not sure about slog.

    After installing missing dependencies you should start from scratch:

    • Delete build folder
    • Create new build folder
    • Run cmake

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

    1 Reply Last reply
    0
    • MasterQM Offline
      MasterQM Offline
      MasterQ
      wrote on last edited by
      #22

      Hi,

      last update!

      After a break due to broken hardware I have started from scratch and now all is running fine.

      It seems that I previoulsy had used (by accident) an outdated compiler, gcc-7 instead of gcc-14.

      1 Reply Last reply
      0
      • MasterQM MasterQ has marked this topic as solved on

      • Login

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