Re: [Qgis-developer] Bison 2.3 error When Building QGIS for Snow Leopard

2011-10-29 Thread William Kyngesburye
On Oct 29, 2011, at 4:11 PM, Mars Sjoden wrote: > Hello William, > > Just wondering if you have tried compiling QGIS lately with any issues as > mine, > > Or perhaps is it better if I try and compile via xtools? > > thanks > > mars > I haven't looked at QGIS dev source lately, sorry. If you

Re: [Qgis-developer] Bison 2.3 error When Building QGIS for Snow Leopard

2011-10-29 Thread Mars Sjoden
Hello William, Just wondering if you have tried compiling QGIS lately with any issues as mine, Or perhaps is it better if I try and compile via xtools? thanks mars On Sat, Oct 15, 2011 at 11:34 AM, William Kyngesburye wrote: > I haven't tried compiling since the spatialindex changes. Looks

Re: [Qgis-developer] Bison 2.3 error When Building QGIS for Snow Leopard

2011-10-15 Thread William Kyngesburye
I haven't tried compiling since the spatialindex changes. Looks like I need to... Or, if you want to get more helpful output from compilation, add this to configuration: -D CMAKE_VERBOSE_MAKEFILE=true make will them show you all the compile commands and more detailed errors. The debug build

Re: [Qgis-developer] Bison 2.3 error When Building QGIS for Snow Leopard

2011-10-15 Thread Mars Sjoden
Interestingly getting errors on make install for qgsspatialindex make[2]: *** [src/core/CMakeFiles/qgis_core.dir/qgsspatialindex.cpp.o] Error 1 make[1]: *** [src/core/CMakeFiles/qgis_core.dir/all] Error 2 ?? On Sat, Oct 15, 2011 at 11:06 AM, Mars Sjoden wrote: > Thank You! > > Amazing how much

Re: [Qgis-developer] Bison 2.3 error When Building QGIS for Snow Leopard

2011-10-15 Thread William Kyngesburye
I found that cmake still uses the system bison even if a different one is first in the PATH. You need to force cmake to use yours with a configure option: -D BISON_EXECUTABLE=/usr/local/bin/bison assuming you installed bison 2.4 in /usr/local. On Oct 15, 2011, at 12:50 PM, Mars Sjoden wrote:

[Qgis-developer] Bison 2.3 error When Building QGIS for Snow Leopard

2011-10-15 Thread Mars Sjoden
I been running through the Build instructions for QGIS Mac OS X on the QGIS Wiki, ** I remembered to comment out "QwtSVGItem" in the qwtconfig.pri file as it stumbles on finding the x_86_64 framework from the universal framework. However when building QGIS I receive an error that Snow Leopard o