mekentosj / podofo

PoDoFo is a library to work with the PDF file format. The name comes from the first letter of PDF (Portable Document Format). A few tools to work with PDF files are already included in the PoDoFo package. This repo is a fork of the code at http://svn.code.sf.net/p/podofo/code/podofo/trunk
GNU General Public License v2.0
53 stars 29 forks source link

Required libfontconfig.a #4

Open suniliphone opened 7 years ago

suniliphone commented 7 years ago

Hello All,

Can any one provide me libfontconfig.a file for ios..

Errors: Undefined symbols for architecture armv7: "_XML_SetCharacterDataHandler", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_GetBuffer", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_ParserFree", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_SetDoctypeDeclHandler", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_GetErrorCode", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_SetUserData", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_ErrorString", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_ParserCreate", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_SetElementHandler", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_ParseBuffer", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_GetCurrentLineNumber", referenced from: _FcConfigMessage in libfontconfig_universal.a(fcxml.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)