[gdal-dev] test failures on pkgsrc build of 3.3.2rc3
Even Rouault
even.rouault at spatialys.com
Wed Sep 1 12:36:31 PDT 2021
> Looks like a lot of this the rtree module in sqlite3, which seems to
> think telling you to go back and rebuild something with different
> non-default options is a reasonable approach :-(
sqlite3 with rtree support is a requirement for GeoPackage and Spatialite.
> I had not previously grasped that rtree was required, and configure
> seems not to test for it.
No rtree isn't tested by GDAL's configure. Looking at sqlite3 own
configure, I see rtree is supposed to be built-in by default
./configure --help | grep rtree
--enable-rtree include rtree support [default=yes]
--
http://www.spatialys.com
My software is free, but my time generally not.
More information about the gdal-dev
mailing list