<div>Alan I already installed libX11 (which include these two files) from source. From my original post, I am passing it through:  PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/X11-1.6.7/lib/pkgconfig/:</div><div> </div><div>also tried a export CPPFLAGS=/media/34GB/Arquivos-de-Programas/X11-1.6.7/include/X11 to no avail</div><div><br /></div><div><br /></div><div>23.06.2019, 21:26, "Alan Coopersmith" <alan.coopersmith@oracle.com>:</div><blockquote><p>On 6/23/19 11:04 AM, alexandre schenberg wrote:<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 /></blockquote><p><br />Those headers come from libX11, which libXRes requires.   If you've not<br />installed those headers to the place specified in the x11.pc file that<br />the configure file reads their location from, then the build cannot work.<br /><br /></p><span class="c18e9d485856a85513717a5a5b59d3fewmi-sign">-- <br />        -Alan Coopersmith-               <a href="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</a><br />         Oracle Solaris Engineering - <a href="https://blogs.oracle.com/alanc">https://blogs.oracle.com/alanc</a><br /></span></blockquote>