SyntaxFix
Write A Post
Hire A Developer
Questions
Why not try find /usr/include/X11 -name Xlib.h
find /usr/include/X11 -name Xlib.h
If there is a hit, you have Xlib.h
If not install it using sudo apt-get install libx11-dev
sudo apt-get install libx11-dev
and you are good to go :)