Hi, I spent some time compiling mitk with vs2013 some months ago. It had some problems but they were fixed (with a little of my contribution :)) in 2014.03 release (with the correct external libraries versions that are used in super build). By default vs2013 uses the c++11 features and it compiles fine now. I also managed to successfully build mitk with gcc with std=c++11 flag in ubuntu and it worked out well. Normally I don't work in Linux, but if you have any problems with the build - I might remember how to fix it.
Cheers, Rostislav. > On 2 Aug 2014, at 16:47, "Kilgus, Thomas" <[email protected]> wrote: > > 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 ------------------------------------------------------------------------------ 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
