Re: libXres cannot find Xutil.h and Xlibint.h

2019-06-24 Thread alexandre schenberg
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/: also tried a export CPPFLAGS=/media/34GB/Arquivos-de-Programas/X11-1.6.7/include/X11 to no

Re: libXres cannot find Xutil.h and Xlibint.h

2019-06-24 Thread alexandre schenberg
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" :Am 23.06.2019 20:04, schrieb alexandre schenberg: Hello. I have been trying to compile libXres and have failed to do so,

Re: libXres cannot find Xutil.h and Xlibint.h

2019-06-24 Thread Alan Coopersmith
If the files exist as /media/34GB/Arquivos-de-Programas/X11-1.6.7/include/X11/Xutil.h /media/34GB/Arquivos-de-Programas/X11-1.6.7/include/X11/Xlibint.h then you need to remove the /X11 from the end of your CPPFLAGS so that the compiler can find "X11/Xutil.h" under that path - otherwise you're

Re: libXres cannot find Xutil.h and Xlibint.h

2019-06-23 Thread Alan Coopersmith
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

Re: libXres cannot find Xutil.h and Xlibint.h

2019-06-23 Thread walter harms
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 >

libXres cannot find Xutil.h and Xlibint.h

2019-06-23 Thread 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