<div>Walter I installed libX11 from source. From my original post: PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/X11-1.6.7/lib/pkgconfig/:</div><div><br /></div><div><br /></div><div>23.06.2019, 21:24, "walter harms" <wharms@bfs.de>:</div><blockquote><p><br /><br />Am 23.06.2019 20:04, schrieb alexandre schenberg:<br /></p><blockquote class="b4fd5cf2ec92bc68cb898700bb81355fwmi-quote"> Hello. I have been trying to compile libXres and have failed to do so, <br /> presumably because Xres cannot find Xutil.h and Xlibint.h due to some reason. <br /> Here is the beggining of the problem:<br /> make[2]: Entering directory <br /> `/media/34GB/Arquivos-de-Programas-Linux/libXres-1.2.0/src'<br />    CC       XRes.lo<br /> XRes.c:9:25: error: X11/Xlibint.h: No such file or directory<br /> XRes.c:10:23: error: X11/Xutil.h: No such file or directory<br /> then it proceeds with countless error messages from many different files. I <br /> copied all the messages to the anexed file "error-libXres.txt".<br /> The command I issued during configure it is:<br /> ./configure --prefix=/media/34GB/Arquivos-de-Programas-Linux/Xres/ <br /> PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/X11-1.6.7/lib/pkgconfig/:/media/34GB/Arquivos-de-Programas-Linux/Xorgproto-2018.1/share/pkgconfig/:/media/34GB/Arquivos-de-Programas-Linux/Xcb-1.13/lib/pkgconfig/:/media/34GB/Arquivos-de-Programas-Linux/Pthread-stubs-0.1/lib/pkgconfig/:/media/34GB/Arquivos-de-Programas-Linux/Xau-1.0.9/lib/pkgconfig/:/media/34GB/Arquivos-de-Programas-Linux/Util-macros-1.19.2/share/pkgconfig/:/media/34GB/Arquivos-de-Programas-Linux/Xext-1.3.3/lib/pkgconfig/<br /> I also tried a export <br /> CPPFLAGS=-I/media/34GB/Arquivos-de-Programas-Linux/X11-1.6.7/include/X11/ to no <br /> avail.<br /><br /></blockquote><p><br />seems you are missing some X11 includes.<br />Did you install something like libX11-devel ?<br />(Name depends on your distro)<br /><br />re,<br /> wh<br />_______________________________________________<br /><a href="mailto:xorg@lists.x.org">xorg@lists.x.org</a>: X.Org support<br />Archives: <a href="http://lists.freedesktop.org/archives/xorg">http://lists.freedesktop.org/archives/xorg</a><br />Info: <a href="https://lists.x.org/mailman/listinfo/xorg">https://lists.x.org/mailman/listinfo/xorg</a><br />Your subscription address: %(user_address)s<br /></p></blockquote>