On Fri, Sep 23, 2011 at 5:44 PM, Jules Kouadio <[email protected]> wrote: > > I get : > > qgsexpressionparser.yy:54.14-19: syntax error, unexpected "string", expecting > "=" > make[2]: *** [src/core/qgsexpressionparser.cpp] Erreur 1 > make[1]: *** [src/core/CMakeFiles/qgis_core.dir/all] Erreur 2 > make: *** [all] Erreur 2 > > Can someone help me ?
Most probably you have an old version of 'bison' tool. However cmake should complain about that if you use a recent checkout from git. Could you please check what is the output if you run the following command? $ bison --version Regards Martin _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
