[Mesa-dev] [PATCH 1/2] GLES2: upgrade gl2ext.h to version 16994.

Marek Olšák maraeo at gmail.com
Tue Jul 3 16:54:29 PDT 2012


On Wed, Jul 4, 2012 at 1:45 AM, Kristian Høgsberg <hoegsberg at gmail.com> wrote:
> On Wed, Jul 04, 2012 at 12:42:50AM +0200, Marek Olšák wrote:
>> Hi,
>>
>> this causes a build failure:
>>
>> In file included from ../../../src/mapi/glapi/glapi_priv.h:49:0,
>>                  from glapi_entrypoint.c:32:
>> ../../../include/GLES2/gl2ext.h:1074:28: error: redefinition of
>> typedef ‘PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC’
>> ../../../include/GL/glext.h:10237:25: note: previous declaration of
>> ‘PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC’ was here
>>
>> .. and a lot of similar errors. FWIW, I think the series should be
>> reverted until a solution is found.
>
> I didn't get this build failure and I just did make distclean and
> tried again, no error.  What's your configure line?

/autogen.sh --prefix=/usr --enable-glx-tls --enable-texture-float \
 --with-dri-drivers=swrast --with-gallium-drivers=r300 --disable-egl \
 --disable-glu

This is on my old r300 machine which hasn't been updated for some time
(gcc 4.5.2). Not sure if it's relevant.

Marek


More information about the mesa-dev mailing list