./configure --disable-static --disable-cairo-output --enable-xpdf-headers --disable-poppler-qt --enable-poppler-qt4 --disable-splash-output --disable-gdk --disable-poppler-glib then make poppler-page.cc: In static member function ‘static Poppler::Link* Poppler::PageData::convertLinkActionToLink(LinkAction*, Poppler::DocumentData*, const QRectF&)’: poppler-page.cc:79: warning: enumeration value ‘actionRendition’ not handled in switch poppler-page.cc: In member function ‘QImage Poppler::Page::renderToImage(double, double, int, int, int, int, Poppler::Page::Rotation) const’: poppler-page.cc:201: warning: unused variable ‘rotation’ poppler-page.cc: In member function ‘QImage Poppler::Page::thumbnail() const’: poppler-page.cc:293: error: ‘Format_RGB888’ is not a member of ‘QImage’ This error is on Ubuntu 8.04 with version poppler 0.12.3 On ubuntu 8.10, this error doesn't appers, and it works. On ubuntu 8.04 and with version 0.10.7 and below it works.
Right, we need Qt 4.4, the configure will be fixed to detect this issue on next release.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.