bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can't compile mesa dlsl parser


From: Никита Малявин
Subject: Can't compile mesa dlsl parser
Date: Mon, 29 Jul 2013 05:05:11 +1100

Hello, i've got compilation error while compiling latest mesa git sources
with bison version 3.0:

glsl_parser.cpp: In function 'int
_mesa_glsl_parse(_mesa_glsl_parse_state*)':
glsl_parser.cpp:2616:41: error: 'scanner' was not declared in this scope

It seems to be somehow related to string in glsl/glsl_parser.yy:

%lex-param   {void *scanner}

Compilation succeeds with bison 2.7.1

I'm using archlinux.

Is there any additional configuraton for 3.0 version to work in backward
compatibility or something else?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]