-- The C compiler identification is MSVC 15.0.30729.1
-- The CXX compiler identification is MSVC 15.0.30729.1
-- Check for working C compiler using: Visual Studio 9 2008 Win64
-- Check for working C compiler using: Visual Studio 9 2008 Win64 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 9 2008 Win64
-- Check for working CXX compiler using: Visual Studio 9 2008 Win64 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
----------- ENTRY ------------
Configuring Superbuild...
-- Found Git: C:/Users/Administrator/AppData/Local/GitHub/PortableGit_6d98349f44ba975cf6c762a720f8259a267ea445/bin/git.exe (found version "1.9.4.msysgit.0")
-- SuperBuild - First pass
-- SuperBuild - First pass - done
-- SuperBuild - CIP => Requires CIPPython[INCLUDED], SlicerExecutionModel, ITKv4, VTKv6, Boost[INCLUDED], teem, OpenCV, LibXml2,
-- SuperBuild - SlicerExecutionModel => Requires ITKv4,
-- SuperBuild - ITKv4 => Requires zlib,
CMake Warning (dev) at CMake/ExternalProjectDependency.cmake:338 (if):
Policy CMP0054 is not set: Only interpret if() arguments as variables or
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Quoted variables like "SB_SECOND_PASS" will no longer be dereferenced when
the policy is set to NEW. Since the policy is not set the OLD behavior
will be used.
Call Stack (most recent call first):
CMake/ExternalProjectDependency.cmake:589 (ExternalProject_Message)
SuperBuild/External_zlib.cmake:8 (ExternalProject_Include_Dependencies)
CMake/ExternalProjectDependency.cmake:561 (include)
SuperBuild/External_ITKv4.cmake:11 (ExternalProject_Include_Dependencies)
CMake/ExternalProjectDependency.cmake:561 (include)
SuperBuild/External_SlicerExecutionModel.cmake:8 (ExternalProject_Include_Dependencies)
CMake/ExternalProjectDependency.cmake:561 (include)
CMake/ExternalProjectDependency.cmake:607 (ExternalProject_Include_Dependencies)
SuperBuild.cmake:451 (ExternalProject_Include_Dependencies)
CMakeLists.txt:31 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- SuperBuild - zlib[OK]
-- SuperBuild - ZLIB_INCLUDE_DIR:C:/Projects/CIP-build/CIP-build/zlib-install/include
-- SuperBuild - ZLIB_LIBRARY:C:/Projects/CIP-build/CIP-build/zlib-install/lib/zlib.lib
-- SuperBuild - ZLIB_ROOT:C:/Projects/CIP-build/CIP-build/zlib-install
-- SuperBuild - ITKv4[OK]
-- SuperBuild - SlicerExecutionModel[OK]
-- SuperBuild - VTKv6 => Requires zlib[INCLUDED],
-- SuperBuild - VTKv6[OK]
-- SuperBuild - PNG_INCLUDE_DIR:C:/Projects/CIP-build/CIP-build/VTKv6/Utilities/vtkpng
-- SuperBuild - PNG_LIBRARY:C:/Projects/CIP-build/CIP-build/VTKv6-build/bin/$(OutDir)/vtkpng.lib
-- SuperBuild - teem => Requires zlib[INCLUDED], VTKv6[INCLUDED],
-- SuperBuild - teem[OK]
-- SuperBuild - OpenCV[OK]
-- SuperBuild - LibXml2[OK]
-- SuperBuild - LIBXML2_INCLUDE_DIR:C:/Projects/CIP-build/CIP-build/LibXml2-install/include/libxml2
-- SuperBuild - LIBXML2_LIBRARIES:C:/Projects/CIP-build/CIP-build/LibXml2-install/lib/libxml2.lib
-- SuperBuild - LIBXML2_ROOT:C:/Projects/CIP-build/CIP-build/LibXml2-install
-- SuperBuild - CIP[OK]
CMake Warning (dev) at C:/Program Files (x86)/CMake/share/cmake-3.1/Modules/ExternalProject.cmake:919 (if):
Policy CMP0054 is not set: Only interpret if() arguments as variables or
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Quoted variables like "ZLIB_INCLUDE_DIR" will no longer be dereferenced
when the policy is set to NEW. Since the policy is not set the OLD
behavior will be used.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake/share/cmake-3.1/Modules/ExternalProject.cmake:1764 (_ep_write_initial_cache)
C:/Program Files (x86)/CMake/share/cmake-3.1/Modules/ExternalProject.cmake:1997 (_ep_add_configure_command)
SuperBuild.cmake:457 (ExternalProject_Add)
CMakeLists.txt:31 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
----------- DONE ------------
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Projects/CIP-build/CIP-build
1>1>..\zlib\gzio.c(131) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>1>..\zlib\gzio.c(181) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
1>1>..\zlib\gzio.c(226) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
1>1>..\zlib\gzio.c(627) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
1>1>..\zlib\gzio.c(1001) : warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(126) : see declaration of 'strerror'
1>1>..\zlib\gzio.c(1008) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>1>..\zlib\gzio.c(1009) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>1>..\zlib\gzio.c(1010) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>1>deflate.c
1>1>crc32.c
1>1>compress.c
1>1>Generating Code...
1>1>Creating library...
1>1>Build log was saved at "file://c:\Projects\CIP-build\zlib-build\zlib.dir\Release\BuildLog.htm"
1>1>zlib - 0 error(s), 8 warning(s)
1>========== Build: 1 succeeded, 0 failed, 2 up-to-date, 0 skipped ==========
1>Performing install step for 'zlib'
1>Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1.
2>tss_dll.cpp
2>compile-c-c++ bin.v2\libs\thread\build\msvc-9.0\release\link-static\threading-multi\win32\tss_pe.obj
2>tss_pe.cpp
3>-- Checking for apropriate format for 64 bit long: found "ll"
3>-- checking IF converting from long double to integers is accurate... yes
3>-- Checking IF converting from long double to integers works... yes
3>-- checking IF accurately converting from integers to long double... yes
2>compile-c-c++ bin.v2\libs\thread\build\msvc-9.0\release\link-static\threading-multi\future.obj
2>future.cpp
2>msvc.archive bin.v2\libs\thread\build\msvc-9.0\release\link-static\threading-multi\libboost_thread-vc90-mt-1_54.lib
2>tss_dll.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
2>common.copy C:\Projects\CIP-build\Boost-install\lib\libboost_thread-vc90-mt-1_54.lib
2>bin.v2\libs\thread\build\msvc-9.0\release\link-static\threading-multi\libboost_thread-vc90-mt-1_54.lib
2> 1 file(s) copied.
2>...updated 10682 targets...
2>Performing build step for 'Boost'
2>Usage
2> cmake [options] <path-to-source>
2> cmake [options] <path-to-existing-build>
2>Specify a source directory to (re-)generate a build system for it in the
2>current working directory. Specify an existing build directory to
3>92>..\..\..\VTKv6\Rendering\VolumeOpenGL\vtkOpenGLGPUVolumeRayCastMapper.cxx(2211) : warning C4189: 'gl_version' : local variable is initialized but not referenced
4>43>Generating Code...
5>-- Looking for fcntl.h - found
5>-- Looking for io.h
4>67>itkFEMLoadNoisyLandmark.cxx
4>43>Compiling...
4>43>gdcmJPEG2000Codec.cxx
5>-- Looking for io.h - found
5>-- Looking for jbg_newlen
4>67>itkFEMLoadLandmark.cxx
4>43>Creating library...
4>43>gdcmDumper.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
4>43>gdcmIconImage.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
4>43>gdcmWaveform.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
4>43>gdcmFiducials.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
4>43>gdcmEncapsulatedDocument.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
4>43>gdcmSpectroscopy.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
4>43>gdcmDICOMDIR.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
4>43>gdcmAnonymizeEvent.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
4>43>Build log was saved at "file://c:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\GDCM\src\gdcm\Source\MediaStorageAndFileFormat\gdcmMSFF.dir\Release\BuildLog.htm"
4>43>gdcmMSFF - 0 error(s), 8 warning(s)
5>-- Looking for jbg_newlen - not found
5>-- Looking for mmap
4>68>------ Build started: Project: ITKgiftiio, Configuration: Release x64 ------
4>68>Compiling...
4>68>gifti_io.c
4>68>gifti_xml.c
4>68>Generating Code...
4>67>itkFEMLoadGrav.cxx
5>8>contours.cpp
6>Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1.
6>Copyright (C) Microsoft Corp 2007. All rights reserved.
6>1>------ Build started: Project: ModuleDescriptionParser, Configuration: Release x64 ------
5>8>connectedcomponents.cpp
6>1>Compiling...
6>1>BatchMakeUtilities.cxx
5>10>Embedding manifest...
5>8>colormap.cpp
5>8>color.cpp
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(384) : warning C4251: 'ModuleParameter::FileExtensions' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
5>10>Build log was saved at "file://c:\Projects\CIP-build\OpenCV-build\modules\ml\opencv_ml.dir\Release\BuildLog.htm"
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(386) : warning C4251: 'ModuleParameter::Elements' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(391) : warning C4251: 'ModuleParameter::FlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(392) : warning C4251: 'ModuleParameter::DeprecatedFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(393) : warning C4251: 'ModuleParameter::LongFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(394) : warning C4251: 'ModuleParameter::DeprecatedLongFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameterGroup.h(76) : warning C4251: 'ModuleParameterGroup::Parameters' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameterGroup'
6>1> with
6>1> [
6>1> _Ty=ModuleParameter
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleDescription.h(324) : warning C4251: 'ModuleDescription::ParameterGroups' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleDescription'
6>1> with
6>1> [
6>1> _Ty=ModuleParameterGroup
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleDescription.h(326) : warning C4251: 'ModuleDescription::ProcessInformation' : struct 'ModuleProcessInformation' needs to have dll-interface to be used by clients of class 'ModuleDescription'
6>1> c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleProcessInformation.h(28) : see declaration of 'ModuleProcessInformation'
5>11>Compiling...
5>11>tif_stream.cxx
5>8>clahe.cpp
5>8>canny.cpp
5>8>blend.cpp
5>8>approx.cpp
5>8>accum.cpp
5>8>Generating Code...
6>1>ModuleFactory.cxx
5>11>Compiling...
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(384) : warning C4251: 'ModuleParameter::FileExtensions' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
5>11>tif_aux.c
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(386) : warning C4251: 'ModuleParameter::Elements' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(391) : warning C4251: 'ModuleParameter::FlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(392) : warning C4251: 'ModuleParameter::DeprecatedFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(393) : warning C4251: 'ModuleParameter::LongFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(394) : warning C4251: 'ModuleParameter::DeprecatedLongFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
5>11>tif_win32.c
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameterGroup.h(76) : warning C4251: 'ModuleParameterGroup::Parameters' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameterGroup'
6>1> with
6>1> [
6>1> _Ty=ModuleParameter
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleDescription.h(324) : warning C4251: 'ModuleDescription::ParameterGroups' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleDescription'
6>1> with
6>1> [
6>1> _Ty=ModuleParameterGroup
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleDescription.h(326) : warning C4251: 'ModuleDescription::ProcessInformation' : struct 'ModuleProcessInformation' needs to have dll-interface to be used by clients of class 'ModuleDescription'
6>1> c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleProcessInformation.h(28) : see declaration of 'ModuleProcessInformation'
5>11>tif_zip.c
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleFactory.h(154) : warning C4251: 'ModuleFactory::RegisteredExecutablesForFileExtensions' : class 'std::map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'ModuleFactory'
6>1>..\..\SlicerExecutionModel\ModuleDescriptionParser\ModuleFactory.cxx(2077) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned long', possible loss of data
5>11>tif_warning.c
6>1>..\..\SlicerExecutionModel\ModuleDescriptionParser\ModuleFactory.cxx(2176) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\..\SlicerExecutionModel\ModuleDescriptionParser\ModuleFactory.cxx(2184) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned long', possible loss of data
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(384) : warning C4251: 'ModuleParameter::FileExtensions' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(386) : warning C4251: 'ModuleParameter::Elements' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(391) : warning C4251: 'ModuleParameter::FlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(392) : warning C4251: 'ModuleParameter::DeprecatedFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(393) : warning C4251: 'ModuleParameter::LongFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(394) : warning C4251: 'ModuleParameter::DeprecatedLongFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameterGroup.h(76) : warning C4251: 'ModuleParameterGroup::Parameters' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameterGroup'
6>1> with
6>1> [
6>1> _Ty=ModuleParameter
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleDescription.h(324) : warning C4251: 'ModuleDescription::ParameterGroups' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleDescription'
6>1> with
6>1> [
6>1> _Ty=ModuleParameterGroup
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleDescription.h(326) : warning C4251: 'ModuleDescription::ProcessInformation' : struct 'ModuleProcessInformation' needs to have dll-interface to be used by clients of class 'ModuleDescription'
6>1> c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleProcessInformation.h(28) : see declaration of 'ModuleProcessInformation'
6>1>ModuleDescription.cxx
5>11>tif_swab.c
5>11>tif_strip.c
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(384) : warning C4251: 'ModuleParameter::FileExtensions' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
5>11>tif_read.c
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(386) : warning C4251: 'ModuleParameter::Elements' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
5>11>tif_print.c
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(391) : warning C4251: 'ModuleParameter::FlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(392) : warning C4251: 'ModuleParameter::DeprecatedFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(393) : warning C4251: 'ModuleParameter::LongFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(394) : warning C4251: 'ModuleParameter::DeprecatedLongFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameterGroup.h(76) : warning C4251: 'ModuleParameterGroup::Parameters' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameterGroup'
6>1> with
6>1> [
6>1> _Ty=ModuleParameter
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleDescription.h(324) : warning C4251: 'ModuleDescription::ParameterGroups' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleDescription'
6>1> with
6>1> [
6>1> _Ty=ModuleParameterGroup
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleDescription.h(326) : warning C4251: 'ModuleDescription::ProcessInformation' : struct 'ModuleProcessInformation' needs to have dll-interface to be used by clients of class 'ModuleDescription'
6>1> c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleProcessInformation.h(28) : see declaration of 'ModuleProcessInformation'
6>1>ModuleDescriptionUtilities.cxx
6>1>ModuleParameterGroup.cxx
5>11>tif_predict.c
5>11>tif_pixarlog.c
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(384) : warning C4251: 'ModuleParameter::FileExtensions' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(386) : warning C4251: 'ModuleParameter::Elements' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(391) : warning C4251: 'ModuleParameter::FlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(392) : warning C4251: 'ModuleParameter::DeprecatedFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(393) : warning C4251: 'ModuleParameter::LongFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(394) : warning C4251: 'ModuleParameter::DeprecatedLongFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameterGroup.h(76) : warning C4251: 'ModuleParameterGroup::Parameters' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameterGroup'
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(384) : warning C4251: 'ModuleParameter::FileExtensions' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(386) : warning C4251: 'ModuleParameter::Elements' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(391) : warning C4251: 'ModuleParameter::FlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(392) : warning C4251: 'ModuleParameter::DeprecatedFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(393) : warning C4251: 'ModuleParameter::LongFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>1> with
6>1> [
6>1> _Ty=std::string
6>1> ]
6>1>c:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleParameter.h(394) : warning C4251: 'ModuleParameter::DeprecatedLongFlagAliases' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'ModuleParameter'
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(474) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_snprintf'
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(541) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(546) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(552) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(560) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(613) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdlib.h(447) : see declaration of 'getenv'
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(639) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(641) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(673) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(679) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(686) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(687) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(688) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(766) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(778) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(833) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdlib.h(447) : see declaration of 'getenv'
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(836) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(837) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6>3>C:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(841) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
6>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdlib.h(864) : see declaration of 'putenv'
6>3>Linking...
5>12>align.cpp
5>11>tif_close.c
5>12>Generating Code...
6>3>Embedding manifest...
5>11>Generating Code...
6>3>Build log was saved at "file://c:\Projects\CIP-build\SlicerExecutionModel-build\GenerateCLP\GenerateCLPLauncher.dir\Release\BuildLog.htm"
6>3>GenerateCLPLauncher - 0 error(s), 19 warning(s)
6>========== Build: 3 succeeded, 0 failed, 2 up-to-date, 0 skipped ==========
8>Note: checking out 'v2.9.1'.
7>1>enumsEcho.c
8>You are in 'detached HEAD' state. You can look around, make experimental
8>changes and commit them, and you can discard any commits you make in this
8>state without impacting any branches by performing another checkout.
8>If you want to create a new branch to retain commits you create, you may
8>do so (now or later) by using -b with the checkout command again. Example:
8> git checkout -b new_branch_name
8>HEAD is now at f4e5a69... Release of libxml2-2.9.1
7>1>color.c
7>1>..\teem\src\echo\color.c(47) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
7>1>..\teem\src\echo\color.c(48) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
7>1>bounds.c
7>1>transform.c
7>1>splineMisc.c
7>1>..\teem\src\limn\splineMisc.c(182) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
7>1>..\teem\src\limn\splineMisc.c(205) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
7>1>splineMethods.c
7>1>..\teem\src\limn\splineMethods.c(67) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
7>1>splineEval.c
7>1>..\teem\src\limn\splineEval.c(45) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
7>1>..\teem\src\limn\splineEval.c(57) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
7>1>..\teem\src\limn\splineEval.c(178) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
7>1>..\teem\src\limn\splineEval.c(361) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
10>3>C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xlocale(342) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
10>3>/.../CIP/cip_python\wrap_ChestConventions.cpp(2681) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
10>3>/.../CIP/cip_python\wrap_ChestConventions.cpp(2870) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
10>3>/.../CIP/cip_python\wrap_ChestConventions.cpp(3023) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
10>3>/.../CIP/cip_python\wrap_ChestConventions.cpp(3175) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
10>3>/.../CIP/cip_python\wrap_ChestConventions.cpp(3833) : warning C4190: 'abstract declarator' has C-linkage specified, but returns UDT 'std::basic_string<_Elem,_Traits,_Ax>' which is incompatible with C
10>3>/.../CIP/cip_python\wrap_ChestConventions.cpp(3834) : warning C4190: 'abstract declarator' has C-linkage specified, but returns UDT 'std::basic_string<_Elem,_Traits,_Ax>' which is incompatible with C
10>3>/.../CIP/cip_python\wrap_ChestConventions.cpp(3835) : warning C4190: 'abstract declarator' has C-linkage specified, but returns UDT 'std::basic_string<_Elem,_Traits,_Ax>' which is incompatible with C
10>3>/.../CIP/cip_python\wrap_ChestConventions.cpp(3836) : warning C4190: 'abstract declarator' has C-linkage specified, but returns UDT 'std::basic_string<_Elem,_Traits,_Ax>' which is incompatible with C
10>3>/.../CIP/cip_python\wrap_ChestConventions.cpp(3837) : warning C4190: 'abstract declarator' has C-linkage specified, but returns UDT 'std::basic_string<_Elem,_Traits,_Ax>' which is incompatible with C
10>3>wrap_ChestConventions.obj : warning LNK4197: export 'initChestConventions' specified multiple times; using first specification
10>3> Creating library build\temp.win-amd64-2.7\Release\Projects/CIP/cip_python\ChestConventions.lib and object build\temp.win-amd64-2.7\Release\Projects/CIP/cip_python\ChestConventions.exp
10>3>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\cip_python\CIP_PYTHON.dir\Release\BuildLog.htm"
10>3>CIP_PYTHON - 0 error(s), 11 warning(s)
10>1>vtkNRRDWriterCIP.cxx
10>1>vtkNRRDReaderCIP.cxx
10>1>vtkImageNeighborhoodFilter.cxx
10>1>vtkImageErode.cxx
10>1>vtkImageConnectivity.cxx
10>1>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(97) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
10>1>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(136) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>1>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(160) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
10>1>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(164) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
10>1>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(169) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
10>1>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(173) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
10>1>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(236) : warning C4267: '*=' : conversion from 'size_t' to 'int', possible loss of data
10>1>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(421) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
10>1>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(422) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
10>1>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(424) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
10>1>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(473) : warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data
10>1>vtkGlyph3DWithScaling.cxx
10>1>..\..\..\CIP\Utilities\VTK\vtkGlyph3DWithScaling.cxx(155) : warning C4101: 'cell' : unreferenced local variable
10>4> ..\..\..\CIP\Common\vtkImageTubularConfidence.cxx(23) : see previous definition of 'M_SQRT2'
10>4>vtkComputeCentroid.cxx
10>4>vtkImageResliceWithPlane.cxx
10>4>..\..\..\CIP\Common\vtkImageResliceWithPlane.cxx(163) : warning C4101: 'seedR' : unreferenced local variable
10>4>..\..\..\CIP\Common\vtkImageResliceWithPlane.cxx(163) : warning C4101: 'seed2' : unreferenced local variable
10>4>vtkComputeAirwayWallPolyData.cxx
10>4>..\..\..\CIP\Common\vtkComputeAirwayWallPolyData.cxx(588) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
10>4>..\..\..\CIP\Common\vtkComputeAirwayWallPolyData.cxx(567) : warning C4101: 'mean' : unreferenced local variable
10>4>..\..\..\CIP\Common\vtkComputeAirwayWallPolyData.cxx(679) : warning C4101: 'rx' : unreferenced local variable
10>4>..\..\..\CIP\Common\vtkComputeAirwayWallPolyData.cxx(679) : warning C4101: 'ry' : unreferenced local variable
10>4>..\..\..\CIP\Common\vtkComputeAirwayWall.cxx(1491) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
10>4>c:\projects\cip\common\cipGeometryTopologyData.h(44) : warning C4267: 'return' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>4>c:\projects\cip\common\cipGeometryTopologyData.h(86) : warning C4267: 'return' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipLobeSurfaceModelIO.cxx(109) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipLobeSurfaceModelIO.cxx(114) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipLobeSurfaceModelIO.cxx(132) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipLobeSurfaceModelIO.cxx(137) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipLobeSurfaceModelIO.cxx(165) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipLobeSurfaceModelIO.cxx(170) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipLobeSurfaceModelIO.cxx(192) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipLobeSurfaceModelIO.cxx(199) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipLobeSurfaceModelIO.cxx(224) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipLobeSurfaceModelIO.cxx(229) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipLobeSurfaceModelIO.cxx(248) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipLobeSurfaceModelIO.cxx(249) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>C:\Projects\CIP\Common\cipGeometryTopologyData.h(44) : warning C4267: 'return' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>C:\Projects\CIP\Common\cipGeometryTopologyData.h(86) : warning C4267: 'return' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipGeometryTopologyDataIO.cxx(198) : warning C4244: 'argument' : conversion from 'double' to 'const float', possible loss of data
10>5>..\..\..\CIP\IO\cipGeometryTopologyDataIO.cxx(240) : warning C4244: 'argument' : conversion from 'double' to 'const float', possible loss of data
10>5>..\..\..\CIP\IO\cipGeometryTopologyDataIO.cxx(252) : warning C4244: 'argument' : conversion from 'double' to 'const float', possible loss of data
10>5>..\..\..\CIP\IO\cipChestRegionChestTypeLocationsIO.cxx(44) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipChestRegionChestTypeLocationsIO.cxx(45) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipChestRegionChestTypeLocationsIO.cxx(46) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>5>..\..\..\CIP\IO\cipChestRegionChestTypeLocationsIO.cxx(47) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>9>..\..\..\..\CIP\CommandLineTools\FilterConnectedComponents\FilterConnectedComponentsHelper.cxx(215) : warning C4101: 'tempIndex' : unreferenced local variable
10>9>..\..\..\..\CIP\CommandLineTools\FilterConnectedComponents\FilterConnectedComponentsHelper.cxx(600) : warning C4101: 'tempIndex' : unreferenced local variable
10>9>Creating library...
10>9>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\FilterConnectedComponents\FilterConnectedComponentsHelper.dir\Release\BuildLog.htm"
10>9>FilterConnectedComponentsHelper - 0 error(s), 2 warning(s)
10>11>------ Build started: Project: ConvertChestRegionChestTypeToLabelMapValueLib, Configuration: Release x64 ------
10>11>Generating ConvertChestRegionChestTypeToLabelMapValueCLP.h
10>11>GenerateCLP --InputXML /.../CIP/CommandLineTools/ConvertChestRegionChestTypeToLabelMapValue/ConvertChestRegionChestTypeToLabelMapValue.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ConvertChestRegionChestTypeToLabelMapValue/ConvertChestRegionChestTypeToLabelMapValueCLP.h
10>11>GenerateCLP: Found 1 parameters groups
10>11>GenerateCLP: Group "IO" has 2 parameters
10>11>Compiling...
10>11>ConvertChestRegionChestTypeToLabelMapValue.cxx
10>10>Creating library...
10>10>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\GenerateLobeSurfaceModels\GenerateLobeSurfaceModelsHelper.dir\Release\BuildLog.htm"
10>10>GenerateLobeSurfaceModelsHelper - 0 error(s), 0 warning(s)
10>12>------ Build started: Project: ConvertDicomLib, Configuration: Release x64 ------
10>12>Generating ConvertDicomCLP.h
10>12>GenerateCLP --InputXML /.../CIP/CommandLineTools/ConvertDicom/ConvertDicom.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ConvertDicom/ConvertDicomCLP.h
10>12>GenerateCLP: Found 1 parameters groups
10>12>GenerateCLP: Group "I/O" has 2 parameters
10>12>Compiling...
10>12>ConvertDicom.cxx
10>11>..\..\..\..\CIP\CommandLineTools\ConvertChestRegionChestTypeToLabelMapValue\ConvertChestRegionChestTypeToLabelMapValue.cxx(20) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
10>11>Creating library...
10>11>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\ConvertChestRegionChestTypeToLabelMapValue\ConvertChestRegionChestTypeToLabelMapValueLib.dir\Release\BuildLog.htm"
10>11>ConvertChestRegionChestTypeToLabelMapValueLib - 0 error(s), 1 warning(s)
10>13>------ Build started: Project: ComputeIntensityStatisticsLib, Configuration: Release x64 ------
10>13>Generating ComputeIntensityStatisticsCLP.h
10>13>GenerateCLP --InputXML /.../CIP/CommandLineTools/ComputeIntensityStatistics/ComputeIntensityStatistics.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ComputeIntensityStatistics/ComputeIntensityStatisticsCLP.h
10>13>GenerateCLP: Found 1 parameters groups
10>13>GenerateCLP: Group "" has 3 parameters
10>13>Compiling...
10>13>ComputeIntensityStatistics.cxx
10>13>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\ComputeIntensityStatistics\ComputeIntensityStatisticsLib.dir\Release\BuildLog.htm"
10>13>ComputeIntensityStatisticsLib - 0 error(s), 0 warning(s)
10>15>------ Build started: Project: TransferFieldDataToFromPointDataLib, Configuration: Release x64 ------
10>15>Generating TransferFieldDataToFromPointDataCLP.h
10>15>GenerateCLP --InputXML /.../CIP/CommandLineTools/TransferFieldDataToFromPointData/TransferFieldDataToFromPointData.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/TransferFieldDataToFromPointData/TransferFieldDataToFromPointDataCLP.h
10>15>GenerateCLP: Found 2 parameters groups
10>15>GenerateCLP: Group "I/O" has 2 parameters
10>15>GenerateCLP: Group "Parameters" has 5 parameters
10>15>Compiling...
10>15>TransferFieldDataToFromPointData.cxx
10>14>..\..\..\..\CIP\CommandLineTools\ConvertLabelMapValueToChestRegionChestType\ConvertLabelMapValueToChestRegionChestType.cxx(20) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
10>14>Creating library...
10>14>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\ConvertLabelMapValueToChestRegionChestType\ConvertLabelMapValueToChestRegionChestTypeLib.dir\Release\BuildLog.htm"
10>14>ConvertLabelMapValueToChestRegionChestTypeLib - 0 error(s), 1 warning(s)
10>16>------ Build started: Project: CropLungLib, Configuration: Release x64 ------
10>16>Generating CropLungCLP.h
10>16>GenerateCLP --InputXML /.../CIP/CommandLineTools/CropLung/CropLung.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/CropLung/CropLungCLP.h
10>16>GenerateCLP: Found 3 parameters groups
10>16>GenerateCLP: Group "IO" has 4 parameters
10>16>GenerateCLP: Group "Region Type" has 4 parameters
10>16>GenerateCLP: Group "Options" has 3 parameters
10>17>Creating library...
10>17>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\EnhanceFissuresInImage\EnhanceFissuresInImageLib.dir\Release\BuildLog.htm"
10>17>EnhanceFissuresInImageLib - 0 error(s), 0 warning(s)
10>19>------ Build started: Project: EvaluateLungLobeSegmentationResultsLib, Configuration: Release x64 ------
10>19>Generating EvaluateLungLobeSegmentationResultsCLP.h
10>19>GenerateCLP --InputXML /.../CIP/CommandLineTools/EvaluateLungLobeSegmentationResults/EvaluateLungLobeSegmentationResults.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/EvaluateLungLobeSegmentationResults/EvaluateLungLobeSegmentationResultsCLP.h
10>19>GenerateCLP: Found 1 parameters groups
10>19>GenerateCLP: Group "I/O" has 9 parameters
10>19>Compiling...
10>19>EvaluateLungLobeSegmentationResults.cxx
10>19>..\..\..\..\CIP\CommandLineTools\EvaluateLungLobeSegmentationResults\EvaluateLungLobeSegmentationResults.cxx(593) : warning C4101: 'roGTHeight' : unreferenced local variable
10>19>..\..\..\..\CIP\CommandLineTools\EvaluateLungLobeSegmentationResults\EvaluateLungLobeSegmentationResults.cxx(593) : warning C4101: 'rhGTHeight' : unreferenced local variable
10>19>..\..\..\..\CIP\CommandLineTools\EvaluateLungLobeSegmentationResults\EvaluateLungLobeSegmentationResults.cxx(593) : warning C4101: 'loGTHeight' : unreferenced local variable
10>18>Creating library...
10>18>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\SplitLeftLungRightLung\SplitLeftLungRightLungLib.dir\Release\BuildLog.htm"
10>18>SplitLeftLungRightLungLib - 0 error(s), 0 warning(s)
10>20>------ Build started: Project: SegmentLungLobesLib, Configuration: Release x64 ------
10>20>Generating SegmentLungLobesCLP.h
10>20>GenerateCLP --InputXML /.../CIP/CommandLineTools/SegmentLungLobes/SegmentLungLobes.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/SegmentLungLobes/SegmentLungLobesCLP.h
10>20>GenerateCLP: Found 5 parameters groups
10>20>GenerateCLP: Group "IO" has 4 parameters
10>20>GenerateCLP: Group "Fiducial Points" has 3 parameters
10>20>GenerateCLP: Group "Fissure Particles" has 3 parameters
10>20>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\SegmentLungLobes\SegmentLungLobesLib.dir\Release\BuildLog.htm"
10>20>SegmentLungLobesLib - 0 error(s), 0 warning(s)
10>23>------ Build started: Project: ScourParticleDataLib, Configuration: Release x64 ------
10>23>Generating ScourParticleDataCLP.h
10>23>GenerateCLP --InputXML /.../CIP/CommandLineTools/ScourParticleData/ScourParticleData.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ScourParticleData/ScourParticleDataCLP.h
10>23>GenerateCLP: Found 2 parameters groups
10>23>GenerateCLP: Group "I/O" has 2 parameters
10>23>GenerateCLP: Group "Parameters" has 1 parameters
10>23>Compiling...
10>23>ScourParticleData.cxx
10>23>..\..\..\..\CIP\CommandLineTools\ScourParticleData\ScourParticleData.cxx(65) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
10>23>Creating library...
10>23>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\ScourParticleData\ScourParticleDataLib.dir\Release\BuildLog.htm"
10>23>ScourParticleDataLib - 0 error(s), 1 warning(s)
10>24>------ Build started: Project: FilterAirwayParticleDataLib, Configuration: Release x64 ------
10>24>Generating FilterAirwayParticleDataCLP.h
10>24>GenerateCLP --InputXML /.../CIP/CommandLineTools/FilterAirwayParticleData/FilterAirwayParticleData.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/FilterAirwayParticleData/FilterAirwayParticleDataCLP.h
10>24>GenerateCLP: Found 2 parameters groups
10>24>GenerateCLP: Group "IO" has 2 parameters
10>24>GenerateCLP: Group "Parameters" has 8 parameters
10>24>Compiling...
10>37>ResampleCT2DLib - 0 error(s), 0 warning(s)
10>39>------ Build started: Project: GenerateLesionSegmentationLib, Configuration: Release x64 ------
10>39>Generating GenerateLesionSegmentationCLP.h
10>39>GenerateCLP --InputXML /.../CIP/CommandLineTools/GenerateLesionSegmentation/GenerateLesionSegmentation.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/GenerateLesionSegmentation/GenerateLesionSegmentationCLP.h
10>39>GenerateCLP: Found 3 parameters groups
10>39>GenerateCLP: Group "IO" has 2 parameters
10>39>GenerateCLP: Group "Lesion ROI" has 5 parameters
10>39>GenerateCLP: Group "Segmentation Options" has 2 parameters
10>39>Compiling...
10>39>GenerateLesionSegmentation.cxx
10>38>..\..\..\..\CIP\CommandLineTools\GenerateImageSubVolumes\GenerateImageSubVolumes.cxx(188) : warning C4101: 'i' : unreferenced local variable
10>38>..\..\..\..\CIP\CommandLineTools\GenerateImageSubVolumes\GenerateImageSubVolumes.cxx(188) : warning C4101: 'k' : unreferenced local variable
10>38>..\..\..\..\CIP\CommandLineTools\GenerateImageSubVolumes\GenerateImageSubVolumes.cxx(188) : warning C4101: 'j' : unreferenced local variable
10>38>Creating library...
10>38>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\GenerateImageSubVolumes\GenerateImageSubVolumesLib.dir\Release\BuildLog.htm"
10>38>GenerateImageSubVolumesLib - 0 error(s), 3 warning(s)
10>40>------ Build started: Project: ComputeFeatureStrengthLib, Configuration: Release x64 ------
10>40>Generating ComputeFeatureStrengthCLP.h
10>40>GenerateCLP --InputXML /.../CIP/CommandLineTools/ComputeFeatureStrength/ComputeFeatureStrength.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ComputeFeatureStrength/ComputeFeatureStrengthCLP.h
10>40>GenerateCLP: Found 4 parameters groups
10>40>GenerateCLP: Group "IO" has 3 parameters
10>40>GenerateCLP: Group "General Parameters" has 6 parameters
10>40>GenerateCLP: Group "Frangi and Decouteaux Methods Parameters" has 3 parameters
10>40>GenerateCLP: Group "Strain Energy's method Parameters" has 4 parameters
10>40>Compiling...
10>40>ComputeFeatureStrength.cxx
10>40>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(181) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
10>40> __declspec(nothrow) or throw() was specified on the function
10>40>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(234) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
10>40> __declspec(nothrow) or throw() was specified on the function
10>40>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(257) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
10>40> __declspec(nothrow) or throw() was specified on the function
10>40>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(285) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
10>40> __declspec(nothrow) or throw() was specified on the function
10>40>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(315) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
10>40> __declspec(nothrow) or throw() was specified on the function
10>40>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(345) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
10>40> __declspec(nothrow) or throw() was specified on the function
10>40>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(351) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
10>40> __declspec(nothrow) or throw() was specified on the function
10>40>Creating library...
10>40>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrengthLib.dir\Release\BuildLog.htm"
10>40>ComputeFeatureStrengthLib - 0 error(s), 7 warning(s)
10>41>------ Build started: Project: RemoveParticlesFromParticlesDataSetLib, Configuration: Release x64 ------
10>41>Generating RemoveParticlesFromParticlesDataSetCLP.h
10>41>GenerateCLP --InputXML /.../CIP/CommandLineTools/RemoveParticlesFromParticlesDataSet/RemoveParticlesFromParticlesDataSet.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/RemoveParticlesFromParticlesDataSet/RemoveParticlesFromParticlesDataSetCLP.h
10>41>GenerateCLP: Found 1 parameters groups
10>41>GenerateCLP: Group "IO" has 3 parameters
10>41>Compiling...
10>39>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\GenerateLesionSegmentation\GenerateLesionSegmentationLib.dir\Release\BuildLog.htm"
10>39>GenerateLesionSegmentationLib - 0 error(s), 0 warning(s)
10>42>------ Build started: Project: GenerateLobeSurfaceModelsLib, Configuration: Release x64 ------
10>42>Generating GenerateLobeSurfaceModelsCLP.h
10>42>GenerateCLP --InputXML /.../CIP/CommandLineTools/GenerateLobeSurfaceModels/GenerateLobeSurfaceModels.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/GenerateLobeSurfaceModels/GenerateLobeSurfaceModelsCLP.h
10>42>GenerateCLP: Found 2 parameters groups
10>42>GenerateCLP: Group "IO" has 6 parameters
10>42>GenerateCLP: Group "" has 5 parameters
10>42>Compiling...
10>42>GenerateLobeSurfaceModels.cxx
10>41>..\..\..\..\CIP\CommandLineTools\RemoveParticlesFromParticlesDataSet\RemoveParticlesFromParticlesDataSet.cxx(34) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
10>41>Creating library...
10>41>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\RemoveParticlesFromParticlesDataSet\RemoveParticlesFromParticlesDataSetLib.dir\Release\BuildLog.htm"
10>41>RemoveParticlesFromParticlesDataSetLib - 0 error(s), 1 warning(s)
10>43>------ Build started: Project: GenerateMedianFilteredImageLib, Configuration: Release x64 ------
10>43>Generating GenerateMedianFilteredImageCLP.h
10>43>GenerateCLP --InputXML /.../CIP/CommandLineTools/GenerateMedianFilteredImage/GenerateMedianFilteredImage.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/GenerateMedianFilteredImage/GenerateMedianFilteredImageCLP.h
10>43>GenerateCLP: Found 1 parameters groups
10>43>GenerateCLP: Group "IO" has 4 parameters
10>43>Compiling...
10>43>GenerateMedianFilteredImage.cxx
10>43>Creating library...
10>43>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\GenerateMedianFilteredImage\GenerateMedianFilteredImageLib.dir\Release\BuildLog.htm"
10>43>GenerateMedianFilteredImageLib - 0 error(s), 0 warning(s)
10>45>------ Build started: Project: GenerateModelLib, Configuration: Release x64 ------
10>45>Generating GenerateModelCLP.h
10>45>GenerateCLP --InputXML /.../CIP/CommandLineTools/GenerateModel/GenerateModel.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/GenerateModel/GenerateModelCLP.h
10>45>GenerateCLP: Found 1 parameters groups
10>45>GenerateCLP: Group "" has 5 parameters
10>45>Compiling...
10>45>GenerateModel.cxx
10>44>..\..\..\..\CIP\CommandLineTools\RemoveChestTypeFromLabelMapUsingParticles\RemoveChestTypeFromLabelMapUsingParticles.cxx(30) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
10>44>Creating library...
10>44>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\RemoveChestTypeFromLabelMapUsingParticles\RemoveChestTypeFromLabelMapUsingParticlesLib.dir\Release\BuildLog.htm"
10>44>RemoveChestTypeFromLabelMapUsingParticlesLib - 0 error(s), 1 warning(s)
10>46>------ Build started: Project: GenerateOtsuLungCastLib, Configuration: Release x64 ------
10>46>Generating GenerateOtsuLungCastCLP.h
10>46>GenerateCLP --InputXML /.../CIP/CommandLineTools/GenerateOtsuLungCast/GenerateOtsuLungCast.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/GenerateOtsuLungCast/GenerateOtsuLungCastCLP.h
10>46>GenerateCLP: Found 2 parameters groups
10>46>GenerateCLP: Group "IO" has 3 parameters
10>46>GenerateCLP: Group "Options" has 4 parameters
10>46>Compiling...
10>46>GenerateOtsuLungCast.cxx
10>45>..\..\..\..\CIP\CommandLineTools\GenerateModel\GenerateModel.cxx(19) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
10>45>Creating library...
10>45>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\GenerateModel\GenerateModelLib.dir\Release\BuildLog.htm"
10>45>GenerateModelLib - 0 error(s), 1 warning(s)
10>47>------ Build started: Project: RemapLabelMapLib, Configuration: Release x64 ------
10>47>Generating RemapLabelMapCLP.h
10>47>GenerateCLP --InputXML /.../CIP/CommandLineTools/RemapLabelMap/RemapLabelMap.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/RemapLabelMap/RemapLabelMapCLP.h
10>47>GenerateCLP: Found 1 parameters groups
10>47>GenerateCLP: Group "" has 4 parameters
10>47>Compiling...
10>47>RemapLabelMap.cxx
10>49>Creating library...
10>49>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\GeneratePartialLungLabelMap\GeneratePartialLungLabelMapLib.dir\Release\BuildLog.htm"
10>49>GeneratePartialLungLabelMapLib - 0 error(s), 0 warning(s)
10>52>------ Build started: Project: GenerateSimpleLungMaskLib, Configuration: Release x64 ------
10>52>Generating GenerateSimpleLungMaskCLP.h
10>52>GenerateCLP --InputXML /.../CIP/CommandLineTools/GenerateSimpleLungMask/GenerateSimpleLungMask.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/GenerateSimpleLungMask/GenerateSimpleLungMaskCLP.h
10>52>GenerateCLP: Found 1 parameters groups
10>52>GenerateCLP: Group "IO" has 2 parameters
10>52>Compiling...
10>52>GenerateSimpleLungMask.cxx
10>51>..\..\..\..\CIP\CommandLineTools\GenerateRegionHistogramsAndParenchymaPhenotypes\GenerateRegionHistogramsAndParenchymaPhenotypes.cxx(554) : warning C4101: 'ok' : unreferenced local variable
10>51>Creating library...
10>51>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\GenerateRegionHistogramsAndParenchymaPhenotypes\GenerateRegionHistogramsAndParenchymaPhenotypesLib.dir\Release\BuildLog.htm"
10>51>GenerateRegionHistogramsAndParenchymaPhenotypesLib - 0 error(s), 1 warning(s)
10>53>------ Build started: Project: RegisterLabelMapsLib, Configuration: Release x64 ------
10>53>Generating RegisterLabelMapsCLP.h
10>53>GenerateCLP --InputXML /.../CIP/CommandLineTools/RegisterLabelMaps/RegisterLabelMaps.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/RegisterLabelMaps/RegisterLabelMapsCLP.h
10>53>GenerateCLP: Found 2 parameters groups
10>53>GenerateCLP: Group "I/O" has 7 parameters
10>53>GenerateCLP: Group "Registration parameters" has 6 parameters
10>53>Compiling...
10>53>RegisterLabelMaps.cxx
10>52>..\..\..\..\CIP\CommandLineTools\GenerateSimpleLungMask\GenerateSimpleLungMask.cxx(28) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
10>52>Creating library...
10>52>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\GenerateSimpleLungMask\GenerateSimpleLungMaskLib.dir\Release\BuildLog.htm"
10>52>GenerateSimpleLungMaskLib - 0 error(s), 1 warning(s)
10>54>------ Build started: Project: GenerateStenciledLabelMapFromParticlesLib, Configuration: Release x64 ------
10>54>Generating GenerateStenciledLabelMapFromParticlesCLP.h
10>54>GenerateCLP --InputXML /.../CIP/CommandLineTools/GenerateStenciledLabelMapFromParticles/GenerateStenciledLabelMapFromParticles.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/GenerateStenciledLabelMapFromParticles/GenerateStenciledLabelMapFromParticlesCLP.h
10>54>GenerateCLP: Found 1 parameters groups
10>54>GenerateCLP: Group "I/O" has 12 parameters
10>54>Compiling...
10>54>GenerateStenciledLabelMapFromParticles.cxx
10>69>Creating library...
10>69>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\MergeChestLabelMaps\MergeChestLabelMapsLib.dir\Release\BuildLog.htm"
10>69>MergeChestLabelMapsLib - 0 error(s), 0 warning(s)
10>71>------ Build started: Project: ReadNRRDsWriteVTKLib, Configuration: Release x64 ------
10>71>Generating ReadNRRDsWriteVTKCLP.h
10>71>GenerateCLP --InputXML /.../CIP/CommandLineTools/ReadNRRDsWriteVTK/ReadNRRDsWriteVTK.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ReadNRRDsWriteVTK/ReadNRRDsWriteVTKCLP.h
10>71>GenerateCLP: Found 1 parameters groups
10>71>GenerateCLP: Group "IO" has 4 parameters
10>71>Compiling...
10>71>ReadNRRDsWriteVTK.cxx
10>70>..\..\..\..\CIP\CommandLineTools\MergeParticleDataSets\MergeParticleDataSets.cxx(54) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
10>70>Creating library...
10>70>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\MergeParticleDataSets\MergeParticleDataSetsLib.dir\Release\BuildLog.htm"
10>70>MergeParticleDataSetsLib - 0 error(s), 1 warning(s)
10>72>------ Build started: Project: ComputeDistanceMapLib, Configuration: Release x64 ------
10>72>Generating ComputeDistanceMapCLP.h
10>72>GenerateCLP --InputXML /.../CIP/CommandLineTools/ComputeDistanceMap/ComputeDistanceMap.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ComputeDistanceMap/ComputeDistanceMapCLP.h
10>72>GenerateCLP: Found 1 parameters groups
10>72>GenerateCLP: Group "IO" has 4 parameters
10>72>Compiling...
10>72>ComputeDistanceMap.cxx
10>75>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\PerformMorphological\PerformMorphologicalLib.dir\Release\BuildLog.htm"
10>75>PerformMorphologicalLib - 0 error(s), 0 warning(s)
10>77>------ Build started: Project: PerturbParticlesLib, Configuration: Release x64 ------
10>77>Generating PerturbParticlesCLP.h
10>77>GenerateCLP --InputXML /.../CIP/CommandLineTools/PerturbParticles/PerturbParticles.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/PerturbParticles/PerturbParticlesCLP.h
10>77>GenerateCLP: Found 2 parameters groups
10>77>GenerateCLP: Group "IO" has 2 parameters
10>77>GenerateCLP: Group "Parameters" has 1 parameters
10>77>Compiling...
10>77>PerturbParticles.cxx
10>77>..\..\..\..\CIP\CommandLineTools\PerturbParticles\PerturbParticles.cxx(40) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
10>77>Creating library...
10>77>Build log was saved at "file://c:\Projects\CIP-build\CIP-build\CommandLineTools\PerturbParticles\PerturbParticlesLib.dir\Release\BuildLog.htm"
10>77>PerturbParticlesLib - 0 error(s), 1 warning(s)
10>78>------ Build started: Project: QualityControlLib, Configuration: Release x64 ------
10>78>Generating QualityControlCLP.h
10>78>GenerateCLP --InputXML /.../CIP/CommandLineTools/QualityControl/QualityControl.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/QualityControl/QualityControlCLP.h
10>78>GenerateCLP: Found 1 parameters groups
10>78>GenerateCLP: Group "IO" has 8 parameters
10>78>Compiling...
10>78>QualityControl.cxx
10>203>C:\Projects\CIP\Common\cipGeometryTopologyData.h(44) : warning C4267: 'return' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>203>C:\Projects\CIP\Common\cipGeometryTopologyData.h(86) : warning C4267: 'return' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>203>..\..\..\..\CIP\IO\Testing\cipGeometryTopologyDataIOTEST.cxx(11) : warning C4305: '=' : truncation from 'double' to 'float'
10>212>..\..\..\..\CIP\Common\Testing\cipLobeSurfaceModelTEST.cxx(25) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
10>212>..\..\..\..\CIP\Common\Testing\cipLobeSurfaceModelTEST.cxx(26) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data