[ITK] [ITK-users] Does ITK 4.6 support C++11 for OSX?

Sean McBride sean at rogue-research.com
Fri Jul 18 16:21:12 EDT 2014


On Fri, 18 Jul 2014 12:39:54 -0700, Jim Choate said:

>Hi, has anyone successfully used ITK 4.6 with a project built in XCode 5
>for C++11?
>
>Right now, we're getting 'Undefined symbols for architecture x86_64' for
>many symbols, such as itk::ProcessObject::MakeOutput when linking.    

Are you building both the ITK libraries and your application with the same exact compiler, same STL library, and same C++ variant?  ex: don't build one with gcc, libstdc++, C++03 and the other with clang, libc++, and C++11.  You have to match them up.

Cheers,

-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada


_____________________________________
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