Problem to compile libX11

2020-08-15 Thread alexandre schenberg
Hello, I tried to compile libX11 1.0.0 using the defined environment variables BIGREQS and XPROTO to find the respective packages and then I use PKG_CONFIG_PATH to find the packages that do not have env variables defined for them. Here is my configure command: ./configure --prefix=/media/34GB/Arqui

Re: Problem to compile libX11

2020-08-15 Thread Alan Coopersmith
On 8/15/20 1:07 PM, alexandre schenberg wrote: Hello, I tried to compile libX11 1.0.0 Why? libX11 1.0.0 is almost 15 years old now. It's completely insecure and unsupported, and unlikely anyone else has built it recently enough to help you. libX11 1.6.11 is the current version. Current vers

Re: Problem to compile libX11

2020-08-15 Thread alexandre schenberg
I usually always go for older versions, because they tend to occupy less disk space, to have fewer dependencies (well, not in this case). Anyway, will try to do so with this 1.6.11 version. I16.08.2020, 01:44, "Alan Coopersmith" :On 8/15/20 1:07 PM, alexandre schenberg wrote: Hello, I tried to comp