Hello,
Even, concerning the sqlite, it was a mistake from me when writing. The
version was the 3.7.10 (and not the 3.3.10)
It was done to check if a more recent of sqlite3 could solve my problem.
At the end, the choosen solution I've done was the one recommended by Sandro
I've reverted sqlite to
HI Frank and Even,
I confirm that Even is absolutely right: using the "amalgamation"
on Linux is strongly discouraged, and may pose several problems
if not properly handled. Just few technical clarifications:
a) libspatialite expects to link an external lisqlite3; there
is absolutely nothing ex
Thomas,
Your issue reminds me something that Tamas Szerekeres also hit when switching to
spatialite 3.0 on Windows.
There has been a change in spatialite 3.0 w.r.t spatialite 2.X regarding to how
its "amalgamation" is done.
In spatialite 3.0, the sqlite3.h that is included redefines the sqlite3_
Just a quick guesst: Did you install the development files for sqlite?
Am 24.01.2012 02:32, schrieb Thomas Gratier:
Hello all,
I've done some tests to build gdal 1.9.0 in Ubuntu 10.04 (Lucid)
I've build proj 3.3.2, Sqlite 3.3.10, Free XL 1.0.0b, libspatialite
amalgation 3.0.0, spatialite-tools
Hello all,
I've done some tests to build gdal 1.9.0 in Ubuntu 10.04 (Lucid)
I've build proj 3.3.2, Sqlite 3.3.10, Free XL 1.0.0b, libspatialite
amalgation 3.0.0, spatialite-tools 3.0.0
No problem with sqlite alone.
#
My main problem is when I co