[Ves] New KiwiSimple build error
Asad Ullah Naweed
asad at cs.unc.edu
Wed Sep 25 13:46:35 EDT 2013
So I did a fresh clone and make of VES and Kiwi from scratch. I used the
next branch, and enabled VES_USE_CURL and VES_USE_LIBARCHIVE so KiwiViewer
would work. And it did. But now KiwiSimple wont build. A lot of undefined
symbols are showing up, most of them related to what Im guessing is xml
parsing. The linker errors are shown below:
Undefined symbols for architecture armv7:
"_xmlTextReaderSetErrorHandler", referenced from:
_xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)
"_xmlTextReaderMoveToFirstAttribute", referenced from:
_xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)
"_xmlTextReaderMoveToNextAttribute", referenced from:
_xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)
"_xmlTextReaderNodeType", referenced from:
_xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)
"_xmlTextReaderIsEmptyElement", referenced from:
_xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)
"_xmlTextReaderConstValue", referenced from:
_xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)
"_xmlTextReaderRead", referenced from:
_xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)
"_xmlReaderForIO", referenced from:
_xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)
"_xmlFreeTextReader", referenced from:
_xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)
"_xmlTextReaderConstLocalName", referenced from:
_xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)
"_xmlCleanupParser", referenced from:
_xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
Is anyone else facing this issue?
Thanks,
--
-Asad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ves/attachments/20130925/a3bb5765/attachment.html>
More information about the Ves
mailing list