Hi David, I am not building a program (yet), this is plain ITK. I switched a few cmake options, but I would expect it to build. Am I missing some ITK_DONOTUSEC++11 option?
Marius -----Original Message----- From: David Doria [mailto:[email protected]] Sent: donderdag 25 april 2013 13:53 To: Staring, M. (LKEB) Cc: Insight Developers Subject: Re: [Insight-developers] VS2010 and itkStdAlgorithm On Thu, Apr 25, 2013 at 7:24 AM, <[email protected]> wrote: > > Hi developers, > > > > My VS2010 cannot build the latest ITK git due to the changes wrt > itkStdAlgorithm. > > > > VS details: > > Microsoft Visual Studio 2010 > > Version 10.0.40219.1 SP1Rel > > Microsoft .NET Framework > > Version 4.0.30319 SP1Rel > > > > I used the latest CMake 2.8.10.2. > > > > The build errors can be found at the experimental build: > > http://open.cdash.org/viewBuildError.php?buildid=2886200 > > > > I made sure I started from a clean binary directory, with a fresh cmake, etc. > > > > Regards, Marius > > > > > > Marius Staring, PhD Marius, It looks like you need to build your program with c++11 enabled, or rebuild ITK without c++11 and build your program against that ITK build. David _______________________________________________ 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://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://www.itk.org/mailman/listinfo/insight-developers
