Re: [gdal-dev] with poppler error

2013-06-06 Thread Joaquim Luis
On 06-06-2013 22:37, Jeff McKenna wrote: Poppler is one of those libraries during the GDAL build process where I have to make changes to the GDAL source for the build to succeed. I believe I change an include path in /frmts/pdf/pdfobject.h to Splash.h - your error could be related to this. -jef

Re: [gdal-dev] with poppler error

2013-06-06 Thread Joaquim Luis
I've just tried on Linux with latest poppler git, and GDAL compiles fine. I can see that SplashThinLineMode is an enumeration defined in poppler/splash/SplashTypes.h. Perhaps you should check if that exists in it. Perhaps an installation problem of poppler headers on Windows... ? I can see that

Re: [gdal-dev] with poppler error

2013-06-06 Thread Jeff McKenna
Poppler is one of those libraries during the GDAL build process where I have to make changes to the GDAL source for the build to succeed. I believe I change an include path in /frmts/pdf/pdfobject.h to Splash.h - your error could be related to this. -jeff -- Jeff McKenna MapServer Consulting a

Re: [gdal-dev] with poppler error

2013-06-06 Thread Even Rouault
Le jeudi 06 juin 2013 23:14:35, Joaquim Luis a écrit : > Hi, > > I'm having this error when building with poppler. It used to build > before but for the doubts I rebuild poppler (from the git repo) but the > error persists. > > C:/programs/compa_libs/poppler_GIT\poppler/SplashOutputDev.h(164) : >

[gdal-dev] with poppler error

2013-06-06 Thread Joaquim Luis
Hi, I'm having this error when building with poppler. It used to build before but for the doubts I rebuild poppler (from the git repo) but the error persists. C:/programs/compa_libs/poppler_GIT\poppler/SplashOutputDev.h(164) : error C2061: syntax error : identifier 'SplashThinLineMode' C:/pr