<div dir="ltr">So I'm building on windows<div><br></div><div>I downloaded the osgeo4w installer and installed the spatialite  + sqlite libraries.</div><div><br></div><div>I uncommitted these two lines</div><div><br></div><div><div>SQLITE_INC=-IC:\OSGeo4W\include -DHAVE_SPATIALITE -DSPATIALITE_AMALGAMATION</div><div>SQLITE_LIB=C:\OSGeo4W\lib\spatialite_i.lib</div></div><div><br></div><div>So when compiling now(which was working before this) I get tons of unresolved external symbol errors. I also tried downloading and pointing to the GISInternals sdk but that created the same errors. I must be missing something fundamental here, any help would be much appreciated.</div><div><br></div><div><div>ogrsf_frmts.lib(ogrsqlitetablelayer.obj) : error LNK2001: unresolved external symbol _sqlite3_exec</div><div>ogrsf_frmts.lib(hugefileresolver.obj) : error LNK2001: unresolved external symbol _sqlite3_exec</div><div>ogrsf_frmts.lib(vfkreadersqlite.obj) : error LNK2001: unresolved external symbol _sqlite3_exec</div><div>ogrsf_frmts.lib(ogrgeopackageutility.obj) : error LNK2001: unresolved external symbol _sqlite3_exec</div><div>ogrsf_frmts.lib(ogrsqliteexecutesql.obj) : error LNK2001: unresolved external symbol _sqlite3_exec</div><div>ogrsf_frmts.lib(ogrsqlitedatasource.obj) : error LNK2001: unresolved external symbol _sqlite3_exec</div><div>ogrsf_frmts.lib(ogrosmdatasource.obj) : error LNK2001: unresolved external symbol _sqlite3_exec</div><div>ogrsf_frmts.lib(ogrgeopackagedatasource.obj) : error LNK2001: unresolved external symbol _sqlite3_exec</div><div>ogrsf_frmts.lib(vfkreadersqlite.obj) : error LNK2019: unresolved external symbol _sqlite3_free referenced in function "public: virtual void * __thiscall GDALDriver::`vector deleting destructor'(unsigned int)" (??_EGDALDriver@@UAEPAXI@Z)</div></div><div><br></div><div><br></div></div>