Ubuntu compile failing
Posted: 02 Mar 2024 03:46
New install of Ubuntu 22. I followed the [UnixCompile][https://wiki.videolan.org/UnixCompile/] guide.
When running `./compile` it ended up with this error:
Apparently I already have libx11-xcb-dev:
When running `./compile` it ended up with this error:
Code: Select all
configure: error: No package 'xcb-xkb' found. Pass --disable-xcb to skip X11 support.
Code: Select all
$ sudo apt-get install libx11-xcb-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libx11-xcb-dev is already the newest version (2:1.7.5-1ubuntu0.3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[code]