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. QtWayland build: qwaylandxkb.cpp: undefined reference to `xkb_keysym_to_utf32'

QtWayland build: qwaylandxkb.cpp: undefined reference to `xkb_keysym_to_utf32'

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

    In order to build some QtWayland demos I'm trying to build and install the QtWayland module, but there is an error:

    qwaylandxkb.cpp: undefined reference to `xkb_keysym_to_utf32'

    Full error output is here.

    First, when running qmake, I see:

    Info: creating cache file /home/ybakos/projects/qtwayland/.qmake.cache
    
    Running configuration tests...
    Checking for Wayland client library... yes
    Checking for Wayland cursor library... yes
    Checking for wayland-scanner... yes
    Checking for DRM EGL Server... yes
    Checking for libhybris EGL Server... no
    Checking for Wayland EGL library... yes
    Checking for XComposite... yes
    Checking for GLX... yes
    Checking for wayland-server... yes
    Done running configuration tests.
    
    Configure summary:
    
    Qt Wayland Drivers:
      EGL .................................... yes
      Rasberry Pi ............................ no
      XComposite EGL ......................... yes
      XComposite GLX ......................... yes
      DRM EGL ................................ yes
      libhybris EGL .......................... no
    Qt Wayland Client ........................ yes
    Qt Wayland Compositor .................... yes
    

    I have xkbcommon installed. Why am I getting the error that I am seeing?

    ref

    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