Re: [Qgis-developer] QGIS 2.6 compilation on Windows

2014-11-25 Thread Martin Landa
Hi, 2014-11-24 16:36 GMT+01:00 Jürgen E. j...@norbit.de: flex NEWS says Support for reentrant C scanners has been added for 2.5.6 I use flex from cygwin on Windows. thanks, it solved my problem! Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.eu/mentors/landa

Re: [Qgis-developer] QGIS 2.6 compilation on Windows

2014-11-24 Thread Martin Landa
Dear Larry, 2014-11-19 23:09 GMT+01:00 Larry Shaffer lar...@dakotacarto.com: I think I ran into this recently. There was a commit in 2.6 [0] that apparently requires a newer version of flex or bison (bison 3.x, I think?) for record osgeo4w environment reports: flex --version flex version

Re: [Qgis-developer] QGIS 2.6 compilation on Windows

2014-11-24 Thread Nejia
 : lundi 24 novembre 2014 15:46 À : Larry Shaffer Cc : qgis-dev Objet : Re: [Qgis-developer] QGIS 2.6 compilation on Windows Dear Larry, 2014-11-19 23:09 GMT+01:00 Larry Shaffer lar...@dakotacarto.com: I think I ran into this recently. There was a commit in 2.6 [0] that apparently requires

Re: [Qgis-developer] QGIS 2.6 compilation on Windows

2014-11-24 Thread Jürgen E . Fischer
Hi Martin, On Mon, 24. Nov 2014 at 15:46:26 +0100, Martin Landa wrote: flex --version flex version 2.5.4 flex NEWS says Support for reentrant C scanners has been added for 2.5.6 I use flex from cygwin on Windows. Looks like the CMake find modules need updated to look for those binaries.

[Qgis-developer] QGIS 2.6 compilation on Windows

2014-11-19 Thread Martin Landa
Hi all, building QGIS 2.6 on MS Windows fails (qgis_core) with Generating flex_qgsexpressionlexer.cpp C:/OSGeo4W_qgis_vfk/usr/src/qgis_2_6/src/core/qgsexpressionlexer.ll, line 22: unrecognized %option: reentrant C:/OSGeo4W_qgis_vfk/usr/src/qgis_2_6/src/core/qgsexpressionlexer.ll, line 24:

Re: [Qgis-developer] QGIS 2.6 compilation on Windows

2014-11-19 Thread Larry Shaffer
Hi Martin, I think I ran into this recently. There was a commit in 2.6 [0] that apparently requires a newer version of flex or bison (bison 3.x, I think?) than is available with the GnuWin32 project as noted in INSTALL [1]. Instead I used the precompiled binaries available from the 'Win