[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
Thu Sep 11 10:56:52 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=83631
--- Comment #3 from Brian Paul <brianp at vmware.com> ---
#include "GL/glx.h" should pull in GL/gl.h (line 32) which should include
GL/glext.h So by time we hit the use of GLintptr, it should have been defined.
When I compile a trivial test program like this:
#include <GL/glx.h>
int main(void)
{
GLintptr p;
return 0;
}
it seems to work.
--
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/20140911/5803e675/attachment.html>
More information about the mesa-dev
mailing list