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. I'm new to QtCreator. I am trying to "make" and the following error pops. Help. (version - 5.15.0).
Forum Updated to NodeBB v4.3 + New Features

I'm new to QtCreator. I am trying to "make" and the following error pops. Help. (version - 5.15.0).

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 3.8k 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.
  • R Offline
    R Offline
    rinzler
    wrote on last edited by rinzler
    #1

    Project ERROR: xcb-xfixes development package not found
    make[2]: *** [Makefile:52: sub-virtualkeyboard-make_first] Error 3
    make[2]: Leaving directory '/home/rinzler/Downloads/qt-everywhere-src-5.15.0/qtvirtualkeyboard/src'
    make[1]: *** [Makefile:49: sub-src-make_first] Error 2
    make[1]: Leaving directory '/home/rinzler/Downloads/qt-everywhere-src-5.15.0/qtvirtualkeyboard'
    make: *** [Makefile:924: module-qtvirtualkeyboard-make_first] Error 2

    Pablo J. RoginaP 1 Reply Last reply
    0
    • R rinzler

      Project ERROR: xcb-xfixes development package not found
      make[2]: *** [Makefile:52: sub-virtualkeyboard-make_first] Error 3
      make[2]: Leaving directory '/home/rinzler/Downloads/qt-everywhere-src-5.15.0/qtvirtualkeyboard/src'
      make[1]: *** [Makefile:49: sub-src-make_first] Error 2
      make[1]: Leaving directory '/home/rinzler/Downloads/qt-everywhere-src-5.15.0/qtvirtualkeyboard'
      make: *** [Makefile:924: module-qtvirtualkeyboard-make_first] Error 2

      Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #2

      @rinzler said in I'm new to QtCreator. I am trying to "make" and the following error pops. Help. (version - 5.15.0).:

      xcb-xfixes development package not found

      it looks like you're missing some development libraries...
      Are you building Qt yourself?
      If so, is there a compelling reason instead of using a pre-built release?

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      2
      • K Offline
        K Offline
        KiterGuy
        wrote on last edited by
        #3

        I hit this same problem on Ubuntu. It was necessary to Install the xcb-xfixes development package. To do this:

        # sudo apt-get update
        # sudo apt-get install libxcb-xfixes0-dev
        

        For a list of QT requirements see https://doc.qt.io/qt-5/linux-requirements.html
        For details on xcb-xfixes see https://ubuntu.pkgs.org/20.10/ubuntu-main-i386/libxcb-xfixes0-dev_1.14-2_i386.deb.html

        1 Reply Last reply
        6

        • Login

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