<div dir="ltr">You could tell Xcode to not use c++11.  In c++11, <tr1/memory> is removed.  To use c++11, which would be nice, you'll need to patch VES.  It's a simple patch, but it touches a lot of files.  Just grep and replace std::tr1 with std, and replace tr1/memory with memory.  It would be nice if there was just a switch in one place that could allow VES to support both modes.<br>




<br>Pat<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 19, 2013 at 9:24 PM, Chris Vaught <span dir="ltr"><<a href="mailto:cvaught@cmv-tech.com" target="_blank">cvaught@cmv-tech.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 have been using KiwiViewer within my app for quite some time without issue.  I just finished upgrading to Xcode to 5.0 and changed my app to target ios 7.  I now am receiving an error of 'tr/memory' file not found.  Does anyone know how to fix this error?<div>





<br></div><div>Thanks</div><span><font color="#888888"><div>Chris
</div></font></span></div>
<br>_______________________________________________<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><br></div></div>