Comment 2 for bug 1460854

Revision history for this message
Greg (02091970-t) wrote :

Hello Adam !
Thanks for answer !

1) Yes, Poppler and Qt are linked with same version of libjpeg.

2) Poppler is built with following flags:
--prefix="${PREFIX}" \
--libdir="${PREFIX}/lib${LIBDIRSUFFIX}" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir="${PREFIX}/man" \
--disable-silent-rules \
--enable-static \
--enable-shared \
--enable-xpdf-headers \
--enable-libjpeg \
--enable-libopenjpeg \
--enable-libtiff \
--enable-libpng \
--enable-zlib \
--enable-splash-output \
--enable-cairo-output \
--enable-poppler-glib \
--enable-poppler-cpp \
--enable-poppler-qt4 \
--disable-poppler-qt5 \
--enable-introspection=no \
--enable-cms=none \
--enable-utils \
--disable-gtk-doc \
--disable-gtk-doc-pdf \
--disable-gtk-doc-html

3) After reading your post, I build it using only PDF plugin. No problems with PDF, all embedded jpeg images
are shown correctly.

4) When all plugins are built statically, only PDF has an above problem. DjVu and Postscript documents are rendered OK.

With best regards !
Greg.