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

2017-04-20 Thread Even Rouault
On jeudi 20 avril 2017 12:54:08 CEST Andrew C Aitchison wrote: > On Sun, 16 Apr 2017, Even Rouault wrote: > > 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

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

2017-04-20 Thread Andrew C Aitchison
On Sun, 16 Apr 2017, Even Rouault wrote: 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 Ha

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