PROJ_LIBRARY: C:/OSGeo4W/lib/proj_i.lib<div>SPATIALINDEX_LIBRARY: C:/OSGeo4W/lib/spatialindex_i.lib</div><div>I didn&#39;t need to set sqlite3, because it finds it correctly as C:/OSGeo4W/lib/sqlite3_i.lib</div><div><br></div>
<div>giovanni</div><div><br><br><div class="gmail_quote">2012/5/5 Etienne Tourigny <span dir="ltr">&lt;<a href="mailto:etourigny.dev@gmail.com" target="_blank">etourigny.dev@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Yes I did install them beforehand, the point is that they were not<br>
detected automatically.<br>
<br>
The spatialindex stuff is rather new (I thinks\), so there might need<br>
to be some improvements in the cmake files for Windows.<br>
Same for others which have been around for some time (proj,spatialite,sqlite)<br>
<span class="HOEnZb"><font color="#888888"><br>
Etienne<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Sat, May 5, 2012 at 2:24 PM, G. Allegri &lt;<a href="mailto:giohappy@gmail.com">giohappy@gmail.com</a>&gt; wrote:<br>
&gt; You also need to install those dev libs from osgeo4w. I had to set the proj<br>
&gt; lib path manually.<br>
&gt; I&#39;m out of home, as soon as I&#39;ll be back to my pc I can share my notes.<br>
&gt; In the meanwhile I can only confirm that the build procedure for MSVC works<br>
&gt; fine for all the qgis components (also python bindings).<br>
&gt;<br>
&gt; giovanni<br>
&gt;<br>
&gt; Inviato da dispositivo mobile<br>
&gt;<br>
&gt; Il giorno 05/mag/2012 19.06, &quot;Etienne Tourigny&quot; &lt;<a href="mailto:etourigny.dev@gmail.com">etourigny.dev@gmail.com</a>&gt; ha<br>
&gt; scritto:<br>
&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; I got it working last night when running form the osgeo4w shell (my<br>
&gt;&gt; mistake), but there were still a number of missing entries which I had<br>
&gt;&gt; to add (which are also installed by osgeo4w)<br>
&gt;&gt;<br>
&gt;&gt; PROJ_LIBRARY-NOTFOUND<br>
&gt;&gt; SPATIALINDEX_INCLUDE_DIR-NOTFOUND<br>
&gt;&gt; SPATIALINDEX_LIBRARY-NOTFOUND<br>
&gt;&gt; SPATIALITE_LIBRARY-NOTFOUND<br>
&gt;&gt; SQLITE3_LIBRARY-NOTFOUND<br>
&gt;&gt;<br>
&gt;&gt; I tried adding LIB_DIR to both the osgeo script and as a CMake entry,<br>
&gt;&gt; to no avail.<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt; Etienne<br>
&gt;&gt;<br>
&gt;&gt; thanks<br>
&gt;&gt; Etienne<br>
&gt;&gt;<br>
&gt;&gt; On Sat, May 5, 2012 at 1:32 PM, Tim Sutton &lt;<a href="mailto:lists@linfiniti.com">lists@linfiniti.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Are you sure you are launching cmake from in an osgeo4w shell? If you<br>
&gt;&gt; &gt; do that everything should *just work*. Also you should be able to set<br>
&gt;&gt; &gt; a LIB_DIR env var and the cmake find rules will look there for libs.<br>
&gt;&gt; &gt; So normally you should not need to tweak much in cmake other than<br>
&gt;&gt; &gt; fixing the paths for gnu utils.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Regards<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Tim<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Sat, May 5, 2012 at 3:23 AM, Etienne Tourigny<br>
&gt;&gt; &gt; &lt;<a href="mailto:etourigny.dev@gmail.com">etourigny.dev@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; It seems I had overlooked the osgeo4w /include and /lib directories,<br>
&gt;&gt; &gt;&gt; which contain all the necessary libs.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; However, how can things be setup so that cmake looks for all<br>
&gt;&gt; &gt;&gt; dependencies in the osgeo4w directory, instead of specifying each one<br>
&gt;&gt; &gt;&gt; manually?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; regards,<br>
&gt;&gt; &gt;&gt; Etienne<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Fri, May 4, 2012 at 3:46 PM, Etienne Tourigny<br>
&gt;&gt; &gt;&gt; &lt;<a href="mailto:etourigny.dev@gmail.com">etourigny.dev@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; Hi all,<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; following the Windows building instructions at [1] using VS2008<br>
&gt;&gt; &gt;&gt;&gt; Express, cmake complains that I am missing GEOS and PROJ.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; I get<br>
&gt;&gt; &gt;&gt;&gt; GEOS_INCLUDE_DIR-NOTFOUND<br>
&gt;&gt; &gt;&gt;&gt; GEOS_LIBRARY-NOTFOUND<br>
&gt;&gt; &gt;&gt;&gt; PROJ_INCLUDE_DIR-NOTFOUND<br>
&gt;&gt; &gt;&gt;&gt; PROJ_LIBRARY-NOTFOUND<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; The instructions do not say anything about building GEOS and PROJ.4<br>
&gt;&gt; &gt;&gt;&gt; with Visual Studio (but there are instruction for building GEOS with<br>
&gt;&gt; &gt;&gt;&gt; MINGW)...<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; [1]<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://hub.qgis.org/projects/quantum-gis/repository/revisions/master/entry/INSTALL" target="_blank">http://hub.qgis.org/projects/quantum-gis/repository/revisions/master/entry/INSTALL</a><br>

&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; thanks<br>
&gt;&gt; &gt;&gt;&gt; Etienne<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; Qgis-developer mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Tim Sutton - QGIS Project Steering Committee Member (Release  Manager)<br>
&gt;&gt; &gt; ==============================================<br>
&gt;&gt; &gt; Please do not email me off-list with technical<br>
&gt;&gt; &gt; support questions. Using the lists will gain<br>
&gt;&gt; &gt; more exposure for your issues and the knowledge<br>
&gt;&gt; &gt; surrounding your issue will be shared with all.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit <a href="http://linfiniti.com" target="_blank">http://linfiniti.com</a> to find out about:<br>
&gt;&gt; &gt;  * QGIS programming and support services<br>
&gt;&gt; &gt;  * Mapserver and PostGIS based hosting plans<br>
&gt;&gt; &gt;  * FOSS Consulting Services<br>
&gt;&gt; &gt; Skype: timlinux<br>
&gt;&gt; &gt; Irc: timlinux on #qgis at <a href="http://freenode.net" target="_blank">freenode.net</a><br>
&gt;&gt; &gt; ==============================================<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Qgis-developer mailing list<br>
&gt;&gt; <a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</div></div></blockquote></div><br></div>