Hi<br> All<br> Compiling Mesa 7.10.3 on centos 5.7 gives me this error.<br> <br> > glxext.c: In function ‘__glXWireToEvent’:<br>>glxext.c:141: error: ‘xGLXBufferSwapComplete’ undeclared (first use in this function)<br>
>glxext.c:141: error: (Each undeclared identifier is reported only once<br>>glxext.c:141: error: for each function it appears in.)<br>>glxext.c:141: error: ‘awire’ undeclared (first use in this function)<br>>glxext.c:141: error: expected expression before ‘)’ token<br>
>glxext.c:144: error: ‘CARD64’ undeclared (first use in this function)<br>>glxext.c:144: error: expected ‘)’ before ‘awire’<br>>glxext.c:145: error: expected ‘)’ before ‘awire’<br>>glxext.c:146: error: expected ‘)’ before ‘awire’<br>
<br><br> and xGLXBufferSwapComplete is defined in /usr/local/glproto/include/GL/glxproto.h which <br> is in the include path as i have included the glproto in the configue options. I could not understand<br> why make command ignores glproto include path. GLproto version is 1.4.11<br>
<br>Any suggestion will nicely appreciated<br>Amy<br>