Re: [Mesa-dev] [PATCH 0/3] Flex 2.6.2 build fixes

2016-11-03 Thread Emil Velikov
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

Re: [Mesa-dev] [PATCH 0/3] Flex 2.6.2 build fixes

2016-10-27 Thread Mike Lothian
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

[Mesa-dev] [PATCH 0/3] Flex 2.6.2 build fixes

2016-10-27 Thread Emil Velikov
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