make -j 6
-- Configuring done
-- Generating done
-- Build files have been written to: /home/b67-belledone/Desktop/PICSL_MALF/built
Scanning dependencies of target jointfusion
Scanning dependencies of target bl
Scanning dependencies of target sa
[ 33%] Building CXX object CMakeFiles/jointfusion.dir/JointFusion/LabelFusion.cxx.o
[ 66%] [100%] Building CXX object CMakeFiles/sa.dir/CorrectiveLearning/segAdapter.cxx.o
Building CXX object CMakeFiles/bl.dir/CorrectiveLearning/BiasLearn.cxx.o
In file included from /home/b67-belledone/Desktop/PICSL_MALF/JointFusion/LabelFusion.cxx:6:0:
/home/b67-belledone/Desktop/PICSL_MALF/JointFusion/WeightedVotingLabelFusionImageFilter.txx: In instantiation of ‘void WeightedVotingLabelFusionImageFilter<TInputImage, TOutputImage>::UpdateInputs() [with TInputImage = itk::Image<float, 2u>; TOutputImage = itk::Image<float, 2u>]’:
/home/b67-belledone/Desktop/PICSL_MALF/JointFusion/WeightedVotingLabelFusionImageFilter.h:49:38:   required from ‘void WeightedVotingLabelFusionImageFilter<TInputImage, TOutputImage>::SetTargetImage(WeightedVotingLabelFusionImageFilter<TInputImage, TOutputImage>::InputImageList) [with TInputImage = itk::Image<float, 2u>; TOutputImage = itk::Image<float, 2u>; WeightedVotingLabelFusionImageFilter<TInputImage, TOutputImage>::InputImageList = std::vector<itk::SmartPointer<itk::Image<float, 2u> >, std::allocator<itk::SmartPointer<itk::Image<float, 2u> > > >; typename TInputImage::Pointer = itk::SmartPointer<itk::Image<float, 2u> >]’
/home/b67-belledone/Desktop/PICSL_MALF/JointFusion/LabelFusion.cxx:320:3:   required from ‘int lfapp(int, char**) [with unsigned int VDim = 2u]’
/home/b67-belledone/Desktop/PICSL_MALF/JointFusion/LabelFusion.cxx:469:31:   required from here
/home/b67-belledone/Desktop/PICSL_MALF/JointFusion/WeightedVotingLabelFusionImageFilter.txx:50:3: warning: ‘void itk::ProcessObject::SetNumberOfInputs(itk::ProcessObject::DataObjectPointerArraySizeType)’ is deprecated (declared at /usr/local/include/ITK-4.10/itkProcessObject.h:673) [-Wdeprecated-declarations]
   this->SetNumberOfInputs(m_Target.size() + 1 + (m_Target.size()+2) * m_Atlases.size() + m_Exclusions.size());
   ^
/home/b67-belledone/Desktop/PICSL_MALF/JointFusion/WeightedVotingLabelFusionImageFilter.txx: In instantiation of ‘void WeightedVotingLabelFusionImageFilter<TInputImage, TOutputImage>::UpdateInputs() [with TInputImage = itk::Image<float, 3u>; TOutputImage = itk::Image<float, 3u>]’:
/home/b67-belledone/Desktop/PICSL_MALF/JointFusion/WeightedVotingLabelFusionImageFilter.h:49:38:   required from ‘void WeightedVotingLabelFusionImageFilter<TInputImage, TOutputImage>::SetTargetImage(WeightedVotingLabelFusionImageFilter<TInputImage, TOutputImage>::InputImageList) [with TInputImage = itk::Image<float, 3u>; TOutputImage = itk::Image<float, 3u>; WeightedVotingLabelFusionImageFilter<TInputImage, TOutputImage>::InputImageList = std::vector<itk::SmartPointer<itk::Image<float, 3u> >, std::allocator<itk::SmartPointer<itk::Image<float, 3u> > > >; typename TInputImage::Pointer = itk::SmartPointer<itk::Image<float, 3u> >]’
/home/b67-belledone/Desktop/PICSL_MALF/JointFusion/LabelFusion.cxx:320:3:   required from ‘int lfapp(int, char**) [with unsigned int VDim = 3u]’
/home/b67-belledone/Desktop/PICSL_MALF/JointFusion/LabelFusion.cxx:471:31:   required from here
/home/b67-belledone/Desktop/PICSL_MALF/JointFusion/WeightedVotingLabelFusionImageFilter.txx:50:3: warning: ‘void itk::ProcessObject::SetNumberOfInputs(itk::ProcessObject::DataObjectPointerArraySizeType)’ is deprecated (declared at /usr/local/include/ITK-4.10/itkProcessObject.h:673) [-Wdeprecated-declarations]
Linking CXX executable sa
/usr/bin/ld: cannot find -lITKNumerics
/usr/bin/ld: cannot find -lITKIO
collect2: error: ld returned 1 exit status
make[2]: *** [sa] Error 1
make[1]: *** [CMakeFiles/sa.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX executable bl
/usr/bin/ld: cannot find -lITKNumerics
/usr/bin/ld: cannot find -lITKIO
collect2: error: ld returned 1 exit status
make[2]: *** [bl] Error 1
make[1]: *** [CMakeFiles/bl.dir/all] Error 2
Linking CXX executable jointfusion
/usr/bin/ld: cannot find -lITKNumerics
/usr/bin/ld: cannot find -lITKIO
collect2: error: ld returned 1 exit status
make[2]: *** [jointfusion] Error 1
make[1]: *** [CMakeFiles/jointfusion.dir/all] Error 2
make: *** [all] Error 2