<div dir="ltr">I pushed this to the next branch along with some toolchain updates.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Sep 25, 2013 at 3:21 PM, Casey Goodlett <span dir="ltr"><<a href="mailto:casey.goodlett@kitware.com" target="_blank">casey.goodlett@kitware.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks Asad.  I will check the patch and try to get it integrated tonight.</div><div class="HOEnZb"><div class="h5">

<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Sep 25, 2013 at 3:12 PM, Asad Ullah Naweed <span dir="ltr"><<a href="mailto:asad@cs.unc.edu" target="_blank">asad@cs.unc.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Here's the resulting patch. Sorry for the previous email without the attachment.</div><div class="gmail_extra">


<div><div><br><br><div class="gmail_quote">On Wed, Sep 25, 2013 at 3:04 PM, Asad Ullah Naweed <span dir="ltr"><<a href="mailto:asad@cs.unc.edu" target="_blank">asad@cs.unc.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Here's the resulting patch:<div><br></div><div>0001-Added-missing-libxml2.dylib-reference-to-KiwiSimple.patch</div>



<div><br></div><div><br></div></div><div class="gmail_extra"><div><div><br><br><div class="gmail_quote">
On Wed, Sep 25, 2013 at 2:16 PM, Casey Goodlett <span dir="ltr"><<a href="mailto:casey.goodlett@kitware.com" target="_blank">casey.goodlett@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">Asad,<div><br></div><div>There is information here on the VES wiki page <a href="http://www.vtk.org/Wiki/VES/Git" target="_blank">http://www.vtk.org/Wiki/VES/Git</a> on how the git workflow is intended to work</div>




<div><br>

</div><div>As a simple first step, if you have committed your change on your local branch you could use "git format-patch HEAD^" and email the resulting patch to the list.</div><div><br></div><div>Thanks!</div>





</div><div><div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Sep 25, 2013 at 2:04 PM, Asad Ullah Naweed <span dir="ltr"><<a href="mailto:asad@cs.unc.edu" target="_blank">asad@cs.unc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div dir="ltr">That did the trick. How exactly do I go about submitting a patch back to VES?<div><br></div><div>-Asad</div><div><br></div></div><div class="gmail_extra"><div><div><br><br><div class="gmail_quote">

On Wed, Sep 25, 2013 at 1:49 PM, Casey Goodlett <span dir="ltr"><<a href="mailto:casey.goodlett@kitware.com" target="_blank">casey.goodlett@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I think the kiwisimple xcode project file is missing a reference to libxml2.dylib.  Try adding that to the project.<div>







<br></div><div>If possible could you submit a patch with the change back to VES?<div><br>


</div><div>Thank you</div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div>On Wed, Sep 25, 2013 at 1:46 PM, Asad Ullah Naweed <span dir="ltr"><<a href="mailto:asad@cs.unc.edu" target="_blank">asad@cs.unc.edu</a>></span> wrote:<br>










</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr">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:<div>











<br></div><div>







<p>Undefined symbols for architecture armv7:</p>
<p>  "_xmlTextReaderSetErrorHandler", referenced from:</p>
<p>      _xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)</p>
<p>  "_xmlTextReaderMoveToFirstAttribute", referenced from:</p>
<p>      _xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)</p>
<p>  "_xmlTextReaderMoveToNextAttribute", referenced from:</p>
<p>      _xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)</p>
<p>  "_xmlTextReaderNodeType", referenced from:</p>
<p>      _xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)</p>
<p>  "_xmlTextReaderIsEmptyElement", referenced from:</p>
<p>      _xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)</p>
<p>  "_xmlTextReaderConstValue", referenced from:</p>
<p>      _xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)</p>
<p>  "_xmlTextReaderRead", referenced from:</p>
<p>      _xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)</p>
<p>  "_xmlReaderForIO", referenced from:</p>
<p>      _xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)</p>
<p>  "_xmlFreeTextReader", referenced from:</p>
<p>      _xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)</p>
<p>  "_xmlTextReaderConstLocalName", referenced from:</p>
<p>      _xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)</p>
<p>  "_xmlCleanupParser", referenced from:</p>
<p>      _xml2_read_toc in kiwi(archive_read_support_format_xar.c.o)</p>
<p>ld: symbol(s) not found for architecture armv7</p>
<p>clang: error: linker command failed with exit code 1 (use -v to see invocation)</p><div><br></div><div>Is anyone else facing this issue?</div><div><br></div><div>Thanks,</div><span><font color="#888888"><div>
<br></div>-- <br><br><br>-Asad<br>

</font></span></div></div>
<br></div></div>_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com" target="_blank">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
<br></blockquote></div><span><font color="#888888"><br><br clear="all"><div><br></div>-- <br>Casey B. Goodlett, Ph.D.<br>R&D Engineer<br>Kitware, Inc. - North Carolina Office<br><a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>









<a href="tel:%28919%29%20969-6990%20x310" value="+19199696990" target="_blank">(919) 969-6990 x310</a>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><br><br>-Asad<br>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Casey B. Goodlett, Ph.D.<br>R&D Engineer<br>Kitware, Inc. - North Carolina Office<br><a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>




<a href="tel:%28919%29%20969-6990%20x310" value="+19199696990" target="_blank">(919) 969-6990 x310</a>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><br><br>-Asad<br>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><br><br>-Asad<br>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Casey B. Goodlett, Ph.D.<br>R&D Engineer<br>Kitware, Inc. - North Carolina Office<br><a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>

<a href="tel:%28919%29%20969-6990%20x310" value="+19199696990" target="_blank">(919) 969-6990 x310</a>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Casey B. Goodlett, Ph.D.<br>R&D Engineer<br>Kitware, Inc. - North Carolina Office<br><a href="http://www.kitware.com">http://www.kitware.com</a><br>

(919) 969-6990 x310
</div>