Re: [gdal-dev] GDAL 2.2.0beta1 and old poppler libraries

2017-04-16 Thread Mateusz Loskot
On 16 April 2017 at 22:07, Even Rouault wrote: > On dimanche 16 avril 2017 22:03:11 CEST Mateusz Łoskot wrote: > >> GCC 4.9 should be fine >> >> See C++11/14 status I collected for GEOS > > Mateusz, the issue is not so much the compiler version, but the poppler > version (or more exactly the combi

Re: [gdal-dev] GDAL 2.2.0beta1 and old poppler libraries

2017-04-16 Thread Even Rouault
On dimanche 16 avril 2017 22:03:11 CEST Mateusz Łoskot wrote: > GCC 4.9 should be fine > > See C++11/14 status I collected for GEOS Mateusz, the issue is not so much the compiler version, but the poppler version (or more exactly the combination of them). New virtual methods have been added in

Re: [gdal-dev] GDAL 2.2.0beta1 and old poppler libraries

2017-04-16 Thread Even Rouault
On dimanche 16 avril 2017 20:31:09 CEST Andrew C Aitchison wrote: > GDAL 2.2.0 beta1 > Scientific Linux 6 (= CentOS6 = Red Hat EL 6). > g++ 4.9.2 and g++ 5.3.1 > > gdal-2.2.0/frmts/pdf/pdfdataset.cpp does not compile on my > Scientific Linux 6 (= CentOS6 = Red Hat EL 6) machine. > > pdfio.h lin

[gdal-dev] GDAL 2.2.0beta1 and old poppler libraries

2017-04-16 Thread Andrew C Aitchison
GDAL 2.2.0 beta1 Scientific Linux 6 (= CentOS6 = Red Hat EL 6). g++ 4.9.2 and g++ 5.3.1 gdal-2.2.0/frmts/pdf/pdfdataset.cpp does not compile on my Scientific Linux 6 (= CentOS6 = Red Hat EL 6) machine. pdfio.h lines 87-90: private: /* Added in poppler 0.15.0 */ virtual GBoo

Re: [gdal-dev] MBTiles minimum zoom level definition

2017-04-16 Thread Even Rouault
Bernardo, > > I’m using gdal_translate and gdaladdo to generate MBTiles following the > documentation here . > > By reading previous threads > , I’ve > understood that gdal_translate determi

[gdal-dev] MBTiles minimum zoom level definition

2017-04-16 Thread Bernardo Fabiani
Hi, list I’m using gdal_translate and gdaladdo to generate MBTiles following the documentation here . By reading previous threads , I’ve understood that gdal_translate determines the baseview

Re: [gdal-dev] GDAL 2.2.0 beta1 compile fails for SQLITE_VERSION_NUMBER 3006020

2017-04-16 Thread Even Rouault
Andew, > GDAL 2.2.0 beta1 > Scientific Linux 6 (= CentOS6 = Red Hat EL 6). > g++ 4.9.2 and g++ 5.3.1 > > This system has sqlite v 3.6.2: > /usr/include/sqlite3.h has > #define SQLITE_VERSION_NUMBER 3006020 Thanks for the report. Fixed in SVN trunk and branches/2.2 now. Even -- Spatialys - Ge

[gdal-dev] GDAL 2.2.0 beta1 compile fails for SQLITE_VERSION_NUMBER 3006020

2017-04-16 Thread Andrew C Aitchison
GDAL 2.2.0 beta1 Scientific Linux 6 (= CentOS6 = Red Hat EL 6). g++ 4.9.2 and g++ 5.3.1 This system has sqlite v 3.6.2: /usr/include/sqlite3.h has #define SQLITE_VERSION_NUMBER 3006020 cd /home/werdna/gdal2.2.0beta1/gdal-2.2.0/ogr/ogrsf_frmts/gpkg /bin/sh /home/werdna/gdal2.2.0beta1/gdal-2.2.

Re: [gdal-dev] GDAL 2.2.0 beta 1 available

2017-04-16 Thread Marco Atzeri
On 16/04/2017 11:45, Even Rouault wrote: Hi, ogrosmdatasource.cpp:102:18: error: expected unqualified-id before numeric const ant static const int PAGE_SIZE = 4096; Thanks for the notice. I've just fixed it in SVN (you can "svn checkout https://svn.osgeo.org/gdal/branches/2.2/gdal

Re: [gdal-dev] GDAL 2.2.0 beta 1 available

2017-04-16 Thread Even Rouault
Hi, > ogrosmdatasource.cpp:102:18: error: expected unqualified-id before > numeric const > ant > static const int PAGE_SIZE = 4096; > - > > > as on /usr/include/limits.h we have > > /* Size in bytes of a page. */ > #undef PAGESIZE > #undef PAGE_SIZE

Re: [gdal-dev] GDAL 2.2.0 beta 1 available

2017-04-16 Thread Marco Atzeri
On 14/04/2017 10:10, Even Rouault wrote: Hi, I have prepared the GDAL/OGR 2.2.0 Beta 1 release. It will potentially be followed by a second beta, or directly by a RC1 if things go well. The source is available at: [cut] Even On cygwin, I hit a poor choice of variable name. --