Hello all,<br>Sorry for previous mail as it was sent incomplete by mistake!!!<br><br>We are undergraduate students.We are trying to
configure X server for MPX support as a part of our undergraduate
project. We are configuring the X server but  while configuring libX11
package error as follows:<br><br><br>checking for XPROTO... configure: error: Package requirements (xproto >= 7.0.13) were not met:<br><br>No package 'xproto' found<br><br>Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>

installed software in a non-standard prefix.<br><br>Alternatively, you may set the environment variables XPROTO_CFLAGS<br>and XPROTO_LIBS to avoid the need to call pkg-config.<br>See the pkg-config man page for more details.<br>

<br>
<br><br><br>So we configured xproto with following command :<br><br><b>sudo ./autogen.sh --prefix=/opt/gfx-test/<br></b><br>and set the path for PKG_CONFIG_PATH  and ACLOCAL path as <br><br><b>export PKG_CONFIG_PATH="/opt/gfx-test/lib/pkgconfig"<br>


export ACLOCAL = "aclocal -l /opt/gfx-test/share/aclocal/"</b><br>
<br>
We checked the directory contents in the /opt/gfx-test/lib/pkgconfig <br>and it is showing the file xproto.pc<br><br>we also checked the version of xproto by command :<br><br><b>pkg-config --modversion xproto<br>
</b><br>so it is showing <br><b>7.0.15</b><br><br>But still the xproto error is persisting. Please help in this regard.<br><br>Thanx..<br><br><br><br><a href="http://www.x.org/wiki/Development/git" target="_blank"></a><br>