Comment 5 for bug 499592

Revision history for this message
Steven Sproat (sproaty) wrote :

Hi,

I'm also interested in somehow getting this to work for Windows. I'm close - I've managed to get as far as compiling, finding GTK, and ATK, but am stuck on "finding" poppler.

After running export PKG_CONFIG_PATH="/mingw/lib/pkgconfig:/c//Python26/Lib/pkgconfig/:/c/GTK2-Runtime/lib/pkgconfig"

I haven't actually *installed* Poppler in any way, but have the following DLLs that I downloaded from the KDE Windows page:

libpoppler-glib-4.dll
libpoppler-5.dll
libgcc_s_dw2-1.dll

now, I'm wondering how to link PKG_CONFIG to these (or if it even supports DLLs)

checking for python... /usr/local/bin/python
checking for python version... 2.6
checking for python platform... win32
checking for python script directory... ${prefix}\Lib\site-packages
checking for python extension module directory... ${exec_prefix}\Lib\site-packaes
checking for headers required to compile python extensions... found
checking for pkg-config... /C/GTK2-R~1/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PYPOPPLER... configure: error: Package requirements ( pygtk-2.0 >= 2.10.0,
                         atk >= 1.6.0,
                         poppler-glib >= 0.12
                         ) were not met:

No package 'poppler-glib' found

Any ideas, Bernhard? Have you made any progress ?