Hi all, I am try to cross-compile PODOFO for iOS Platform. After some pain (and blood) I make an armv6+armv7+x86_64 fat library of this:
1) libjpeg 2) fontconfig 3) freetype2 4) libxml2 5) zlib 6) bzip2 After I modify cmake/modules/ to find previous library. But now I have this error: [ 57%] Built target podofo_static [ 57%] Building CXX object test/ContentParser/CMakeFiles/ContentParser.dir/main.cpp.o Linking CXX executable ContentParser Undefined symbols for architecture x86_64: "_XML_GetCurrentLineNumber", referenced from: _FcConfigMessage in libfontconfig.a(fcxml.o) "_XML_ParserCreate", referenced from: _FcConfigParseAndLoad in libfontconfig.a(fcxml.o) "_XML_SetUserData", referenced from: _FcConfigParseAndLoad in libfontconfig.a(fcxml.o) "_XML_SetDoctypeDeclHandler", referenced from: _FcConfigParseAndLoad in libfontconfig.a(fcxml.o) "_XML_SetElementHandler", referenced from: _FcConfigParseAndLoad in libfontconfig.a(fcxml.o) "_XML_SetCharacterDataHandler", referenced from: _FcConfigParseAndLoad in libfontconfig.a(fcxml.o) "_XML_GetBuffer", referenced from: _FcConfigParseAndLoad in libfontconfig.a(fcxml.o) "_XML_ParseBuffer", referenced from: _FcConfigParseAndLoad in libfontconfig.a(fcxml.o) "_XML_GetErrorCode", referenced from: _FcConfigParseAndLoad in libfontconfig.a(fcxml.o) "_XML_ErrorString", referenced from: _FcConfigParseAndLoad in libfontconfig.a(fcxml.o) "_XML_ParserFree", referenced from: _FcConfigParseAndLoad in libfontconfig.a(fcxml.o) ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status Could you help me? -- GL ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
