Hi, in 0.5.3 (at least) libpoppler isn't linked against libfontconfig although it uses FcInit() and other functions. This breaks applications that use libpoppler but don't link against libfontconfig themself. The easy fix would be the addition of $(CAIRO_LIBS) to libpoppler_la_LIBADD in poppler/Makefile.am. I would recommend adding -Wl,--no-undefined to LDFLAGS to prevent such problems in the future or make them at least easier discoverable. Bye
Thanks, should be fixed in CVS.
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.