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/:


23.06.2019, 21:24, "walter harms" <wha...@bfs.de>:



Am 23.06.2019 20:04, schrieb alexandre schenberg:

 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
 then it proceeds with countless error messages from many different files. I
 copied all the messages to the anexed file "error-libXres.txt".
 The command I issued during configure it is:
 ./configure --prefix=/media/34GB/Arquivos-de-Programas-Linux/Xres/
 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/
 I also tried a export
 CPPFLAGS=-I/media/34GB/Arquivos-de-Programas-Linux/X11-1.6.7/include/X11/ to no
 avail.


seems you are missing some X11 includes.
Did you install something like libX11-devel ?
(Name depends on your distro)

re,
 wh
_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: https://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: https://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

Reply via email to