Open bricelam opened 3 years ago
ld.exe: ./spatialite/.libs/splite.a(splite_la-spatialite.o): in function `fnct_NormalizeLonLat':
src/spatialite/spatialite.c:22001: undefined reference to `gaiaNormalizeLonLat'
error: ld returned 1 exit status
Honestly, does ./configure && make install
ever actually work? Worst. Toolchain. Ever.
src/gaiageo/gg_rttopo.c:81:10: fatal error: librttopo_geom.h: No such file or directory
81 | #include <librttopo_geom.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
../../../src/gaiageo/gg_shape.c:5606:1: error: unknown type name 'GAIAGEO_DECLARE'
5606 | GAIAGEO_DECLARE FILE *
| ^~~~~~~~~~~~~~~
I've got the June 2021 update working locally. We're just waiting for an official release now.
I've got the June 2021 update working locally. We're just waiting for an official release now.
Hello, would it be possible to update now to the latest version 5? Thanks.
@nicpitsch We're still waiting for an official release. The latest stable version 5.0.1 was released on Feb 2, 2021 (five months before my previous comment)
Any news about a new release with mod_spatialite 5.0.1?
Nope, they've been pretty quiet for a while now. You can get updates by joining their mailing list.
Part of dotnet/efcore#22138