[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 8 15:48:10 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=83631

--- Comment #2 from Orion Poplawski <orion at cora.nwra.com> ---
/usr/include/GL/glext.h:#define GL_GLEXT_VERSION 20140810

But we're including "GL/glx.h" which includes "GL/glxext.h", not "GL/glext.h". 
Too many x's floating around here.

# grep '^typedef .* GLintptr;' /usr/include/GL/*.h
/usr/include/GL/glcorearb.h:typedef ptrdiff_t GLintptr;
/usr/include/GL/glext.h:typedef ptrdiff_t GLintptr;

I'll keep digging.

-- 
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/20140908/a3a51bc9/attachment.html>


More information about the mesa-dev mailing list