[Qgis-developer] problem compiling with qmake and visual studio 2005

godofredo contreras frdcn at hotmail.com
Fri Oct 13 14:22:02 EDT 2006


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.





More information about the Qgis-developer mailing list