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

--- Comment #2 from Orion Poplawski <or...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to