<div dir="ltr">Hey William,<div><br></div><div>It looks like libcurl isn't set up for 64-bit in VES. If you disable it with the option VES_USE_CURL=OFF everything should build.</div><div><br></div><div>Tim</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 12, 2015 at 10:25 AM, Guillaume du Roy <span dir="ltr"><<a href="mailto:guillaume.du.roy@gmail.com" target="_blank">guillaume.du.roy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I can successfully compile VES for IOS but i would like to add the arm64 architecture. How would i do that ?<br>
<br>
I’ve tried adding arm64 in toolchain-ios-device.cmake, as such :<br>
<br>
set(CMAKE_OSX_ARCHITECTURES "armv7;armv7s;arm64”)<br>
<br>
but no success as the terminal gives me an error concerning different type definitions:<br>
<br>
CHECK_TYPE_SIZE found different results, consider setting  CMAKE_OSX_ARCHITECTURES or CMAKE_TRY_COMPILE_OSX_ARCHITECTURES to one or no  architecture<br>
<br>
Thanks,<br>
<br>
William<br>
_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/mailman/listinfo/ves" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/ves</a><br>
</blockquote></div><br></div>