Hi guys, I think c++11 is not officially supported yet, because the other toolkits we use (ITK, VTK, CTK, etc.) do not support it, yet.
Regards, Thomas ________________________________________ Von: Miklos Espak [[email protected]] Gesendet: Freitag, 1. August 2014 22:56 An: Félix C. Morency Cc: [email protected] Betreff: Re: [mitk-users] C++11 I have not tried it yet, but my naive guess is to add "-std=c++11" and maybe also "-stdlib=libstdc++" to a CMake variable called ...CXX_FLAGS. If you are using clang, the lib might be libc++ instead of libstdc++. Last time when I tried, libc++ was not supported yet, though. Hope this helps, Miklos On 1 August 2014 21:30, Félix C. Morency <[email protected]<mailto:[email protected]>> wrote: Hi list, What are the instruction to build MITK 2014.03 with C++11 support? Thanks, -- Félix C. Morency, M.Sc. Plateforme d’analyse et de visualisation d’images Centre Hospitalier Universitaire de Sherbrooke Centre de recherche clinique Étienne-Le Bel Local Z5-3031 | 819.346.1110 ext 16634 ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ mitk-users mailing list [email protected]<mailto:[email protected]> https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
