<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - glxext.h:275: error: redefinition of typedef ‘GLXContextID’"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70591#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - glxext.h:275: error: redefinition of typedef ‘GLXContextID’"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70591">bug 70591</a>
              from <span class="vcard"><a class="email" href="mailto:vlee@freedesktop.org" title="Vinson Lee <vlee@freedesktop.org>"> <span class="fn">Vinson Lee</span></a>
</span></b>
        <pre>mesa: 5a51c1b01a16d3256f9769a76d8293fea5853b1f (master)

The build error appears to be compiler dependent. I can reproduce the build
error with gcc 4.4 or clang 2.8 on CentOS 6. I can also reproduce the build
error with gcc-4.4, but not with gcc 4.8, on Ubuntu 13.10.

$ ./autogen.sh --disable-dri3 --with-dri-drivers=swrast --with-gallium-drivers=
$ make
  CC     clientattrib.lo
In file included from ../../include/GL/glx.h:333,
                 from glxclient.h:45,
                 from clientattrib.c:32:
../../include/GL/glxext.h:275: error: redefinition of typedef ‘GLXContextID’
../../include/GL/glx.h:171: note: previous declaration of ‘GLXContextID’ was
here</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>