-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/X11R6/lib/libX11.dylib
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Check the value of the 22nd bit of a 32-bit quiet-NaN
-- Check the value of the 22nd bit of a 32-bit quiet-NaN - 1
-- Found ZLIB: /.../ChestImagingPlatform-release-build/zlib-install/lib/libzlib.a (found version "1.2.3")
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.
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Setting build type to 'Debug' as none was specified.
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- 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:
ModuleDescriptionParser
This warning is for project developers. Use -Wno-dev to suppress it.
Linking CXX static library /.../ChestImagingPlatform-release-build/lib/libCIPUtilities.a
[ 3%] Built target CIPUtilities
Scanning dependencies of target CIPCommon
[ 3%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipThinPlateSplineSurface.cxx.o
[ 3%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipLobeSurfaceModel.cxx.o
[ 4%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipChestRegionChestTypeLocations.cxx.o
[ 4%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipSphereStencil.cxx.o
[ 4%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipCylinderStencil.cxx.o
[ 5%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipChestDataViewer.cxx.o
[ 5%] Building CXX object Common/CMakeFiles/CIPCommon.dir/itkCIPMergeChestLabelMapsImageFilter.cxx.o
/.../ChestImagingPlatform-release/Common/itkCIPMergeChestLabelMapsImageFilter.cxx:1:9: warning: '_itCIPkMergeChestLabelMapsImageFilter_txx' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
/.../ChestImagingPlatform-release/Common/itkCIPMergeChestLabelMapsImageFilter.cxx:2:9: note: '_itkCIPMergeChestLabelMapsImageFilter_txx' is defined here; did you mean '_itCIPkMergeChestLabelMapsImageFilter_txx'?
#define _itkCIPMergeChestLabelMapsImageFilter_txx
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_itCIPkMergeChestLabelMapsImageFilter_txx
1 warning generated.
[ 5%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipParticleConnectedComponentFilter.cxx.o
[ 6%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipVesselParticleConnectedComponentFilter.cxx.o
[ 6%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipAirwayParticleConnectedComponentFilter.cxx.o
[ 6%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipFissureParticleConnectedComponentFilter.cxx.o
[ 7%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipLeftLobesThinPlateSplineSurfaceModelToParticlesMetric.cxx.o
[ 7%] Building CXX object Common/CMakeFiles/CIPCommon.dir/cipRightLobesThinPlateSplineSurfaceModelToParticlesMetric.cxx.o
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
[ 32%] Generating ReadDicomWriteTagsCLP.h
GenerateCLP --InputXML /.../ChestImagingPlatform-release/CommandLineTools/ReadDicomWriteTags/ReadDicomWriteTags.xml --OutputCxx /.../ChestImagingPlatform-release-build/CIP-build/CommandLineTools/ReadDicomWriteTags/ReadDicomWriteTagsCLP.h
GenerateCLP: Found 1 parameters groups
GenerateCLP: Group "IO" has 4 parameters
Scanning dependencies of target ReadDicomWriteTagsLib
[ 33%] Building CXX object CommandLineTools/ReadDicomWriteTags/CMakeFiles/ReadDicomWriteTagsLib.dir/ReadDicomWriteTags.cxx.o
/.../ChestImagingPlatform-release/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 )
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
/.../ChestImagingPlatform-release/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/.../ChestImagingPlatform-release-build/SlicerExecutionModel/CMake/SEMCommandLineLibraryWrapper.cxx.o
Linking CXX executable ../../bin/ReadDicomWriteTags
[ 33%] Built target ReadDicomWriteTags
Scanning dependencies of target ReadDicomWriteTagsTest