[Mesa-dev] [Bug 83631] /usr/include/GL/glxext.h:480:143: error: 'GLintptr' has not been declared
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 15 07:57:51 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=83631
--- Comment #4 from Orion Poplawski <orion at cora.nwra.com> ---
It seems that in GL/glx.h, GL/glext.h is only included when
GL_GLEXT_LEGACY is not defined (line 2049).
Unfortunatly, GL_GLEXT_LEGACY is defined in Rendering/OpenGL/vtkOpenGL.h
(line 22) and
vtkOpenGL.h is included in vtkXOpenGLRenderWindow.cxx that makes GL/glext.h
not included and GLintptr not declared.
This seems a little strange to me.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140915/d09f7cd2/attachment.html>
More information about the mesa-dev
mailing list