<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - /usr/include/GL/glxext.h:480:143: error: 'GLintptr' has not been declared"
href="https://bugs.freedesktop.org/show_bug.cgi?id=83631#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - /usr/include/GL/glxext.h:480:143: error: 'GLintptr' has not been declared"
href="https://bugs.freedesktop.org/show_bug.cgi?id=83631">bug 83631</a>
from <span class="vcard"><a class="email" href="mailto:orion@cora.nwra.com" title="Orion Poplawski <orion@cora.nwra.com>"> <span class="fn">Orion Poplawski</span></a>
</span></b>
<pre>/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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>