<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#c7">Comment # 7</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:truhland@gmail.com" title="ruhly <truhland@gmail.com>"> <span class="fn">ruhly</span></a>
</span></b>
        <pre>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
<span class="quote">> typedef ptrdiff_t GLsizeiptr;
> typedef ptrdiff_t GLintptr;</span >

opencascade then compiled, installed with no issues.</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>