libXres cannot find Xutil.h and Xlibint.h

Alan Coopersmith alan.coopersmith at oracle.com
Sun Jun 23 18:26:36 UTC 2019


On 6/23/19 11:04 AM, alexandre schenberg wrote:
> Hello. I have been trying to compile libXres and have failed to do so, 
> presumably because Xres cannot find Xutil.h and Xlibint.h due to some reason. 
> Here is the beggining of the problem:
> make[2]: Entering directory 
> `/media/34GB/Arquivos-de-Programas-Linux/libXres-1.2.0/src'
>    CC       XRes.lo
> XRes.c:9:25: error: X11/Xlibint.h: No such file or directory
> XRes.c:10:23: error: X11/Xutil.h: No such file or directory

Those headers come from libX11, which libXRes requires.   If you've not
installed those headers to the place specified in the x11.pc file that
the configure file reads their location from, then the build cannot work.

-- 
	-Alan Coopersmith-               alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - https://blogs.oracle.com/alanc


More information about the xorg mailing list