[Ves] ios 7

Pat Marion james.patrick.marion at gmail.com
Thu Sep 19 21:31:37 EDT 2013


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.

Pat


On Thu, Sep 19, 2013 at 9:24 PM, Chris Vaught <cvaught at cmv-tech.com> wrote:

> 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?
>
> Thanks
> Chris
>
> _______________________________________________
> Ves mailing list
> Ves at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/ves
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ves/attachments/20130919/871eaae7/attachment-0001.html>


More information about the Ves mailing list