Tor Lillqvist wrote:
Yes, that's exactly what was happening. I rebuilt pango from source and it works correctly now.Your problem seems to be that you have a libpangocairo DLL that is built with the fontconfig(+freetype)-based pango backend (i.e. a libpangocairo as typically used on X11), while your libcairo DLL does not have the freetype font backend (but presumably just the win32 one, which is all that gtk+ and pango normally need on Windows). Some serious confusion is going on... --tml