<div>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:</div><div> </div><div><div>./configure --prefix=/media/34GB/Arquivos-de-Programas-Linux/xorg/LibX11-1.0.0/ XPROTO_CFLAGS=/media/34GB/Arquivos-de-Programas-Linux/xorg/Xproto-7.0.4/include/ XPROTO_LIBS=/media/34GB/Arquivos-de-Programas-Linux/xorg/Xproto-7.0.4/lib/ BIGREQS_CFLAGS=/media/34GB/Arquivos-de-Programas-Linux/xorg/Bigreqsproto-1.0.2/include/ BIGREQS_LIBS=/media/34GB/Arquivos-de-Programas-Linux/xorg/Bigreqsproto-1.0.2/lib/ PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/xorg/Xextproto-7.0.2/lib/pkgconfig/:/media/34GB/Arquivos-de-Programas-Linux/xorg/Xtrans-1.0.0/lib/pkgconfig/:/media/34GB/Arquivos-de-Programas-Linux/xorg/Xau-1.0.0/lib/pkgconfig/</div><div> </div><div><br />and that's what configure tells me:</div><div> </div><div>"<div>checking for X11... configure: error: Package requirements (xextproto xtrans xau xcmiscproto) were not met:</div><div> </div><div>Package xproto was not found in the pkg-config search path.</div><div>Perhaps you should add the directory containing `xproto.pc'</div><div>to the PKG_CONFIG_PATH environment variable</div><div>Package 'xproto', required by 'Xau', not found</div><div> </div><div>Consider adjusting the PKG_CONFIG_PATH environment variable if you</div><div>installed software in a non-standard prefix.</div><div> </div><div>Alternatively, you may set the environment variables X11_CFLAGS</div><div>and X11_LIBS to avoid the need to call pkg-config.</div><div>See the pkg-config man page for more details.</div><div>"</div><div> </div><div>But Xproto ALREADY was detected previously. Just before the "cheking for X11", there was:</div><div> </div><div>"<div>checking for BIGREQS... yes</div><div>checking for XPROTO... yes</div><div>"</div><div> </div><div>So by some reason, this Xproto detection problem is being caused by Xau, because if I remove it from PKG_CONFIG_PATH, all these messages vanish (obviously, the configure then complains about the lack of Xau)</div><div> </div><div>So, why is this happening and how can I solve it?</div></div></div></div>