[ITK] [ITK-users] Future of WrapITK

Bradley Lowekamp blowekamp at mail.nih.gov
Tue Dec 2 11:04:56 EST 2014


Hello,

The complications of OSX's clang 5.0 switching to libc++ from GNU's libstdc++ are complex. If you set CMAKE_OSX_DEPLOYMENT_TARGET < 10.9, then GNU's libstdc++ will still be used and support for tr1 will exists, so the C++11 requirement may be relaxed for some cases.

Currently the SimpleITK's master has a linking issue on Visual Studio when static libraries are created. If you choose to create shared libraries you can get it too link, although the installation of all ITK and SimpleITK shared libraries is more complicated and not automatic.

Brad

On Dec 2, 2014, at 10:56 AM, Paavolainen Lassi <lassi.paavolainen at jyu.fi> wrote:

> So at least we are set for now except the OS X package and library needing C++11.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20141202/6411eabe/attachment-0001.html>
-------------- next part --------------
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list