I'm new to QtCreator. I am trying to "make" and the following error pops. Help. (version - 5.15.0).
-
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 -
@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? -
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