-- 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, VTKv7, ITKv4, Boost[INCLUDED], teem,
-- SuperBuild - SlicerExecutionModel => Requires ITKv4,
-- SuperBuild - ITKv4 => Requires zlib, VTKv7,
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:14 (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:483 (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:D:/Projects/CIP-build/CIP-build/zlib-install/include
-- SuperBuild - ZLIB_LIBRARY:D:/Projects/CIP-build/CIP-build/zlib-install/lib/zlib.lib
-- SuperBuild - ZLIB_ROOT:D:/Projects/CIP-build/CIP-build/zlib-install
-- SuperBuild - VTKv7 => Requires zlib[INCLUDED], Boost[INCLUDED],
-- SuperBuild - VTKv7[OK]
-- SuperBuild - PNG_INCLUDE_DIR:D:/Projects/CIP-build/CIP-build/VTKv7/Utilities/vtkpng
-- SuperBuild - PNG_LIBRARY:D:/Projects/CIP-build/CIP-build/VTKv7-build/bin/$(OutDir)/vtkpng.lib
-- SuperBuild - LIBXML_INCLUDE_DIR:D:/Projects/CIP-build/CIP-build/VTKv7/ThirdParty/libxml2/vtklibxml2
-- SuperBuild - ITKv4[OK]
-- SuperBuild - SlicerExecutionModel[OK]
-- SuperBuild - teem => Requires zlib[INCLUDED], VTKv7[INCLUDED],
-- SuperBuild - teem[OK]
-- 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:489 (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: D:/Projects/CIP-build/CIP-build
2>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.
2>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.
2>1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
2>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.
2>1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
2>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.
2>1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
2>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.
2>1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(126) : see declaration of 'strerror'
2>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.
2>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.
2>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.
2>1>deflate.c
2>1>crc32.c
2>1>compress.c
2>1>Generating Code...
2>1>Creating library...
2>1>Build log was saved at "file://d:\Projects\CIP-build\zlib-build\zlib.dir\Release\BuildLog.htm"
2>1>zlib - 0 error(s), 8 warning(s)
2>========== Build: 1 succeeded, 0 failed, 2 up-to-date, 0 skipped ==========
2>Performing install step for 'zlib'
2>Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1.
1>tss_dll.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
1>common.copy D:\Projects\CIP-build\Boost-install\lib\libboost_thread-vc90-mt-1_54.lib
1>bin.v2\libs\thread\build\msvc-9.0\release\link-static\threading-multi\libboost_thread-vc90-mt-1_54.lib
1> 1 file(s) copied.
1>...updated 10682 targets...
1>Performing build step for 'Boost'
1>Usage
1> cmake [options] <path-to-source>
1> cmake [options] <path-to-existing-build>
1>Specify a source directory to (re-)generate a build system for it in the
1>current working directory. Specify an existing build directory to
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: teem, Configuration: Release x64 ------
6>1>Compiling...
6>1>meetPull.c
6>1>meetGage.c
6>1>meetNrrd.c
6>1>enumall.c
6>1>user.c
6>1>txf.c
6>1>..\teem\src\mite\txf.c(466) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\mite\txf.c(467) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\mite\txf.c(574) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\mite\txf.c(620) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\mite\txf.c(623) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
6>1>cam.c
6>1>valid.c
5>Checking out files: 14% (2033/13695) Checking out files: 15% (2055/13695) Checking out files: 16% (2192/13695) Checking out files: 17% (2329/13695) Checking out files: 18% (2466/13695) Checking out files: 19% (2603/13695) Checking out files: 20% (2739/13695) Checking out files: 21% (2876/13695) Checking out files: 22% (3013/13695) Checking out files: 23% (3150/13695) Checking out files: 24% (3287/13695) Checking out files: 25% (3424/13695) Checking out files: 26% (3561/13695) Checking out files: 27% (3698/13695) Checking out files: 28% (3835/13695) Checking out files: 29% (3972/13695) Checking out files: 30% (4109/13695) Checking out files: 31% (4246/13695) Checking out files: 32% (4383/13695) Checking out files: 33% (4520/13695) Checking out files: 34% (4657/13695) Checking out files: 35% (4794/13695) Checking out files: 36% (4931/13695) Checking out files: 37% (5068/13695) Checking out files: 38% (5205/13695) Checking out files: 39% (5342/13695) Checking out files: 40% (5478/13695) Checking out files: 41% (5615/13695) Checking out files: 42% (5752/13695) Checking out files: 43% (5889/13695) Checking out files: 44% (6026/13695) Checking out files: 44% (6045/13695) Checking out files: 45% (6163/13695) Checking out files: 46% (6300/13695) Checking out files: 47% (6437/13695) Checking out files: 48% (6574/13695) Checking out files: 49% (6711/13695) Checking out files: 50% (6848/13695) Checking out files: 51% (6985/13695) Checking out files: 52% (7122/13695) Checking out files: 53% (7259/13695) Checking out files: 54% (7396/13695) Checking out files: 55% (7533/13695) Checking out files: 56% (7670/13695) Checking out files: 57% (7807/13695) Checking out files: 58% (7944/13695) Checking out files: 59% (8081/13695) Checking out files: 60% (8217/13695) Checking out files: 61% (8354/13695) Checking out files: 62% (8491/13695) Checking out files: 63% (8628/13695) Checking out files: 64% (8765/13695) Checking out files: 65% (8902/13695) Checking out files: 65% (8981/13695) Checking out files: 66% (9039/13695) Checking out files: 67% (9176/13695) Checking out files: 68% (9313/13695) Checking out files: 69% (9450/13695) Checking out files: 70% (9587/13695) Checking out files: 71% (9724/13695) Checking out files: 72% (9861/13695) Checking out files: 73% (9998/13695) Checking out files: 74% (10135/13695) Checking out files: 75% (10272/13695) Checking out files: 76% (10409/13695) Checking out files: 77% (10546/13695) Checking out files: 78% (10683/13695) Checking out files: 79% (10820/13695) Checking out files: 80% (10956/13695) Checking out files: 81% (11093/13695) Checking out files: 82% (11230/13695) Checking out files: 83% (11367/13695) Checking out files: 83% (11474/13695) Checking out files: 84% (11504/13695) Checking out files: 85% (11641/13695) Checking out files: 86% (11778/13695) Checking out files: 87% (11915/13695) Checking out files: 88% (12052/13695) Checking out files: 89% (12189/13695) Checking out files: 90% (12326/13695) Checking out files: 91% (12463/13695) Checking out files: 92% (12600/13695) Checking out files: 93% (12737/13695) Checking out files: 94% (12874/13695) Checking out files: 95% (13011/13695) Checking out files: 96% (13148/13695) Checking out files: 97% (13285/13695) Checking out files: 98% (13422/13695) Checking out files: 99% (13559/13695) Checking out files: 100% (13695/13695) Checking out files: 100% (13695/13695), done.
6>1>..\teem\src\bane\valid.c(205) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>trnsf.c
5>Note: checking out '16df9b689856cd4a8dd22a2cef92f5ee7222da0c'.
5>You are in 'detached HEAD' state. You can look around, make experimental
6>1>..\teem\src\bane\trnsf.c(59) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
5>changes and commit them, and you can discard any commits you make in this
6>1>..\teem\src\bane\trnsf.c(111) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
5>state without impacting any branches by performing another checkout.
6>1>..\teem\src\bane\trnsf.c(112) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
5>If you want to create a new branch to retain commits you create, you may
6>1>..\teem\src\bane\trnsf.c(179) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
5>do so (now or later) by using -b with the checkout command again. Example:
6>1>..\teem\src\bane\trnsf.c(220) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
5> git checkout -b new_branch_name
6>1>..\teem\src\bane\trnsf.c(293) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\trnsf.c(317) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
5>HEAD is now at 16df9b6... ENH: Updated the git tag for the ITK-Minimal-Path external module.
6>1>..\teem\src\bane\trnsf.c(318) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\trnsf.c(455) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\trnsf.c(465) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\trnsf.c(469) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\trnsf.c(470) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\trnsf.c(483) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\inc.c(59) : warning C4267: 'function' : conversion from 'size_t' to 'unsigned int', possible loss of data
6>1>..\teem\src\bane\inc.c(138) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\inc.c(229) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>hvol.c
6>1>..\teem\src\bane\hvol.c(103) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\hvol.c(104) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\hvol.c(105) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\hvol.c(291) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\hvol.c(292) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\hvol.c(293) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>gkmsTxf.c
6>1>gkmsScat.c
6>1>gkmsPvg.c
6>1>..\teem\src\bane\gkmsPvg.c(141) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\bane\gkmsPvg.c(142) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>Generating Code...
5>No patch step for 'ITKv4'
5>Performing update step for 'ITKv4'
5>Performing configure step for 'ITKv4'
5>loading initial cache file /.../CIP-build/ITKv4-prefix/tmp/ITKv4-cache.cmake
6>1>Compiling...
6>1>gkmsOpac.c
6>1>gkmsMite.c
6>1>gkmsInfo.c
6>1>gkmsHvol.c
6>1>convertDye.c
6>1>optimsig.c
6>1>vecprint.c
6>1>vecGage.c
5>-- Check for working C compiler using: Visual Studio 9 2008 Win64 -- works
5>-- Detecting C compiler ABI info
6>1>update.c
6>1>stackBlur.c
6>1>stack.c
6>1>st.c
6>1>..\teem\src\gage\st.c(220) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\gage\st.c(221) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\gage\st.c(222) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>shape.c
6>1>..\teem\src\gage\shape.c(264) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
6>1>..\teem\src\gage\shape.c(265) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
6>1>..\teem\src\gage\shape.c(266) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
6>1>sclprint.c
5>-- Detecting C compiler ABI info - done
6>1>sclfilter.c
6>1>sclanswer.c
6>1>Generating Code...
5>-- The CXX compiler identification is MSVC 15.0.30729.1
5>-- Check for working CXX compiler using: Visual Studio 9 2008 Win64
5>-- Check for working CXX compiler using: Visual Studio 9 2008 Win64 -- works
5>-- Detecting CXX compiler ABI info
5>-- Detecting CXX compiler ABI info - done
5>-- Performing Test C_HAS_WARNING-W3 - Success
6>1>filter.c
5>-- Performing Test C_HAS_WARNING-Wno-long-double
6>1>defaultsGage.c
6>1>deconvolve.c
6>1>ctx.c
5>-- Performing Test C_HAS_WARNING-Wno-long-double - Failed
5>-- Performing Test C_HAS_WARNING-Wcast-align
6>1>shTijk.c
6>1>nrrdTijk.c
6>1>..\teem\src\tijk\nrrdTijk.c(50) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
6>1>..\teem\src\tijk\nrrdTijk.c(80) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
6>1>..\teem\src\tijk\nrrdTijk.c(110) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
6>1>miscTijk.c
5>-- Performing Test C_HAS_WARNING-Wcast-align - Failed
5>-- Performing Test C_HAS_WARNING-Wdisabled-optimization
6>1>fsTijk.c
6>1>enumsTijk.c
6>1>approxTijk.c
5>-- Performing Test C_HAS_WARNING-Wdisabled-optimization - Failed
6>1>3dTijk.c
5>-- Performing Test C_HAS_WARNING-Wextra
6>1>2dTijk.c
5>-- Performing Test C_HAS_WARNING-Wextra - Failed
6>1>xform.c
5>-- Performing Test C_HAS_WARNING-Wformat_2
6>1>..\teem\src\moss\xform.c(176) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>sampler.c
6>1>..\teem\src\moss\sampler.c(42) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\moss\sampler.c(82) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\moss\sampler.c(130) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>..\teem\src\moss\sampler.c(131) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
6>1>methodsMoss.c
6>1>Generating Code...
5>-- Performing Test C_HAS_WARNING-Wformat_2 - Failed
5>-- Performing Test C_HAS_WARNING-Winvalid-pch
5>-- Performing Test C_HAS_WARNING-Winvalid-pch - Failed
5>-- Performing Test C_HAS_WARNING-Wno-format-nonliteral
5>-- Performing Test C_HAS_WARNING-Wno-format-nonliteral - Failed
5>-- Performing Test C_HAS_WARNING-Wpointer-arith
5>-- Performing Test C_HAS_WARNING-Wpointer-arith - Failed
5>-- Performing Test C_HAS_WARNING-Wshadow
6>1>splice.c
6>1>sselect.c
6>1>slice.c
6>1>shuffle.c
6>1>save.c
6>1>rmap.c
5>-- Checking whether header cstdio is available - yes
6>1>reshape.c
5>-- Checking for Large File Support
6>1>resample.c
6>1>..\teem\src\unrrdu\resample.c(332) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
6>1>..\teem\src\unrrdu\resample.c(342) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
6>1>..\teem\src\unrrdu\resample.c(354) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
6>1>Generating Code...
5>-- Checking for Large File Support - failed to compile
5>-- Checking whether C++ compiler has 'long long'
6>1>Compiling...
6>1>quantize.c
6>1>project.c
6>1>permute.c
6>1>pad.c
6>1>mrmap.c
5>-- Checking whether C++ compiler has 'long long' - yes
5>-- Checking whether C++ compiler has '__int64'
6>1>mlut.c
6>1>undos.c
6>1>aabplot.c
6>1>hack.c
6>1>grid.c
6>1>..\teem\src\unrrdu\grid.c(93) : warning C4244: 'function' : conversion from 'size_t' to 'double', possible loss of data
6>1>vidicon.c
6>1>dnorm.c
5>-- Checking whether C++ compiler has '__int64' - yes
5>-- Checking whether long and __int64 are the same type
6>1>diff.c
6>1>cksum.c
6>1>minmax.c
6>1>make.c
5>-- Checking whether long and __int64 are the same type - no
5>-- Checking whether long long and __int64 are the same type
5>-- Checking whether wstring is available
6>1>Compiling...
6>1>inset.c
6>1>imap.c
6>1>histo.c
6>1>histax.c
6>1>heq.c
6>1>head.c
6>1>gamma.c
6>1>flotsam.c
6>1>..\teem\src\unrrdu\flotsam.c(150) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
6>1>flip.c
6>1>env.c
5>-- Checking whether wstring is available - yes
6>1>dist.c
5>-- Checking whether C compiler has ptrdiff_t in stddef.h
6>1>dice.c
6>1>dhisto.c
6>1>dering.c
6>1>data.c
6>1>acrop.c
7>-- Performing Test COMPILER_HAS_DEPRECATED - Success
7>-- Configuring done
7>-- Generating done
7>-- Build files have been written to: /.../CIP-build/SlicerExecutionModel-build
7>Performing build step for 'SlicerExecutionModel'
7>Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1.
7>Copyright (C) Microsoft Corp 2007. All rights reserved.
7>1>------ Build started: Project: ModuleDescriptionParser, Configuration: Release x64 ------
7>1>Compiling...
7>1>BatchMakeUtilities.cxx
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=ModuleParameter
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=ModuleParameterGroup
7>1> ]
7>1>d:\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'
7>1> d:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleProcessInformation.h(28) : see declaration of 'ModuleProcessInformation'
7>1>ModuleFactory.cxx
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=ModuleParameter
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=ModuleParameterGroup
7>1> ]
7>1>d:\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'
7>1> d:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleProcessInformation.h(28) : see declaration of 'ModuleProcessInformation'
7>1>d:\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'
7>1> with
7>1> [
7>1> _Kty=std::string,
7>1> _Ty=std::string
7>1> ]
7>1>..\..\SlicerExecutionModel\ModuleDescriptionParser\ModuleFactory.cxx(2077) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
7>1>..\..\SlicerExecutionModel\ModuleDescriptionParser\ModuleFactory.cxx(2176) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
7>1>..\..\SlicerExecutionModel\ModuleDescriptionParser\ModuleFactory.cxx(2184) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=ModuleParameter
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=ModuleParameterGroup
7>1> ]
7>1>d:\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'
7>1> d:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleProcessInformation.h(28) : see declaration of 'ModuleProcessInformation'
7>1>ModuleDescription.cxx
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=ModuleParameter
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=ModuleParameterGroup
7>1> ]
7>1>d:\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'
7>1> d:\projects\cip-build\slicerexecutionmodel\moduledescriptionparser\ModuleProcessInformation.h(28) : see declaration of 'ModuleProcessInformation'
7>1>ModuleDescriptionUtilities.cxx
7>1>ModuleParameterGroup.cxx
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=ModuleParameter
7>1> ]
7>1>ModuleParameter.cxx
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>d:\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'
7>1> with
7>1> [
7>1> _Ty=std::string
7>1> ]
7>1>Generating Code...
7>1>Linking...
7>1> Creating library D:\Projects\CIP-build\SlicerExecutionModel-build\ModuleDescriptionParser\bin\Release\ModuleDescriptionParser.lib and object D:\Projects\CIP-build\SlicerExecutionModel-build\ModuleDescriptionParser\bin\Release\ModuleDescriptionParser.exp
7>1>Embedding manifest...
7>1>Build log was saved at "file://d:\Projects\CIP-build\SlicerExecutionModel-build\ModuleDescriptionParser\ModuleDescriptionParser.dir\Release\BuildLog.htm"
7>1>ModuleDescriptionParser - 0 error(s), 53 warning(s)
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(489) : 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.
7>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_snprintf'
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(556) : 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.
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(561) : 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.
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(567) : 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.
7>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(575) : 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.
7>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(628) : 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.
7>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdlib.h(447) : see declaration of 'getenv'
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(654) : 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.
7>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(656) : 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.
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(688) : 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.
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(694) : 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.
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(701) : 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.
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(702) : 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.
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(703) : 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.
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(781) : 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.
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(793) : 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.
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(848) : 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.
7>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdlib.h(447) : see declaration of 'getenv'
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(851) : 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.
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(852) : 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.
7>3>D:\Projects\CIP-build\ITKv4-build\Modules\ThirdParty\KWSys\src\itksys/SharedForward.h(856) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
7>3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdlib.h(864) : see declaration of 'putenv'
7>3>Linking...
7>3>Embedding manifest...
7>3>Build log was saved at "file://d:\Projects\CIP-build\SlicerExecutionModel-build\GenerateCLP\GenerateCLPLauncher.dir\Release\BuildLog.htm"
7>3>GenerateCLPLauncher - 0 error(s), 19 warning(s)
7>========== Build: 3 succeeded, 0 failed, 2 up-to-date, 0 skipped ==========
7>No install step for 'SlicerExecutionModel'
7>Completed 'SlicerExecutionModel'
7>Build log was saved at "file://d:\Projects\CIP-build\SlicerExecutionModel.dir\Release\BuildLog.htm"
7>SlicerExecutionModel - 0 error(s), 73 warning(s)
8>3>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\copy-external-files.dir\Release\BuildLog.htm"
8>3>copy-external-files - 0 error(s), 0 warning(s)
8>4>------ Build started: Project: copy-input-files, Configuration: Release x64 ------
8>2>vtkNRRDWriterCIP.cxx
8>2>vtkNRRDReaderCIP.cxx
8>4>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\copy-input-files.dir\Release\BuildLog.htm"
8>4>copy-input-files - 0 error(s), 0 warning(s)
8>2>vtkImageNeighborhoodFilter.cxx
8>2>vtkImageErode.cxx
8>2>vtkImageConnectivity.cxx
8>2>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(97) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
8>2>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(136) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data
8>2>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(160) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
8>2>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(164) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
8>2>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(169) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
8>2>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(173) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
8>2>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(236) : warning C4267: '*=' : conversion from 'size_t' to 'int', possible loss of data
8>2>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(421) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
8>2>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(422) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
8>2>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(424) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
8>2>..\..\..\CIP\Utilities\VTK\vtkImageConnectivity.cxx(473) : warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data
8>2>vtkGlyph3DWithScaling.cxx
8>2>..\..\..\CIP\Utilities\VTK\vtkGlyph3DWithScaling.cxx(155) : warning C4101: 'cell' : unreferenced local variable
8>5> ..\..\..\CIP\Common\vtkImageTubularConfidence.cxx(23) : see previous definition of 'M_SQRT2'
8>5>vtkComputeCentroid.cxx
8>5>vtkImageResliceWithPlane.cxx
8>5>..\..\..\CIP\Common\vtkImageResliceWithPlane.cxx(163) : warning C4101: 'seedR' : unreferenced local variable
8>5>..\..\..\CIP\Common\vtkImageResliceWithPlane.cxx(163) : warning C4101: 'seed2' : unreferenced local variable
8>5>vtkComputeAirwayWallPolyData.cxx
8>5>..\..\..\CIP\Common\vtkComputeAirwayWallPolyData.cxx(611) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
8>5>..\..\..\CIP\Common\vtkComputeAirwayWallPolyData.cxx(590) : warning C4101: 'mean' : unreferenced local variable
8>5>..\..\..\CIP\Common\vtkComputeAirwayWallPolyData.cxx(699) : warning C4101: 'rx' : unreferenced local variable
8>5>..\..\..\CIP\Common\vtkComputeAirwayWallPolyData.cxx(699) : warning C4101: 'ry' : unreferenced local variable
8>5>..\..\..\CIP\Common\vtkComputeAirwayWall.cxx(1478) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
8>6>..\..\..\CIP\IO\cipChestRegionChestTypeLocationsIO.cxx(44) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
8>6>..\..\..\CIP\IO\cipChestRegionChestTypeLocationsIO.cxx(45) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
8>6>..\..\..\CIP\IO\cipChestRegionChestTypeLocationsIO.cxx(46) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
8>6>..\..\..\CIP\IO\cipChestRegionChestTypeLocationsIO.cxx(47) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
8>11>..\..\..\..\CIP\CommandLineTools\FilterConnectedComponents\FilterConnectedComponentsHelper.cxx(215) : warning C4101: 'tempIndex' : unreferenced local variable
8>11>..\..\..\..\CIP\CommandLineTools\FilterConnectedComponents\FilterConnectedComponentsHelper.cxx(600) : warning C4101: 'tempIndex' : unreferenced local variable
8>10>Creating library...
8>10>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\GenerateLobeSurfaceModels\GenerateLobeSurfaceModelsHelper.dir\Release\BuildLog.htm"
8>10>GenerateLobeSurfaceModelsHelper - 0 error(s), 2 warning(s)
8>12>------ Build started: Project: ConvertChestRegionChestTypeToLabelMapValueLib, Configuration: Release x64 ------
8>12>Generating ConvertChestRegionChestTypeToLabelMapValueCLP.h
8>12>GenerateCLP --InputXML /.../CIP/CommandLineTools/ConvertChestRegionChestTypeToLabelMapValue/ConvertChestRegionChestTypeToLabelMapValue.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ConvertChestRegionChestTypeToLabelMapValue/ConvertChestRegionChestTypeToLabelMapValueCLP.h
8>12>GenerateCLP: Found 1 parameters groups
8>12>GenerateCLP: Group "IO" has 2 parameters
8>12>Compiling...
8>12>ConvertChestRegionChestTypeToLabelMapValue.cxx
8>12>..\..\..\..\CIP\CommandLineTools\ConvertChestRegionChestTypeToLabelMapValue\ConvertChestRegionChestTypeToLabelMapValue.cxx(12) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
8>11>Creating library...
8>11>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\FilterConnectedComponents\FilterConnectedComponentsHelper.dir\Release\BuildLog.htm"
8>11>FilterConnectedComponentsHelper - 0 error(s), 2 warning(s)
8>12>Creating library...
8>12>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\ConvertChestRegionChestTypeToLabelMapValue\ConvertChestRegionChestTypeToLabelMapValueLib.dir\Release\BuildLog.htm"
8>12>ConvertChestRegionChestTypeToLabelMapValueLib - 0 error(s), 1 warning(s)
8>13>------ Build started: Project: ConvertDicomLib, Configuration: Release x64 ------
8>13>Generating ConvertDicomCLP.h
8>13>GenerateCLP --InputXML /.../CIP/CommandLineTools/ConvertDicom/ConvertDicom.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ConvertDicom/ConvertDicomCLP.h
8>13>GenerateCLP: Found 1 parameters groups
8>13>GenerateCLP: Group "I/O" has 2 parameters
8>13>Compiling...
8>13>ConvertDicom.cxx
8>14>------ Build started: Project: ConvertLabelMapValueToChestRegionChestTypeLib, Configuration: Release x64 ------
8>14>Generating ConvertLabelMapValueToChestRegionChestTypeCLP.h
8>14>GenerateCLP --InputXML /.../CIP/CommandLineTools/ConvertLabelMapValueToChestRegionChestType/ConvertLabelMapValueToChestRegionChestType.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ConvertLabelMapValueToChestRegionChestType/ConvertLabelMapValueToChestRegionChestTypeCLP.h
8>14>GenerateCLP: Found 1 parameters groups
8>14>GenerateCLP: Group "IO" has 1 parameters
8>14>Compiling...
8>14>ConvertLabelMapValueToChestRegionChestType.cxx
8>14>..\..\..\..\CIP\CommandLineTools\ConvertLabelMapValueToChestRegionChestType\ConvertLabelMapValueToChestRegionChestType.cxx(20) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
8>14>Creating library...
8>14>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\ConvertLabelMapValueToChestRegionChestType\ConvertLabelMapValueToChestRegionChestTypeLib.dir\Release\BuildLog.htm"
8>14>ConvertLabelMapValueToChestRegionChestTypeLib - 0 error(s), 1 warning(s)
8>15>------ Build started: Project: ComputeFeatureStrengthLib, Configuration: Release x64 ------
8>15>Generating ComputeFeatureStrengthCLP.h
8>15>GenerateCLP --InputXML /.../CIP/CommandLineTools/ComputeFeatureStrength/ComputeFeatureStrength.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ComputeFeatureStrength/ComputeFeatureStrengthCLP.h
8>15>GenerateCLP: Found 4 parameters groups
8>15>GenerateCLP: Group "IO" has 3 parameters
8>15>GenerateCLP: Group "General Parameters" has 6 parameters
8>15>GenerateCLP: Group "Frangi and Decouteaux Methods Parameters" has 3 parameters
8>13>ConvertDicomLib - 0 error(s), 0 warning(s)
8>16>------ Build started: Project: CropLungLib, Configuration: Release x64 ------
8>16>Generating CropLungCLP.h
8>16>GenerateCLP --InputXML /.../CIP/CommandLineTools/CropLung/CropLung.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/CropLung/CropLungCLP.h
8>16>GenerateCLP: Found 3 parameters groups
8>16>GenerateCLP: Group "IO" has 4 parameters
8>16>GenerateCLP: Group "Region Type" has 4 parameters
8>16>GenerateCLP: Group "Options" has 3 parameters
8>16>Compiling...
8>16>CropLung.cxx
8>15>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(181) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
8>15> __declspec(nothrow) or throw() was specified on the function
8>15>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(234) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
8>15> __declspec(nothrow) or throw() was specified on the function
8>15>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(257) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
8>15> __declspec(nothrow) or throw() was specified on the function
8>15>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(285) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
8>15> __declspec(nothrow) or throw() was specified on the function
8>15>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(315) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
8>15> __declspec(nothrow) or throw() was specified on the function
8>15>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(345) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
8>15> __declspec(nothrow) or throw() was specified on the function
8>15>..\..\..\..\CIP\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrength.cxx(351) : warning C4297: 'ModuleEntryPoint' : function assumed not to throw an exception but does
8>15> __declspec(nothrow) or throw() was specified on the function
8>15>Creating library...
8>15>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\ComputeFeatureStrength\ComputeFeatureStrengthLib.dir\Release\BuildLog.htm"
8>15>ComputeFeatureStrengthLib - 0 error(s), 7 warning(s)
8>17>------ Build started: Project: TransferRegionAndTypeIndicesToFromPointsLib, Configuration: Release x64 ------
8>17>Generating TransferRegionAndTypeIndicesToFromPointsCLP.h
8>17>GenerateCLP --InputXML /.../CIP/CommandLineTools/TransferRegionAndTypeIndicesToFromPoints/TransferRegionAndTypeIndicesToFromPoints.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/TransferRegionAndTypeIndicesToFromPoints/TransferRegionAndTypeIndicesToFromPointsCLP.h
8>17>GenerateCLP: Found 1 parameters groups
8>17>GenerateCLP: Group "IO" has 5 parameters
8>17>Compiling...
8>18>Creating library...
8>18>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\EnhanceFissuresInImage\EnhanceFissuresInImageLib.dir\Release\BuildLog.htm"
8>18>EnhanceFissuresInImageLib - 0 error(s), 0 warning(s)
8>20>------ Build started: Project: ComputeIntensityStatisticsLib, Configuration: Release x64 ------
8>20>Generating ComputeIntensityStatisticsCLP.h
8>20>GenerateCLP --InputXML /.../CIP/CommandLineTools/ComputeIntensityStatistics/ComputeIntensityStatistics.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ComputeIntensityStatistics/ComputeIntensityStatisticsCLP.h
8>20>GenerateCLP: Found 1 parameters groups
8>20>GenerateCLP: Group "" has 3 parameters
8>20>Compiling...
8>20>ComputeIntensityStatistics.cxx
8>19>..\..\..\..\CIP\CommandLineTools\EvaluateLungLobeSegmentationResults\EvaluateLungLobeSegmentationResults.cxx(593) : warning C4101: 'roGTHeight' : unreferenced local variable
8>19>..\..\..\..\CIP\CommandLineTools\EvaluateLungLobeSegmentationResults\EvaluateLungLobeSegmentationResults.cxx(593) : warning C4101: 'rhGTHeight' : unreferenced local variable
8>19>..\..\..\..\CIP\CommandLineTools\EvaluateLungLobeSegmentationResults\EvaluateLungLobeSegmentationResults.cxx(593) : warning C4101: 'loGTHeight' : unreferenced local variable
8>19>Creating library...
8>19>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\EvaluateLungLobeSegmentationResults\EvaluateLungLobeSegmentationResultsLib.dir\Release\BuildLog.htm"
8>19>EvaluateLungLobeSegmentationResultsLib - 0 error(s), 3 warning(s)
8>21>------ Build started: Project: ExecuteSystemCommandLib, Configuration: Release x64 ------
8>21>Generating ExecuteSystemCommandCLP.h
8>21>GenerateCLP --InputXML /.../CIP/CommandLineTools/ExecuteSystemCommand/ExecuteSystemCommand.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ExecuteSystemCommand/ExecuteSystemCommandCLP.h
8>21>GenerateCLP: Found 1 parameters groups
8>21>GenerateCLP: Group "Command" has 2 parameters
8>21>Compiling...
8>21>ExecuteSystemCommand.cxx
8>21>..\..\..\..\CIP\CommandLineTools\ExecuteSystemCommand\ExecuteSystemCommand.cxx(13) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
8>21>Creating library...
8>21>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\ExecuteSystemCommand\ExecuteSystemCommandLib.dir\Release\BuildLog.htm"
8>21>ExecuteSystemCommandLib - 0 error(s), 1 warning(s)
8>20>Creating library...
8>22>------ Build started: Project: ClassifyFissureParticlesLib, Configuration: Release x64 ------
8>20>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\ComputeIntensityStatistics\ComputeIntensityStatisticsLib.dir\Release\BuildLog.htm"
8>20>ComputeIntensityStatisticsLib - 0 error(s), 0 warning(s)
8>22>Generating ClassifyFissureParticlesCLP.h
8>22>GenerateCLP --InputXML /.../CIP/CommandLineTools/ClassifyFissureParticles/ClassifyFissureParticles.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ClassifyFissureParticles/ClassifyFissureParticlesCLP.h
8>22>GenerateCLP: Found 2 parameters groups
8>25>Compiling...
8>25>ExtractFissureBoundaryFromLobeMap.cxx
8>26>------ Build started: Project: RescaleLabelMapLib, Configuration: Release x64 ------
8>26>Generating RescaleLabelMapCLP.h
8>26>GenerateCLP --InputXML /.../CIP/CommandLineTools/RescaleLabelMap/RescaleLabelMap.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/RescaleLabelMap/RescaleLabelMapCLP.h
8>26>GenerateCLP: Found 2 parameters groups
8>26>GenerateCLP: Group "I/O" has 2 parameters
8>26>GenerateCLP: Group "Rescaling parameters" has 3 parameters
8>26>Compiling...
8>26>RescaleLabelMap.cxx
8>26>Creating library...
8>26>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\RescaleLabelMap\RescaleLabelMapLib.dir\Release\BuildLog.htm"
8>26>RescaleLabelMapLib - 0 error(s), 0 warning(s)
8>27>------ Build started: Project: ExtractParticlesFromChestRegionChestTypeLib, Configuration: Release x64 ------
8>27>Generating ExtractParticlesFromChestRegionChestTypeCLP.h
8>27>GenerateCLP --InputXML /.../CIP/CommandLineTools/ExtractParticlesFromChestRegionChestType/ExtractParticlesFromChestRegionChestType.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/ExtractParticlesFromChestRegionChestType/ExtractParticlesFromChestRegionChestTypeCLP.h
8>27>GenerateCLP: Found 2 parameters groups
8>27>GenerateCLP: Group "IO" has 3 parameters
8>27>GenerateCLP: Group "" has 2 parameters
8>27>Compiling...
8>35>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\RemoveParticlesFromParticlesDataSet\RemoveParticlesFromParticlesDataSetLib.dir\Release\BuildLog.htm"
8>35>RemoveParticlesFromParticlesDataSetLib - 0 error(s), 0 warning(s)
8>37>------ Build started: Project: FitLobeSurfaceModelsToParticleDataLib, Configuration: Release x64 ------
8>37>Generating FitLobeSurfaceModelsToParticleDataCLP.h
8>37>GenerateCLP --InputXML /.../CIP/CommandLineTools/FitLobeSurfaceModelsToParticleData/FitLobeSurfaceModelsToParticleData.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/FitLobeSurfaceModelsToParticleData/FitLobeSurfaceModelsToParticleDataCLP.h
8>37>GenerateCLP: Found 2 parameters groups
8>37>GenerateCLP: Group "IO" has 10 parameters
8>37>GenerateCLP: Group "" has 11 parameters
8>37>Compiling...
8>37>FitLobeSurfaceModelsToParticleData.cxx
8>36>..\..\..\..\CIP\CommandLineTools\FindPatchMatch\FindPatchMatch.cxx(51) : warning C4101: 'index2' : unreferenced local variable
8>36>Creating library...
8>36>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\FindPatchMatch\FindPatchMatchLib.dir\Release\BuildLog.htm"
8>36>FindPatchMatchLib - 0 error(s), 1 warning(s)
8>38>------ Build started: Project: RemoveChestTypeFromLabelMapUsingParticlesLib, Configuration: Release x64 ------
8>38>Generating RemoveChestTypeFromLabelMapUsingParticlesCLP.h
8>38>GenerateCLP --InputXML /.../CIP/CommandLineTools/RemoveChestTypeFromLabelMapUsingParticles/RemoveChestTypeFromLabelMapUsingParticles.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/RemoveChestTypeFromLabelMapUsingParticles/RemoveChestTypeFromLabelMapUsingParticlesCLP.h
8>38>GenerateCLP: Found 2 parameters groups
8>38>GenerateCLP: Group "I/O" has 3 parameters
8>38>GenerateCLP: Group "Parameters" has 1 parameters
8>38>Compiling...
8>37>Creating library...
8>37>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\FitLobeSurfaceModelsToParticleData\FitLobeSurfaceModelsToParticleDataLib.dir\Release\BuildLog.htm"
8>37>FitLobeSurfaceModelsToParticleDataLib - 0 error(s), 0 warning(s)
8>39>------ Build started: Project: GenerateAtlasConvexHullLib, Configuration: Release x64 ------
8>39>Generating GenerateAtlasConvexHullCLP.h
8>39>GenerateCLP --InputXML /.../CIP/CommandLineTools/GenerateAtlasConvexHull/GenerateAtlasConvexHull.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/GenerateAtlasConvexHull/GenerateAtlasConvexHullCLP.h
8>39>GenerateCLP: Found 1 parameters groups
8>39>GenerateCLP: Group "" has 7 parameters
8>39>Compiling...
8>39>GenerateAtlasConvexHull.cxx
8>38>..\..\..\..\CIP\CommandLineTools\RemoveChestTypeFromLabelMapUsingParticles\RemoveChestTypeFromLabelMapUsingParticles.cxx(30) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
8>38>Creating library...
8>38>Build log was saved at "file://d:\Projects\CIP-build\CIP-build\CommandLineTools\RemoveChestTypeFromLabelMapUsingParticles\RemoveChestTypeFromLabelMapUsingParticlesLib.dir\Release\BuildLog.htm"
8>38>RemoveChestTypeFromLabelMapUsingParticlesLib - 0 error(s), 1 warning(s)
8>40>------ Build started: Project: GenerateBinaryThinning3DLib, Configuration: Release x64 ------
8>40>Generating GenerateBinaryThinning3DCLP.h
8>40>GenerateCLP --InputXML /.../CIP/CommandLineTools/GenerateBinaryThinning3D/GenerateBinaryThinning3D.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/GenerateBinaryThinning3D/GenerateBinaryThinning3DCLP.h
8>40>GenerateCLP: Found 1 parameters groups
8>40>GenerateCLP: Group "IO" has 2 parameters
8>40>Compiling...
8>40>GenerateBinaryThinning3D.cxx
8>43>Compiling...
8>43>GenerateImageSubVolumes.cxx
8>44>------ Build started: Project: RegisterLungAtlasLib, Configuration: Release x64 ------
8>44>Generating RegisterLungAtlasCLP.h
8>44>GenerateCLP --InputXML /.../CIP/CommandLineTools/RegisterLungAtlas/RegisterLungAtlas.xml --OutputCxx /.../CIP-build/CIP-build/CommandLineTools/RegisterLungAtlas/RegisterLungAtlasCLP.h
8>44>GenerateCLP: Found 2 parameters groups
8>44>GenerateCLP: Group "I/O" has 3 parameters
8>44>GenerateCLP: Group "Parameters" has 2 parameters
8>44>Compiling...
8>44>RegisterLungAtlas.cxx
8>61> d:\projects\cip\common\cipParticlesToStenciledLabelMapImageFilter.txx(56) : while compiling class template member function 'void cipParticlesToStenciledLabelMapImageFilter<TInputImage>::GenerateData(void)'
8>61> with
8>61> [
8>61> TInputImage=ImageType
8>61> ]
8>61> ..\..\..\..\CIP\CommandLineTools\GenerateStenciledLabelMapFromParticles\GenerateStenciledLabelMapFromParticles.cxx(67) : see reference to class template instantiation 'cipParticlesToStenciledLabelMapImageFilter<TInputImage>' being compiled
8>61> with
8>61> [
8>61> TInputImage=ImageType
8>61> ]
8>79> d:\projects\cip\common\itkCIPPartialLungLabelMapImageFilter.txx(469) : while compiling class template member function 'std::vector<_Ty> itk::CIPPartialLungLabelMapImageFilter<TInputImage>::GetAirwaySeeds(itk::SmartPointer<TObjectType>)'
8>79> with
8>79> [
8>79> _Ty=itk::Index<3>,
8>79> TInputImage=ShortImageType,
8>79> TObjectType=itk::Image<unsigned short,3>
8>79> ]
8>79> d:\projects\cip\common\itkCIPPartialLungLabelMapImageFilter.txx(664) : while compiling class template member function 'void itk::CIPPartialLungLabelMapImageFilter<TInputImage>::SetAirwayMaxIntensityThreshold(short)'
8>79> with
8>79> [
8>79> TInputImage=ShortImageType
8>79> ]
8>79> ..\..\..\..\CIP\CommandLineTools\GeneratePartialLungLabelMap\GeneratePartialLungLabelMap.cxx(51) : see reference to class template instantiation 'itk::CIPPartialLungLabelMapImageFilter<TInputImage>' being compiled
8>80>Creating library...
8>79> with
8>79> [
8>79> TInputImage=ShortImageType
8>79> ]
8>209>..\..\..\..\CIP\Common\Testing\cipLobeSurfaceModelTEST.cxx(25) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
8>209>..\..\..\..\CIP\Common\Testing\cipLobeSurfaceModelTEST.cxx(26) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data