Re: [gdal-dev] Problem to compile in Lucid with Spatialite 3.0 and gdal 1.9

2012-01-24 Thread Thomas Gratier
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

Re: [gdal-dev] Problem to compile in Lucid with Spatialite 3.0 and gdal 1.9

2012-01-24 Thread a . furieri
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

Re: [gdal-dev] Problem to compile in Lucid with Spatialite 3.0 and gdal 1.9

2012-01-24 Thread Even Rouault
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_

Re: [gdal-dev] Problem to compile in Lucid with Spatialite 3.0 and gdal 1.9

2012-01-23 Thread Frank Broniewski
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

[gdal-dev] Problem to compile in Lucid with Spatialite 3.0 and gdal 1.9

2012-01-23 Thread 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 3.0.0 No problem with sqlite alone. # My main problem is when I co