I found the error and is caused by bison incorrect creation of qgssearchstringparser.h this line is generated : extern YYSTYPE qgssearchstringparserlval; instead of: extern YYSTYPE yylval; I made the change manually and I was able to continue with compilation.