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

Matt McCormick matt.mccormick at kitware.com
Tue Apr 2 09:35:52 EDT 2013


Hi Arnaud,

These are both related to recent additions.

However, there should be no compilation errors.  A fresh CMake
configure and make should do the trick.

HTH,
Matt

On Tue, Apr 2, 2013 at 8:58 AM, Arnaud Gelas <arnaudgelas at gmail.com> wrote:
> 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
> _______________________________________________
> 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


More information about the Insight-developers mailing list