Hi there, so after all the recent fixes (thanks!), what is the preferred SDK on Mavericks?
The reason I ask, is the Boost.cmake specifies gnu stdc++ https://github.com/MITK/MITK/blob/master/CMakeExternals/Boost.cmake#L69 But, I if I download MITK master, and compile out of the box, with default options, Mavericks will default to clang. The default superbuild compiles and mitkWorkbench runs successfully (from the build folder, and from the install folder) using clang. Then, if you turn on the boost build, for example by using some of the DiffusionImaging stuff, boost will need compiling in the superbuild, which will then start compiling gnu c++, so you will end up with a mixture. Is that a problem? I dont actually know. I suspect that one should use a consistent set of C++ libraries. is that right? The basic problem is that boost 1.55 does not compile on clang, unless you specify libc++. Thanks Matt
------------------------------------------------------------------------------
_______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
