[ 42%] Built target VTKv6
[ 43%] Creating directories for 'teem'
[ 45%] Performing download step (SVN checkout) for 'teem'
Checked out revision 6208.
[ 47%] No patch step for 'teem'
[ 49%] Performing update step (SVN update) for 'teem'
Updating '.':
At revision 6208.
[ 50%] Performing configure step for 'teem'
loading initial cache file /.../ChestImagingPlatformPrivate-build/teem-prefix/tmp/teem-cache.cmake
CMake Warning (dev) at CMakeLists.txt:451 (EXPORT_LIBRARY_DEPENDENCIES):
Policy CMP0033 is not set: The export_library_dependencies command should
not be called. Run "cmake --help-policy CMP0033" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
CMake Warning (dev):
Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
--help-policy CMP0042" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
MACOSX_RPATH is not specified for the following targets:
teem
This warning is for project developers. Use -Wno-dev to suppress it.
[ 70%] Built target ITKv4
[ 71%] Creating directories for 'SlicerExecutionModel'
[ 73%] Performing download step (git clone) for 'SlicerExecutionModel'
-- Avoiding repeated git clone, stamp file is up to date: '/.../ChestImagingPlatformPrivate-build/SlicerExecutionModel-prefix/src/SlicerExecutionModel-stamp/SlicerExecutionModel-gitclone-lastrun.txt'
[ 75%] No patch step for 'SlicerExecutionModel'
[ 77%] Performing update step for 'SlicerExecutionModel'
[ 78%] Performing configure step for 'SlicerExecutionModel'
loading initial cache file /.../ChestImagingPlatformPrivate-build/SlicerExecutionModel-prefix/tmp/SlicerExecutionModel-cache.cmake
-- Configuring done
-- Generating done
CMake Warning (dev):
Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
--help-policy CMP0042" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
MACOSX_RPATH is not specified for the following targets:
ModuleDescriptionParser
This warning is for project developers. Use -Wno-dev to suppress it.
Linking CXX static library /.../ChestImagingPlatformPrivate-build/lib/libCIPUtilities.a
[ 2%] Built target CIPUtilities
Scanning dependencies of target CIPCommon
[ 2%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipThinPlateSplineSurface.cxx.o
[ 2%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipLobeSurfaceModel.cxx.o
[ 2%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipChestRegionChestTypeLocations.cxx.o
[ 3%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipSphereStencil.cxx.o
[ 3%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipCylinderStencil.cxx.o
[ 3%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipChestDataViewer.cxx.o
[ 4%] Building CXX object Common/CMakeFiles/CIPCommon.dir/itkCIPMergeChestLabelMapsImageFilter.cxx.o
/.../ChestImagingPlatformPrivate/Common/itkCIPMergeChestLabelMapsImageFilter.cxx:1:9: warning: '_itCIPkMergeChestLabelMapsImageFilter_txx' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
/.../ChestImagingPlatformPrivate/Common/itkCIPMergeChestLabelMapsImageFilter.cxx:2:9: note: '_itkCIPMergeChestLabelMapsImageFilter_txx' is defined here; did you mean '_itCIPkMergeChestLabelMapsImageFilter_txx'?
#define _itkCIPMergeChestLabelMapsImageFilter_txx
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_itCIPkMergeChestLabelMapsImageFilter_txx
1 warning generated.
[ 4%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipParticleConnectedComponentFilter.cxx.o
[ 4%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipVesselParticleConnectedComponentFilter.cxx.o
[ 5%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipAirwayParticleConnectedComponentFilter.cxx.o
[ 5%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipFissureParticleConnectedComponentFilter.cxx.o
[ 5%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipLeftLobesThinPlateSplineSurfaceModelToParticlesMetric.cxx.o
[ 6%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipRightLobesThinPlateSplineSurfaceModelToParticlesMetric.cxx.o
Scanning dependencies of target SegmentLungLobes
[ 32%] Building CXX object CommandLineTools/SegmentLungLobes/CMakeFiles/SegmentLungLobes.dir/.../ChestImagingPlatformPrivate-build/SlicerExecutionModel/CMake/SEMCommandLineLibraryWrapper.cxx.o
Linking CXX executable ../../bin/SegmentLungLobes
[ 32%] Built target SegmentLungLobes
Scanning dependencies of target SegmentLungLobesTest
[ 32%] Building CXX object CommandLineTools/SegmentLungLobes/CMakeFiles/SegmentLungLobesTest.dir/Testing/SegmentLungLobesTest.cxx.o
Linking CXX executable ../Testing/bin/SegmentLungLobesTest
[ 32%] Built target SegmentLungLobesTest
Scanning dependencies of target ReadDicomWriteTagsLib
[ 33%] Building CXX object CommandLineTools/ReadDicomWriteTags/CMakeFiles/ReadDicomWriteTagsLib.dir/ReadDicomWriteTags.cxx.o
/.../ChestImagingPlatformPrivate/CommandLineTools/ReadDicomWriteTags/ReadDicomWriteTags.cxx:298:28: warning: comparison of constant 18446744073709551615 with expression of type 'unsigned int' is always true [-Wtautological-constant-out-of-range-compare]
if ( commaLocation != std::string::npos )
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
/.../ChestImagingPlatformPrivate/CommandLineTools/ReadDicomWriteTags/ReadDicomWriteTags.cxx:304:30: warning: comparison of constant 18446744073709551615 with expression of type 'unsigned int' is always true [-Wtautological-constant-out-of-range-compare]
if ( newlineLocation != std::string::npos )
~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
2 warnings generated.
Linking CXX static library ../../bin/libReadDicomWriteTagsLib.a
[ 33%] Built target ReadDicomWriteTagsLib
Scanning dependencies of target ReadDicomWriteTags
[ 33%] Building CXX object CommandLineTools/ReadDicomWriteTags/CMakeFiles/ReadDicomWriteTags.dir/.../ChestImagingPlatformPrivate-build/SlicerExecutionModel/CMake/SEMCommandLineLibraryWrapper.cxx.o
Linking CXX executable ../../bin/ReadDicomWriteTags
[ 33%] Built target ReadDicomWriteTags
Scanning dependencies of target ReadDicomWriteTagsTest
Scanning dependencies of target CropLung
[ 49%] Building CXX object CommandLineTools/CropLung/CMakeFiles/CropLung.dir/.../ChestImagingPlatformPrivate-build/SlicerExecutionModel/CMake/SEMCommandLineLibraryWrapper.cxx.o
Linking CXX executable ../../bin/CropLung
[ 49%] Built target CropLung
Scanning dependencies of target CropLungTest
[ 49%] Building CXX object CommandLineTools/CropLung/CMakeFiles/CropLungTest.dir/Testing/CropLungTest.cxx.o
Linking CXX executable ../Testing/bin/CropLungTest
[ 49%] Built target CropLungTest
Scanning dependencies of target GenerateModelLib
[ 50%] Building CXX object CommandLineTools/GenerateModel/CMakeFiles/GenerateModelLib.dir/GenerateModel.cxx.o
/.../ChestImagingPlatformPrivate/CommandLineTools/GenerateModel/GenerateModel.cxx:131:24: warning: comparison of constant -1 with expression of type 'unsigned short' is always false [-Wtautological-constant-out-of-range-compare]
if ( foregroundLabel == -1 )
~~~~~~~~~~~~~~~ ^ ~~
1 warning generated.
Linking CXX static library ../../bin/libGenerateModelLib.a
[ 50%] Built target GenerateModelLib
Scanning dependencies of target GenerateModel
[ 50%] Building CXX object CommandLineTools/GenerateModel/CMakeFiles/GenerateModel.dir/.../ChestImagingPlatformPrivate-build/SlicerExecutionModel/CMake/SEMCommandLineLibraryWrapper.cxx.o
Linking CXX executable ../../bin/GenerateModel
[ 50%] Built target GenerateModel
Scanning dependencies of target GenerateModelTest