[Insight-developers] compilation and linking errors after recent changes

Arnaud Gelas arnaudgelas at gmail.com
Tue Apr 2 04:58:29 EDT 2013


Hi all,

After pulling the last changes this morning, my project does not compile 
anymore (linux machine with gcc 4.6.3).

I get the following compilation error:

In file included from 
/home/ajg23/DEVEL/ITK/Modules/IO/Mesh/include/itkMeshIOBase.h:34:0,
                from 
/home/ajg23/DEVEL/ITK/Modules/IO/Mesh/include/itkMeshFileReader.h:24,
                from /home/ajg23/DEVEL/Crisalix/test/MeshReaderTest.cxx:4:
/home/ajg23/DEVEL/ITK/Modules/Core/Common/include/itkNumberToString.h:21:31: 
fatal error: double-conversion.h: No such file or directory
compilation terminated.

and the following linking error:

BSplineCurveApproximation.cxx.o: In function 
`itk::ImageSource<itk::Image<itk::Vector<double, 3u>, 1u> 
 >::GetGlobalDefaultSplitter()':
/home/ajg23/DEVEL/ITK/Modules/Core/Common/include/itkImageSource.h:320: 
undefined reference to `itk::ImageSourceCommon::GetGlobalDefaultSplitter()'

Any idea how to fix that?

Thanks in advance!

Best,
Arnaud


More information about the Insight-developers mailing list