They are the same size. I wonder if the issue is mainly due to the cmake error that is being thrown. I put the link in a previous mail, but here it is: https://hastebin.com/woherijadi.tex
It says that there are unresolved externals. Here is the cmakeoutput.txt file: https://hastebin.com/zopepezabo.tex Kurt >> C:\OSGeo4W/lib\spatialite.lib >> C;\OSGeo4W\lib\spatialite_i.lib This naming convention seems to be normal for OSGeo4W. I found a site that contains the 32 bit Spatialite 4.3 version: http://www.norbit.de/~jef/osgeo4w/x86/release/spatialite/ http://www.norbit.de/~jef/osgeo4w/x86/release/spatialite/spatialite-4.3.0-4.tar.bz2 05-Nov-2017 20:455.6M 149310 Nov 5 20:44 spatialite_i.lib 13892352 Nov 5 20:44 spatialite.lib # 'nm' is a linux command to list the symbols in an object file # -> first with an original linux spatialite 4.3: nm libspatialite.so.7.1.0 | grep gaiaStatisticsInvalidate 000000000016bd89 T gaiaStatisticsInvalidate - which finds 'gaiaStatisticsInvalidate' # The same on the windows 'spatialite_i.lib' from www.norbit.de nm spatialite_i.lib | grep gaiaStatisticsInvalidate 00000000 T _gaiaStatisticsInvalidate 00000000 I __imp__gaiaStatisticsInvalidate - also bring a result, nice to know it also works with windows binaries So I would compare the date and size of the 2 files with yours and if not the same download the archive from www.norbit.de and try that. Mark
_______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
