Since upgrading to Ubuntu 22.04 "Jammy Jellyfish", I can't seem to be able to compile programs that use X11. Is there something I need to install? The X11 include files seem to be missing (or they moved?).
41 Answer
Open the terminal and type:
sudo apt install libx11-dev 1