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
CC'ing Ken.
Ken, these Archlinux users ran into the Bison problem.
On 07/29/2013 12:23 AM, Laurent Carlier wrote:
Le samedi 27 juillet 2013 18:03:44 Sandeep a écrit :
Hi,
When I try to build 32 bit Mesa on Arch Linux, I get the following error:
/usr/bin/mkdir -p ../../src/glsl/glcpp
/usr/bin
Le samedi 27 juillet 2013 18:03:44 Sandeep a écrit :
> Hi,
>
> When I try to build 32 bit Mesa on Arch Linux, I get the following error:
>
> /usr/bin/mkdir -p ../../src/glsl/glcpp
> /usr/bin/mkdir -p ../../src/glsl/glcpp
> YACC glcpp/glcpp-parse.c
> LEX glsl_lexer.cpp
> YACC gl
Hi, check this out:
https://bugs.freedesktop.org/show_bug.cgi?id=67398
A solution is to downgrade to bison 2.7.
--
Bruno
- Mail original -
De: "Sandeep"
À: mesa-dev@lists.freedesktop.org
Envoyé: Dimanche 28 Juillet 2013 03:03:44
Objet: [Mesa-dev] Error building Mesa 32 bit
Hi,
When I try to build 32 bit Mesa on Arch Linux, I get the following error:
/usr/bin/mkdir -p ../../src/glsl/glcpp
/usr/bin/mkdir -p ../../src/glsl/glcpp
YACC glcpp/glcpp-parse.c
LEX glsl_lexer.cpp
YACC glsl_parser.cpp
LEX glcpp/glcpp-lex.c
make all-recursive
make[3]: