On 27 October 2016 at 12:41, Emil Velikov wrote:
> Hi all,
>
> As pointed out by Mike, building Mesa with latest version of flex is
> not possible.
>
> Upon closer look it seems that the following functions are not expanded
> properly (the #define yyfoo ${prefix}foo is missing).
>
> yylex_init_ext
Thanks
On Thu, 27 Oct 2016 at 12:51 Emil Velikov wrote:
> Hi all,
>
> As pointed out by Mike, building Mesa with latest version of flex is
> not possible.
>
> Upon closer look it seems that the following functions are not expanded
> properly (the #define yyfoo ${prefix}foo is missing).
>
> yylex
Hi all,
As pointed out by Mike, building Mesa with latest version of flex is
not possible.
Upon closer look it seems that the following functions are not expanded
properly (the #define yyfoo ${prefix}foo is missing).
yylex_init_extra
yylex_destroy
yy_scan_*
Not 100% sure if this is flex bug o