[Mesa-dev] Error building Mesa 32 bit version on Arch Linux

Kenneth Graunke kenneth at whitecape.org
Mon Jul 29 12:08:39 PDT 2013


On 07/29/2013 11:57 AM, Chad Versace wrote:
> CC'ing Ken.
>
> Ken, these Archlinux users ran into the Bison problem.

A quick and ugly hack is to do:

#define YYLEX_PARAM state->scanner
to
#define scanner state->scanner

I'm looking into how to do %lex-param properly.  Looks like glcpp does 
it right, just not the others.

--Ken


More information about the mesa-dev mailing list