[Insight-developers] VS2010 and itkStdAlgorithm

M.Staring at lumc.nl M.Staring at lumc.nl
Thu Apr 25 07:56:40 EDT 2013


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:daviddoria at gmail.com] 
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, <M.Staring at lumc.nl> 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


More information about the Insight-developers mailing list