[poppler] Error In poppler lib

Thomas Freitag Thomas.Freitag at kabelmail.de
Sun Oct 23 01:27:04 PDT 2011


Am 22.10.2011 07:58, schrieb Vipin Beniwal:
> Hi ,
>
> I am working on MAC OS-X 10.6 and qt4.7 and i install poppler for displaying a pdf file in my application but when i execute following  statement in
>   my application
>
>   QImage image = doc->page(1)->renderToImage();
>
> I jump to
>
>
> if (gfxFont->getName()) {
>          dfp = globalParams->getDisplayFont(gfxFont);
>        }
>
> and got and exception with following Error message:
>
>
>
> dyld: lazy symbol binding failed: Symbol not found: _FcPatternBuild
>    Referenced from: /usr/local/lib/libpoppler.18.dylib
>    Expected in: flat namespace
You have to install the fontconfig library as dynamic library 
(FcPatternBuild is a symbol from fontconfig)- Fontconfig is not part of 
poppler but is used an unix systems to get the installed fonts.

Thomas
>
> dyld: Symbol not found: _FcPatternBuild
>    Referenced from: /usr/local/lib/libpoppler.18.dylib
>    Expected in: flat namespace
>
>
>
> Please tell me where I am work Please reply ..............
>
>
> Thanks
>
> Vipin kumar beniwal
> _______________________________________________
> poppler mailing list
> poppler at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/poppler
>
> .
>




More information about the poppler mailing list