Hi, I've found "--enable-poppler" cofigure option from the git clone. I tried to build it, and gave POPPLER_FLAG value with "-I". but it's not success with poppler-0.16.7. The error messages are like that.
g++ -c -DHAVE_CONFIG_H -I/usr/synth/opt/include -I/usr/synth/opt/include/freetype2 -I/usr/synth/opt/include -Ilame -Ilib/lame -I./ -I/home/synth/build/poppler/poppler-0.16.7 -I/home/synth/build/poppler/poppler-0.16.7/poppler -fPIC -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer -I ./ VectorGraphicOutputDev.cc -o VectorGraphicOutputDev.o VectorGraphicOutputDev.cc: In member function ‘virtual void VectorGraphicOutputDev::drawImageMask(GfxState*, Object*, Stream*, int, int, GBool, GBool)’: VectorGraphicOutputDev.cc:1369: error: no matching function for call to ‘VectorGraphicOutputDev::drawImageMask(GfxState*&, Object*&, Stream*&, int&, int&, GBool&, GBool&)’ /home/synth/build/poppler/poppler-0.16.7/poppler/OutputDev.h:244: note: candidates are: virtual void OutputDev::drawImageMask(GfxState*, Object*, Stream*, int, int, GBool, GBool, GBool) It seems poppler's API has changed by XPDF's one, maybe it's through if I use old version of poppler? So I'd just like to know what's the status of using poppler. Can I use it now? Regards, KJ
