Re: [gdal-dev] Can't build GDAL 3.0.X to read GML format on Linux (Ubuntu 18.04)

2020-02-05 Thread Michaël Landry
I found the problem. Even though I was running a new configure file and calling make clean each time to remove the last built files, some files like config.status were not updated so the installation was running with the same faulty configuration over and over. It seems I could add configuratio

Re: [gdal-dev] Can't build GDAL 3.0.X to read GML format on Linux (Ubuntu 18.04)

2020-02-02 Thread Even Rouault
> Is there a way to build gdal on linux so that all the formats are also available for ogr? Make sure to "make clean" before building each time you re-run configure with different options / install new depedencies. Even -- Spatialys - Geospatial professional services http://www.spatialys.com

[gdal-dev] Can't build GDAL 3.0.X to read GML format on Linux (Ubuntu 18.04)

2020-02-02 Thread Michaël Landry
Hi, I have successfully built and tested GDAL 3.0.1 and 3.0.4 with the SWIG java bindings and everything works fine except that I can't read GML format files. When I call the java method ogr.open( .. ), it always returns null. I investigated and i found out that I cannot open GML files with th