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) : > error C2061: syntax error : identifier 'SplashThinLineMode' > C:/programs/compa_libs/poppler_GIT\poppler/SplashOutputDev.h(164) : > error C2059: syntax error : ')' > C:/programs/compa_libs/poppler_GIT\poppler/SplashOutputDev.h(164) : > error C2143: syntax error : missing ')' before ';' > c1xx : fatal error C1903: unable to recover from previous error(s); > stopping compilation
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 the enumeration is new in poppler 0.23/git w.r.t poppler 0.22. > > Joaquim > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Geospatial professional services http://even.rouault.free.fr/services.html _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
