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
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

.



_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to