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