Re: [gdal-dev] spatialite linking issues

2015-12-10 Thread kelly elton
Thanks, adding a space and a path to the sqlite_i.lib did the trick On Thu, Dec 10, 2015 at 11:14 AM Even Rouault wrote: > Le jeudi 10 décembre 2015 17:00:12, kelly elton a écrit : > > So I'm building on windows > > > > I downloaded the osgeo4w installer and installed the spatialite + sqlite >

Re: [gdal-dev] spatialite linking issues

2015-12-10 Thread Even Rouault
Le jeudi 10 décembre 2015 17:00:12, kelly elton a écrit : > So I'm building on windows > > I downloaded the osgeo4w installer and installed the spatialite + sqlite > libraries. > > I uncommitted these two lines > > SQLITE_INC=-IC:\OSGeo4W\include -DHAVE_SPATIALITE -DSPATIALITE_AMALGAMATION > SQ

[gdal-dev] spatialite linking issues

2015-12-10 Thread kelly elton
So I'm building on windows I downloaded the osgeo4w installer and installed the spatialite + sqlite libraries. I uncommitted these two lines SQLITE_INC=-IC:\OSGeo4W\include -DHAVE_SPATIALITE -DSPATIALITE_AMALGAMATION SQLITE_LIB=C:\OSGeo4W\lib\spatialite_i.lib So when compiling now(which was wo