[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
More information about the Insight-users
mailing list