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 is (replace the CMAKE_BUILD_TYPE option with this): -D CMAKE_BUILD_TYPE=Debug On Oct 15, 2011, at 1:17 PM, Mars Sjoden wrote: > 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 <[email protected]> > wrote: > Thank You! > > Amazing how much help you have been. > > How do I build QGIS with Debug=true? as a side note > > > On Sat, Oct 15, 2011 at 11:03 AM, William Kyngesburye <[email protected]> > wrote: > 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: > > > 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 only has > > BISON 2.3 and at least 2.4 is needed. > > > > I built 2.4.3 Bison but error still throws, unable to find the new Bison > > build? > > > > Just wondering what my next best step is? > > > > I would like to build QGIS with debug flag to help find better crash info. > > > > Thanks!! > > > > Mars > > _______________________________________________ > > Qgis-developer mailing list > > [email protected] > > http://lists.osgeo.org/mailman/listinfo/qgis-developer > > ----- > William Kyngesburye <kyngchaos*at*kyngchaos*dot*com> > http://www.kyngchaos.com/ > > "This is a question about the past, is it? ... How can I tell that the past > isn't a fiction designed to account for the discrepancy between my immediate > physical sensations and my state of mind?" > > - The Ruler of the Universe > > > > > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer ----- William Kyngesburye <kyngchaos*at*kyngchaos*dot*com> http://www.kyngchaos.com/ "We are at war with them. Neither in hatred nor revenge and with no particular pleasure I shall kill every ___ I can until the war is over. That is my duty." "Don't you even hate 'em?" "What good would it do if I did? If all the many millions of people of the allied nations devoted an entire year exclusively to hating the ____ it wouldn't kill one ___ nor shorten the war one day." <Ha, ha> "And it might give 'em all stomach ulcers." - Tarzan, on war _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
