[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 Oct 2 23:50:48 PDT 2014


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

--- Comment #7 from ruhly <truhland at gmail.com> ---
I too ran into this bug when trying to install opencascade for freecad on Arch
linux.

I added the following typedefs to a section of code that had been added in
10.3:
# diff glxext.h.saved glxext.h
479a480,481
> typedef ptrdiff_t GLsizeiptr;
> typedef ptrdiff_t GLintptr;

opencascade then compiled, installed with no issues.

-- 
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/20141003/4193d580/attachment.html>


More information about the mesa-dev mailing list