PROJ_LIBRARY: C:/OSGeo4W/lib/proj_i.lib SPATIALINDEX_LIBRARY: C:/OSGeo4W/lib/spatialindex_i.lib I didn't need to set sqlite3, because it finds it correctly as C:/OSGeo4W/lib/sqlite3_i.lib
giovanni 2012/5/5 Etienne Tourigny <[email protected]> > Yes I did install them beforehand, the point is that they were not > detected automatically. > > The spatialindex stuff is rather new (I thinks\), so there might need > to be some improvements in the cmake files for Windows. > Same for others which have been around for some time > (proj,spatialite,sqlite) > > Etienne > > On Sat, May 5, 2012 at 2:24 PM, G. Allegri <[email protected]> wrote: > > You also need to install those dev libs from osgeo4w. I had to set the > proj > > lib path manually. > > I'm out of home, as soon as I'll be back to my pc I can share my notes. > > In the meanwhile I can only confirm that the build procedure for MSVC > works > > fine for all the qgis components (also python bindings). > > > > giovanni > > > > Inviato da dispositivo mobile > > > > Il giorno 05/mag/2012 19.06, "Etienne Tourigny" <[email protected]> > ha > > scritto: > > > >> Hi, > >> > >> I got it working last night when running form the osgeo4w shell (my > >> mistake), but there were still a number of missing entries which I had > >> to add (which are also installed by osgeo4w) > >> > >> PROJ_LIBRARY-NOTFOUND > >> SPATIALINDEX_INCLUDE_DIR-NOTFOUND > >> SPATIALINDEX_LIBRARY-NOTFOUND > >> SPATIALITE_LIBRARY-NOTFOUND > >> SQLITE3_LIBRARY-NOTFOUND > >> > >> I tried adding LIB_DIR to both the osgeo script and as a CMake entry, > >> to no avail. > >> > >> Thanks > >> Etienne > >> > >> thanks > >> Etienne > >> > >> On Sat, May 5, 2012 at 1:32 PM, Tim Sutton <[email protected]> wrote: > >> > Hi > >> > > >> > Are you sure you are launching cmake from in an osgeo4w shell? If you > >> > do that everything should *just work*. Also you should be able to set > >> > a LIB_DIR env var and the cmake find rules will look there for libs. > >> > So normally you should not need to tweak much in cmake other than > >> > fixing the paths for gnu utils. > >> > > >> > Regards > >> > > >> > Tim > >> > > >> > On Sat, May 5, 2012 at 3:23 AM, Etienne Tourigny > >> > <[email protected]> wrote: > >> >> It seems I had overlooked the osgeo4w /include and /lib directories, > >> >> which contain all the necessary libs. > >> >> > >> >> However, how can things be setup so that cmake looks for all > >> >> dependencies in the osgeo4w directory, instead of specifying each one > >> >> manually? > >> >> > >> >> regards, > >> >> Etienne > >> >> > >> >> On Fri, May 4, 2012 at 3:46 PM, Etienne Tourigny > >> >> <[email protected]> wrote: > >> >>> Hi all, > >> >>> > >> >>> following the Windows building instructions at [1] using VS2008 > >> >>> Express, cmake complains that I am missing GEOS and PROJ. > >> >>> > >> >>> I get > >> >>> GEOS_INCLUDE_DIR-NOTFOUND > >> >>> GEOS_LIBRARY-NOTFOUND > >> >>> PROJ_INCLUDE_DIR-NOTFOUND > >> >>> PROJ_LIBRARY-NOTFOUND > >> >>> > >> >>> The instructions do not say anything about building GEOS and PROJ.4 > >> >>> with Visual Studio (but there are instruction for building GEOS with > >> >>> MINGW)... > >> >>> > >> >>> > >> >>> [1] > >> >>> > http://hub.qgis.org/projects/quantum-gis/repository/revisions/master/entry/INSTALL > >> >>> > >> >>> thanks > >> >>> Etienne > >> >> _______________________________________________ > >> >> Qgis-developer mailing list > >> >> [email protected] > >> >> http://lists.osgeo.org/mailman/listinfo/qgis-developer > >> > > >> > > >> > > >> > -- > >> > Tim Sutton - QGIS Project Steering Committee Member (Release Manager) > >> > ============================================== > >> > Please do not email me off-list with technical > >> > support questions. Using the lists will gain > >> > more exposure for your issues and the knowledge > >> > surrounding your issue will be shared with all. > >> > > >> > Visit http://linfiniti.com to find out about: > >> > * QGIS programming and support services > >> > * Mapserver and PostGIS based hosting plans > >> > * FOSS Consulting Services > >> > Skype: timlinux > >> > Irc: timlinux on #qgis at freenode.net > >> > ============================================== > >> _______________________________________________ > >> Qgis-developer mailing list > >> [email protected] > >> http://lists.osgeo.org/mailman/listinfo/qgis-developer >
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
