https://bugs.freedesktop.org/show_bug.cgi?id=83631
--- Comment #5 from Orion Poplawski <or...@cora.nwra.com> --- So, make the test: $ cat gltest.c #define GL_GLEXT_LEGACY #include <GL/glx.h> int main(void) { GLintptr p; return 0; } $ gcc gltest.c In file included from /usr/include/GL/glx.h:333:0, from gltest.c:2: /usr/include/GL/glxext.h:480:143: error: unknown type name ‘GLintptr’ typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); ^ .... Now, I suppose it is kind of strange to define GL_GLEXT_LEGACY (not GLXEXT) and then include glx.h, but... -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev