Skip to content

Instantly share code, notes, and snippets.

@shangjiyu
Last active January 4, 2016 21:39
Show Gist options
  • Save shangjiyu/8682714 to your computer and use it in GitHub Desktop.
Save shangjiyu/8682714 to your computer and use it in GitHub Desktop.
VES ANDROID BUILDING FOR WINDOWS
##Installing the Windows development environment
============================================================================================
#Download and install the Android SDK from here: http://developer.android.com/sdk/index.html
You should download and install the ADT Bundle for Windows(of course you can DIY). This will give you a .zip file. There is no executable installer.  
You will just have to unzip this into a directory.  For this example I unziped this file into D:\Android-sdk.
#Then the NDK http://developer.android.com/tools/sdk/ndk/index.html
#Need to get Java JDK as well
mine is installed here: C:\Java\jdk1.7.0_25
D:\ves_work\VES>git status
# On branch master
nothing to commit, working directory clean
D:\ves_work\VES>git pull > D:\ves_work\ves.txt
remote: Counting objects: 73, done.
remote: Compressing objects: 100% (32/32), done.
remote: Total 41 (delta 29), reused 14 (delta 9)
Unpacking objects: 100% (41/41), done.
From git://vtk.org/stage/VES
613859e..0c5c374 master -> origin/master
* [new branch] fix_xcode_5_clang_5_issues -> origin/fix_xcode_5_clang_5_is
sues
7e142d3..c42e299 next -> origin/next
* [new branch] opacity-fix -> origin/opacity-fix
+ 1ad0064...8fe4148 update-curl -> origin/update-curl (forced update)
Updating 613859e..0c5c374
Fast-forward
Apps/Android/Kiwi/jni/KiwiNative.cpp | 2 +-
.../KiwiViewer/KiwiViewer/MyGLKViewController.mm | 4 +-
Apps/iOS/KiwiViewer/KiwiViewer/ObjectSettings.m | 18 ++++----
Apps/iOS/KiwiViewer/KiwiViewer/kiwiCloudApp.h | 6 +--
src/kiwi/Testing/TestKiwiImage.cpp | 2 +-
src/kiwi/Testing/TestKiwiViewer.cpp | 2 +-
src/kiwi/vesKiwiBaseApp.cpp | 2 +-
src/kiwi/vesKiwiDataConversionTools.cpp | 10 ++---
src/kiwi/vesKiwiImageWidgetRepresentation.cpp | 2 +-
src/kiwi/vesKiwiSceneRepresentation.cpp | 4 +-
src/kiwi/vesKiwiViewerApp.cpp | 17 +++++++-
src/kiwi/vesKiwiWidgetInteractionDelegate.cpp | 46 +++++++++++++++++++-
src/kiwi/vesKiwiWidgetInteractionDelegate.h | 10 +++++
src/kiwi/vesKiwiWidgetRepresentation.cpp | 24 +++++++++++
src/kiwi/vesKiwiWidgetRepresentation.h | 3 ++
src/kiwi/vesMidasClient.h | 7 ++--
src/kiwi/vesPVWebClient.cpp | 4 +-
src/kiwi/vesPVWebClient.h | 12 +++---
src/kiwi/vesPVWebDataSet.h | 5 ++-
src/ves/vesCullVisitor.cpp | 2 +-
src/ves/vesGeometryData.h | 2 +-
src/ves/vesMaterial.cpp | 4 +-
src/ves/vesRenderer.cpp | 6 +--
src/ves/vesSharedPtr.h | 49 +++++++++++++++++-----
24 files changed, 185 insertions(+), 58 deletions(-)
D:\ves_work\VES>git log --pretty=oneline -n 5 >> D:\ves_work\ves.txt
0c5c3744ea1184d74c9c870748a74b27c10a7c86 Merge topic 'additional-gesture-support'
08b581039db61b2319cac7e1af2acf55cdba0188 enh: add support for two touch gestures to widget representation
d87a239dbdf5138e8c1f6e7419d5b8dd28df57ad Merge topic 'shared_ptr-fixes'
613859ed5fb7dded9dbec8824709067342c4de15 Merge topic 'improve_ves_android'
63ce36ea19b97a9e1d5330aeab74f83a25ca7dac shared_ptr fixes building with libarchive and curl.
#Configure VES with CMake
#open a VS Command Prompt (you can google it how to)
#set ANDROID_NDK environment for example mine for now only r8b ndk version is fully supported!!!!
D:\ves_work\VES>set ANDROID_NDK=D:\android-ndk-r8b >> D:\ves_work\ves.txt
D:\ves_work\VES>echo %ANDROID_NDK% >> D:\ves_work\ves.txt
D:\android-ndk-r8b
# run cmake­gui from command line
D:\ves_work\VES>E:\cmake-2.8.12.1-win32-x86\bin\cmake-gui.exe >> D:\ves_work\ves.txt
************************************************
* see the verbose build_VES_cmake_config_images in the end**
************************************************
D:\ves_work\VES>cd ../ves_build >> D:\ves.txt
D:\ves_work\ves_build>jom >> D:\ves.txt
Scanning dependencies of target eigen
[ 3%] Creating directories for 'eigen'
[ 6%] Performing download step (download, verify and extract) for 'eigen'
-- downloading...
src='http://vtk.org/files/support/eigen-3.1.2.tar.gz'
dst='D:/ves_work/ves_build/downloads/eigen-3.1.2.tar.gz'
timeout='none'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
[ 3%] Performing download step (download, verify and extract) for 'eigen'
-- downloading...
src='http://vtk.org/files/support/eigen-3.1.2.tar.gz'
dst='D:/ves_work/ves_build/downloads/eigen-3.1.2.tar.gz'
timeout='none'
-- [download 0% complete]
-- [download 1% complete]
-- [download 3% complete]
-- [download 10% complete]
-- [download 25% complete]
-- [download 38% complete]
-- [download 57% complete]
-- [download 70% complete]
-- [download 84% complete]
-- [download 96% complete]
-- [download 100% complete]
-- downloading... done
-- verifying file...
file='D:/ves_work/ves_build/downloads/eigen-3.1.2.tar.gz'
-- verifying file... done
-- extracting...
src='D:/ves_work/ves_build/downloads/eigen-3.1.2.tar.gz'
dst='D:/ves_work/ves_build/CMakeExternals/Source/eigen'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 6%] [ 9%] No update step for 'eigen'
No patch step for 'eigen'
[ 12%] No configure step for 'eigen'
[ 15%] No build step for 'eigen'
[ 18%] Performing install step for 'eigen'
[ 21%] Completed 'eigen'
[ 24%] Built target eigen
Scanning dependencies of target vtk-host
[ 27%] Creating directories for 'vtk-host'
[ 30%] Performing download step (download, verify and extract) for 'vtk-host'
-- downloading...
src='http://www.vtk.org/files/release/6.0/vtk-6.0.0.tar.gz'
dst='D:/ves_work/ves_build/downloads/vtk-6.0.0.tar.gz'
timeout='none'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 51% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 100% complete]
-- downloading... done
-- verifying file...
file='D:/ves_work/ves_build/downloads/vtk-6.0.0.tar.gz'
-- verifying file... done
-- extracting...
src='D:/ves_work/ves_build/downloads/vtk-6.0.0.tar.gz'
dst='D:/ves_work/ves_build/CMakeExternals/Source/vtk'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] [ 36%] No update step for 'vtk-host'
Performing patch step for 'vtk-host'
[ 39%] Performing configure step for 'vtk-host'
-- The C compiler identification is MSVC 18.0.21005.1
-- The CXX compiler identification is MSVC 18.0.21005.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Performing Test Support for 64 bit file systems
-- Performing Test Support for 64 bit file systems - Failed
-- Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON
-- Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON - Success
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for include file pthread.h
-- Looking for include file pthread.h - not found
-- Found Threads: TRUE
-- Looking for C++ include iostream
-- Looking for C++ include iostream - found
-- Check for STD namespace
-- Check for STD namespace - found
-- Check for ANSI scope
-- Check for ANSI scope - found
-- Check for sstream
-- Check for sstream - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of char
-- Check size of char - done
-- Check size of short
-- Check size of short - done
-- Check size of float
-- Check size of float - done
-- Check size of double
-- Check size of double - done
-- Check size of long long
-- Check size of long long - done
-- Check size of __int64
-- Check size of __int64 - done
-- Check size of uintptr_t
-- Check size of uintptr_t - done
-- Checking whether long and __int64 are the same type
-- Checking whether long and __int64 are the same type -- no
-- Checking whether long long and __int64 are the same type
-- Checking whether long long and __int64 are the same type -- yes
-- Checking signedness of char
-- Checking signedness of char -- signed
-- Checking support for full template specialization syntax
-- Checking support for full template specialization syntax -- yes
-- Checking support for C++ explicit template instantiation
-- Checking support for C++ explicit template instantiation -- yes
-- Checking ANSI streams end-of-file bug level
-- Checking ANSI streams end-of-file bug level - 1
-- Checking if ostream supports long long
-- Checking if ostream supports long long -- yes
-- Checking if istream supports long long
-- Checking if istream supports long long -- yes
-- Looking for getsockname in socket
-- Looking for getsockname in socket - not found
-- Checking for getsockname with socklen_t
-- Checking for getsockname with socklen_t -- no
-- Looking for SO_REUSEADDR
-- Looking for SO_REUSEADDR - not found
-- Group StandAlone modules: vtkChartsCore;vtkCommonComputationalGeometry;vtkCommonCore;vtkCommonExecutionModel;vtkCommonMisc;vtkCommonSystem;vtkCommonTransforms;vtkDomainsChemistry;vtkFiltersAMR;vtkFiltersCore;vtkFiltersExtraction;vtkFiltersFlowPaths;vtkFiltersGeneral;vtkFiltersGeneric;vtkFiltersGeometry;vtkFiltersHybrid;vtkFiltersHyperTree;vtkFiltersImaging;vtkFiltersModeling;vtkFiltersParallel;vtkFiltersParallelImaging;vtkFiltersProgrammable;vtkFiltersSelection;vtkFiltersSources;vtkFiltersStatistics;vtkFiltersTexture;vtkFiltersVerdict;vtkImagingColor;vtkImagingCore;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInfovisCore;vtkInfovisLayout;vtkIOAMR;vtkIOCore;vtkIOEnSight;vtkIOExodus;vtkIOExport;vtkIOGeometry;vtkIOImage;vtkIOImport;vtkIOInfovis;vtkIOLegacy;vtkIOLSDyna;vtkIOMINC;vtkIOMovie;vtkIONetCDF;vtkIOParallel;vtkIOPLY;vtkIOSQL;vtkIOVideo;vtkIOXML;vtkIOXMLParser;vtkParallelCore
-- Group Imaging modules: vtkFiltersImaging;vtkImagingColor;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInteractionImage;vtkRenderingImage
-- Group MPI modules: vtkFiltersParallelGeometry;vtkFiltersParallelMPI;vtkIOMPIImage;vtkIOMPIParallel;vtkIOParallelNetCDF;vtkParallelMPI
-- Group Rendering modules: vtkGeovisCore;vtkInteractionImage;vtkInteractionStyle;vtkInteractionWidgets;vtkRenderingAnnotation;vtkRenderingContext2D;vtkRenderingCore;vtkRenderingFreeType;vtkRenderingFreeTypeOpenGL;vtkRenderingHybridOpenGL;vtkRenderingImage;vtkRenderingLabel;vtkRenderingLOD;vtkRenderingOpenGL;vtkRenderingVolume;vtkRenderingVolumeAMR;vtkRenderingVolumeOpenGL;vtkViewsContext2D;vtkViewsCore;vtkViewsGeovis;vtkViewsInfovis
-- Group Qt modules: vtkGUISupportQt;vtkGUISupportQtOpenGL;vtkGUISupportQtSQL;vtkGUISupportQtWebkit;vtkRenderingQt;vtkViewsQt
-- Group Tk modules: vtkRenderingTk
-- Group Views modules: vtkViewsContext2D;vtkViewsGeovis
-- Enabled 43 modules:
-- * vtkCommonComputationalGeometry, needed by 2 modules:
vtkFiltersGeneral
vtkFiltersSources
-- * vtkCommonCore, needed by 4 modules:
vtkCommonMath
vtkCommonSystem
vtkCommonTransforms
vtkParallelCore
-- * vtkCommonDataModel, needed by 9 modules:
vtkCommonComputationalGeometry
vtkCommonExecutionModel
vtkIOCore
vtkIOGeometry
vtkIOImage
vtkIOInfovis
vtkIOLegacy
vtkIOXMLParser
vtkInfovisCore
-- * vtkCommonExecutionModel, needed by 8 modules:
vtkFiltersCore
vtkFiltersExtraction
vtkFiltersStatistics
vtkIOCore
vtkIOImage
vtkIOPLY
vtkImagingCore
vtkRenderingCore
-- * vtkCommonMath, needed by 8 modules:
vtkCommonComputationalGeometry
vtkCommonDataModel
vtkCommonMisc
vtkCommonTransforms
vtkFiltersCore
vtkFiltersStatistics
vtkIOImage
vtkImagingCore
-- * vtkCommonMisc, needed by 11 modules:
vtkCommonDataModel
vtkCommonExecutionModel
vtkFiltersCore
vtkFiltersStatistics
vtkIOCore
vtkIOGeometry
vtkIOImage
vtkIOInfovis
vtkIOLegacy
vtkIOPLY
vtkIOXMLParser
-- * vtkCommonSystem, needed by 10 modules:
vtkCommonComputationalGeometry
vtkCommonDataModel
vtkFiltersCore
vtkIOGeometry
vtkIOImage
vtkIOInfovis
vtkIOLegacy
vtkIOXMLParser
vtkImagingCore
vtkInfovisCore
-- * vtkCommonTransforms, needed by 6 modules:
vtkCommonDataModel
vtkFiltersCore
vtkFiltersStatistics
vtkIOImage
vtkImagingCore
vtkRenderingCore
-- * vtkDICOMParser, needed by vtkIOImage.
-- * vtkFiltersCore, requested by Module_vtkFiltersCore.
-- * vtkFiltersExtraction, needed by 2 modules:
vtkInfovisCore
vtkRenderingCore
-- * vtkFiltersGeneral, needed by 5 modules:
vtkFiltersExtraction
vtkFiltersModeling
vtkFiltersSources
vtkInfovisCore
vtkRenderingCore
-- * vtkFiltersGeometry, requested by Module_vtkFiltersGeometry.
-- * vtkFiltersModeling, requested by Module_vtkFiltersModeling.
-- * vtkFiltersSources, requested by Module_vtkFiltersSources.
-- * vtkFiltersStatistics, needed by vtkFiltersExtraction.
-- * vtkIOCore, needed by 5 modules:
vtkIOGeometry
vtkIOImage
vtkIOInfovis
vtkIOLegacy
vtkIOXMLParser
-- * vtkIOGeometry, requested by Module_vtkIOGeometry.
-- * vtkIOImage, requested by Module_vtkIOImage.
-- * vtkIOInfovis, requested by Module_vtkIOInfovis.
-- * vtkIOLegacy, requested by Module_vtkIOLegacy.
-- * vtkIOPLY, requested by Module_vtkIOPLY.
-- * vtkIOXML, requested by Module_vtkIOXML.
-- * vtkIOXMLParser, needed by 2 modules:
vtkIOXML
vtkRenderingCore
-- * vtkImagingCore, requested by Module_vtkImagingCore.
-- * vtkImagingFourier, needed by vtkFiltersStatistics.
-- * vtkInfovisCore, needed by vtkIOInfovis.
-- * vtkMetaIO, needed by vtkIOImage.
-- * vtkParallelCore, requested by Module_vtkParallelCore.
-- * vtkRenderingCore, requested by Module_vtkRenderingCore.
-- * vtkRenderingFreeType, requested by Module_vtkRenderingFreeType.
-- * vtkUtilitiesHashSource, needed by vtkParallelCore.
-- * vtkUtilitiesMaterialLibrary, needed by vtkRenderingCore.
-- * vtkalglib, needed by vtkFiltersStatistics.
-- * vtkexpat, needed by vtkIOXMLParser.
-- * vtkfreetype, needed by vtkRenderingFreeType.
-- * vtkjpeg, needed by 2 modules:
vtkIOImage
vtktiff
-- * vtkjsoncpp, needed by vtkIOGeometry.
-- * vtklibxml2, needed by vtkIOInfovis.
-- * vtkpng, needed by vtkIOImage.
-- * vtksys, needed by 6 modules:
vtkCommonCore
vtkCommonSystem
vtkDICOMParser
vtkIOCore
vtkUtilitiesHashSource
vtkUtilitiesMaterialLibrary
-- * vtktiff, needed by vtkIOImage.
-- * vtkzlib, needed by 7 modules:
vtkIOCore
vtkIOGeometry
vtkMetaIO
vtkfreetype
vtklibxml2
vtkpng
vtktiff
-- Checking whether header cstdio is available
-- Checking whether header cstdio is available - yes
-- Checking for Large File Support
-- Checking for Large File Support - failed to compile
-- Checking whether STL classes are in std namespace
-- Checking whether STL classes are in std namespace - yes
-- Checking whether ANSI stream headers are available
-- Checking whether ANSI stream headers are available - yes
-- Checking whether ANSI streams are in std namespace
-- Checking whether ANSI streams are in std namespace - yes
-- Checking whether ANSI string stream is available
-- Checking whether ANSI string stream is available - yes
-- Checking whether header cstddef is available
-- Checking whether header cstddef is available - yes
-- Checking whether stl string has operator!= for char*
-- Checking whether stl string has operator!= for char* - yes
-- Checking whether stl has iterator_traits
-- Checking whether stl has iterator_traits - yes
-- Checking whether stl has standard template allocator
-- Checking whether stl has standard template allocator - yes
-- Checking for rebind member of stl allocator
-- Checking for rebind member of stl allocator - yes
-- Checking for non-standard argument to stl allocator<>::max_size
-- Checking for non-standard argument to stl allocator<>::max_size - no
-- Checking whether stl containers support allocator objects.
-- Checking whether stl containers support allocator objects. - yes
-- Checking whether ios has binary openmode
-- Checking whether ios has binary openmode - yes
-- Checking whether "<>" is needed for template friends
-- Checking whether "<>" is needed for template friends - yes
-- Checking for member template support
-- Checking for member template support - yes
-- Checking for standard template specialization syntax
-- Checking for standard template specialization syntax - yes
-- Checking whether argument dependent lookup is supported
-- Checking whether argument dependent lookup is supported - yes
-- Checking whether C++ compiler has 'long long'
-- Checking whether C++ compiler has 'long long' - yes
-- Checking whether C++ compiler has '__int64'
-- Checking whether C++ compiler has '__int64' - yes
-- Checking whether long and __int64 are the same type
-- Checking whether long and __int64 are the same type - no
-- Checking whether long long and __int64 are the same type
-- Checking whether long long and __int64 are the same type - yes
-- Checking for C type size macros
-- Checking for C type size macros - compiled
-- Check size of char
-- Check size of char - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of __int64
-- Check size of __int64 - done
-- Checking whether char is signed
-- Checking whether char is signed - yes
-- Checking whether C compiler has ptrdiff_t in stddef.h
-- Checking whether C compiler has ptrdiff_t in stddef.h - yes
-- Checking whether C compiler has ssize_t in unistd.h
-- Checking whether C compiler has ssize_t in unistd.h - no
-- Checking whether CXX compiler has setenv
-- Checking whether CXX compiler has setenv - no
-- Checking whether CXX compiler has unsetenv
-- Checking whether CXX compiler has unsetenv - no
-- Checking whether CXX compiler has environ in stdlib.h
-- Checking whether CXX compiler has environ in stdlib.h - yes
-- Looking for include files sys/types.h, ifaddrs.h
-- Looking for include files sys/types.h, ifaddrs.h - not found
-- Looking for GetProcessMemoryInfo
-- Looking for GetProcessMemoryInfo - found
-- Checking whether CXX compiler has rlimit64
-- Checking whether CXX compiler has rlimit64 - no
-- Checking whether CXX compiler has atol
-- Checking whether CXX compiler has atol - yes
-- Checking whether CXX compiler has atoll
-- Checking whether CXX compiler has atoll - yes
-- Checking whether CXX compiler has _atoi64
-- Checking whether CXX compiler has _atoi64 - yes
-- Looking for std::isnan
-- Looking for std::isnan - not found
-- Looking for std::isinf
-- Looking for std::isinf - not found
-- Looking for std::isfinite
-- Looking for std::isfinite - not found
-- Looking for isnan
-- Looking for isnan - found
-- Looking for isinf
-- Looking for isinf - found
-- Looking for isfinite
-- Looking for isfinite - found
-- Looking for finite
-- Looking for finite - not found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for feenableexcept
-- Looking for feenableexcept - not found
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Failed
-- Performing Test COMPILER_HAS_DEPRECATED
-- Performing Test COMPILER_HAS_DEPRECATED - Success
-- Looking for include file assert.h
-- Looking for include file assert.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - not found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - not found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - not found
-- Looking for include file windows.h
-- Looking for include file windows.h - found
-- Looking for include file ieeefp.h
-- Looking for include file ieeefp.h - not found
-- Looking for floor
-- Looking for floor - found
-- Looking for getopt
-- Looking for getopt - not found
-- Looking for isascii
-- Looking for isascii - not found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for memset
-- Looking for memset - found
-- Looking for mmap
-- Looking for mmap - not found
-- Looking for pow
-- Looking for pow - found
-- Looking for sqrt
-- Looking for sqrt - found
-- Looking for strcasecmp
-- Looking for strcasecmp - not found
-- Looking for strchr
-- Looking for strchr - found
-- Looking for strrchr
-- Looking for strrchr - found
-- Looking for strstr
-- Looking for strstr - found
-- Looking for strtol
-- Looking for strtol - found
-- Looking for areroul
-- Looking for areroul - not found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Looking for dlopen in dl;
-- Looking for dlopen in dl; - not found
-- Looking for shl_load in dld;
-- Looking for shl_load in dld; - not found
-- Looking for dlopen in
-- Looking for dlopen in - not found
-- Looking for include file stdio.h
-- Looking for include file stdio.h - found
-- Looking for 8 include files stdio.h, ..., netdb.h
-- Looking for 8 include files stdio.h, ..., netdb.h - not found
-- Looking for 9 include files stdio.h, ..., sys/socket.h
-- Looking for 9 include files stdio.h, ..., sys/socket.h - not found
-- Looking for 9 include files stdio.h, ..., netinet/in.h
-- Looking for 9 include files stdio.h, ..., netinet/in.h - not found
-- Looking for 9 include files stdio.h, ..., sys/select.h
-- Looking for 9 include files stdio.h, ..., sys/select.h - not found
-- Looking for 13 include files stdio.h, ..., time.h
-- Looking for 13 include files stdio.h, ..., time.h - found
-- Looking for 14 include files stdio.h, ..., signal.h
-- Looking for 14 include files stdio.h, ..., signal.h - found
-- Looking for 15 include files stdio.h, ..., errno.h
-- Looking for 15 include files stdio.h, ..., errno.h - found
-- Looking for 16 include files stdio.h, ..., ansidecl.h
-- Looking for 16 include files stdio.h, ..., ansidecl.h - not found
-- Looking for 16 include files stdio.h, ..., arpa/inet.h
-- Looking for 16 include files stdio.h, ..., arpa/inet.h - not found
-- Looking for 16 include files stdio.h, ..., arpa/nameser.h
-- Looking for 16 include files stdio.h, ..., arpa/nameser.h - not found
-- Looking for 16 include files stdio.h, ..., ctype.h
-- Looking for 16 include files stdio.h, ..., ctype.h - found
-- Looking for 17 include files stdio.h, ..., dirent.h
-- Looking for 17 include files stdio.h, ..., dirent.h - not found
-- Looking for 17 include files stdio.h, ..., dl.h
-- Looking for 17 include files stdio.h, ..., dl.h - not found
-- Looking for 17 include files stdio.h, ..., float.h
-- Looking for 17 include files stdio.h, ..., float.h - found
-- Looking for 18 include files stdio.h, ..., fp_class.h
-- Looking for 18 include files stdio.h, ..., fp_class.h - not found
-- Looking for 18 include files stdio.h, ..., math.h
-- Looking for 18 include files stdio.h, ..., math.h - found
-- Looking for 19 include files stdio.h, ..., nan.h
-- Looking for 19 include files stdio.h, ..., nan.h - not found
-- Looking for 19 include files stdio.h, ..., ndir.h
-- Looking for 19 include files stdio.h, ..., ndir.h - not found
-- Looking for 19 include files stdio.h, ..., pthread.h
-- Looking for 19 include files stdio.h, ..., pthread.h - not found
-- Looking for 19 include files stdio.h, ..., resolv.h
-- Looking for 19 include files stdio.h, ..., resolv.h - not found
-- Looking for 19 include files stdio.h, ..., stdarg.h
-- Looking for 19 include files stdio.h, ..., stdarg.h - found
-- Looking for 20 include files stdio.h, ..., sys/mman.h
-- Looking for 20 include files stdio.h, ..., sys/mman.h - not found
-- Looking for 20 include files stdio.h, ..., sys/timeb.h
-- Looking for 20 include files stdio.h, ..., sys/timeb.h - found
-- Looking for finite
-- Looking for finite - not found
-- Looking for fpclass
-- Looking for fpclass - not found
-- Looking for fp_class
-- Looking for fp_class - not found
-- Looking for fprintf
-- Looking for fprintf - found
-- Looking for ftime
-- Looking for ftime - found
-- Looking for gettimeofday
-- Looking for gettimeofday - not found
-- Looking for localtime
-- Looking for localtime - found
-- Looking for printf
-- Looking for printf - found
-- Looking for sscanf
-- Looking for sscanf - found
-- Looking for sprintf
-- Looking for sprintf - found
-- Looking for snprintf
-- Looking for snprintf - not found
-- Looking for signal
-- Looking for signal - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strndup
-- Looking for strndup - not found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strftime
-- Looking for strftime - found
-- Looking for stat
-- Looking for stat - found
-- Looking for _stat
-- Looking for _stat - found
-- Looking for vfprintf
-- Looking for vfprintf - found
-- Looking for vsnprintf
-- Looking for vsnprintf - found
-- Looking for vsprintf
-- Looking for vsprintf - found
-- Checking for getaddrinfo.
-- Checking for getaddrinfo. - no
-- Checking for socklen_t
-- Checking for socklen_t - no
-- Checking for DIR in sys/dir.h
-- Checking for DIR in sys/dir.h - no
-- Checking for DIR in sys/ndir.h
-- Checking for DIR in sys/ndir.h - no
-- Checking for va_copy
-- Checking for va_copy - yes
-- Checking for __va_copy
-- Checking for __va_copy - no
-- Checking for ipv6 support.
-- Checking for ipv6 support. - no
-- Configuring done
-- Generating done
-- Build files have been written to: D:/ves_work/ves_build/CMakeExternals/Build/vtk-host
[ 42%] Performing build step for 'vtk-host'
Scanning dependencies of target vtksys
[ 0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/ProcessWin32.c.obj
ProcessWin32.c
D:\ves_work\ves_build\CMakeExternals\Source\vtk\Utilities\KWSys\vtksys\ProcessWin32.c(335) : warning C4996: 'GetVersionExA': 被声明为已否决
C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(433) : 参见“GetVersionExA”的声明
D:\ves_work\ves_build\CMakeExternals\Source\vtk\Utilities\KWSys\vtksys\ProcessWin32.c(2353) : warning C4996: 'GetVersionExA': 被声明为已否决
C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(433) : 参见“GetVersionExA”的声明
[ 0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Base64.c.obj
Base64.c
[100%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/MD5.c.obj
MD5.c
[100%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/System.c.obj
System.c
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Directory.cxx.obj
Directory.cxx
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/DynamicLoader.cxx.obj
DynamicLoader.cxx
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Glob.cxx.obj
Glob.cxx
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/RegularExpression.cxx.obj
RegularExpression.cxx
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/SystemTools.cxx.obj
SystemTools.cxx
D:\ves_work\ves_build\CMakeExternals\Source\vtk\Utilities\KWSys\vtksys\SystemTools.cxx(4384) : warning C4996: 'GetVersionExA': 被声明为已否决
C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(433) : 参见“GetVersionExA”的声明
D:\ves_work\ves_build\CMakeExternals\Source\vtk\Utilities\KWSys\vtksys\SystemTools.cxx(4388) : warning C4996: 'GetVersionExA': 被声明为已否决
C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(433) : 参见“GetVersionExA”的声明
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/CommandLineArguments.cxx.obj
CommandLineArguments.cxx
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/SystemInformation.cxx.obj
SystemInformation.cxx
D:\ves_work\ves_build\CMakeExternals\Source\vtk\Utilities\KWSys\vtksys\SystemInformation.cxx(4702) : warning C4996: 'GetVersionExA': 被声明为已否决
C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(433) : 参见“GetVersionExA”的声明
D:\ves_work\ves_build\CMakeExternals\Source\vtk\Utilities\KWSys\vtksys\SystemInformation.cxx(4706) : warning C4996: 'GetVersionExA': 被声明为已否决
C:\Program Files (x86)\Windows Kits\8.1\include\um\sysinfoapi.h(433) : 参见“GetVersionExA”的声明
Linking CXX shared library ..\..\..\bin\vtksys-6.0.dll
正在创建库 ..\..\..\lib\vtksys-6.0.lib 和对象 ..\..\..\lib\vtksys-6.0.exp
[100%] Built target vtksys
Scanning dependencies of target vtkHashSource
[100%] Building CXX object Utilities/HashSource/CMakeFiles/vtkHashSource.dir/vtkHashSource.cxx.obj
vtkHashSource.cxx
Linking CXX executable ..\..\bin\vtkHashSource-6.0.exe
[100%] Built target vtkHashSource
Scanning dependencies of target ProcessShader
[100%] Building CXX object Utilities/MaterialLibrary/CMakeFiles/ProcessShader.dir/ProcessShader.cxx.obj
ProcessShader.cxx
Linking CXX executable ..\..\bin\vtkProcessShader-6.0.exe
[100%] Built target ProcessShader
Scanning dependencies of target vtkCompileTools
[100%] Built target vtkCompileTools
[ 45%] No install step for 'vtk-host'
[ 48%] Completed 'vtk-host'
[ 48%] Built target vtk-host
Scanning dependencies of target vtk-android
[ 51%] Creating directories for 'vtk-android'
[ 54%] No download step for 'vtk-android'
[ 57%] [ 60%] No update step for 'vtk-android'
No patch step for 'vtk-android'
[ 63%] Performing configure step for 'vtk-android'
-- Performing Test HAVE_GCC_ERROR_RETURN_TYPE
-- Performing Test HAVE_GCC_ERROR_RETURN_TYPE - Success
-- Performing Test HAVE_GCC_VISIBILITY
-- Performing Test HAVE_GCC_VISIBILITY - Success
-- Performing Test Support for 64 bit file systems
-- Performing Test Support for 64 bit file systems - Success
-- Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON
-- Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON - Success
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Looking for C++ include iostream
-- Looking for C++ include iostream - found
-- Check for STD namespace
-- Check for STD namespace - found
-- Check for ANSI scope
-- Check for ANSI scope - found
-- Check for sstream
-- Check for sstream - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of char
-- Check size of char - done
-- Check size of short
-- Check size of short - done
-- Check size of float
-- Check size of float - done
-- Check size of double
-- Check size of double - done
-- Check size of long long
-- Check size of long long - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Check size of uintptr_t
-- Check size of uintptr_t - done
-- Checking support for full template specialization syntax
-- Checking support for full template specialization syntax -- yes
-- Checking support for C++ explicit template instantiation
-- Checking support for C++ explicit template instantiation -- yes
-- Checking for builtin __sync_add_and_fetch
-- Checking for builtin __sync_add_and_fetch -- success
-- Checking if ostream supports long long
-- Checking if ostream supports long long -- yes
-- Checking if istream supports long long
-- Checking if istream supports long long -- yes
-- Looking for getsockname in socket
-- Looking for getsockname in socket - not found
-- Checking for getsockname with socklen_t
-- Checking for getsockname with socklen_t -- yes
-- Looking for SO_REUSEADDR
-- Looking for SO_REUSEADDR - found
-- Group StandAlone modules: vtkChartsCore;vtkCommonComputationalGeometry;vtkCommonCore;vtkCommonExecutionModel;vtkCommonMisc;vtkCommonSystem;vtkCommonTransforms;vtkDomainsChemistry;vtkFiltersAMR;vtkFiltersCore;vtkFiltersExtraction;vtkFiltersFlowPaths;vtkFiltersGeneral;vtkFiltersGeneric;vtkFiltersGeometry;vtkFiltersHybrid;vtkFiltersHyperTree;vtkFiltersImaging;vtkFiltersModeling;vtkFiltersParallel;vtkFiltersParallelImaging;vtkFiltersProgrammable;vtkFiltersSelection;vtkFiltersSources;vtkFiltersStatistics;vtkFiltersTexture;vtkFiltersVerdict;vtkImagingColor;vtkImagingCore;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInfovisCore;vtkInfovisLayout;vtkIOAMR;vtkIOCore;vtkIOEnSight;vtkIOExodus;vtkIOExport;vtkIOGeometry;vtkIOImage;vtkIOImport;vtkIOInfovis;vtkIOLegacy;vtkIOLSDyna;vtkIOMINC;vtkIOMovie;vtkIONetCDF;vtkIOParallel;vtkIOPLY;vtkIOSQL;vtkIOVideo;vtkIOXML;vtkIOXMLParser;vtkParallelCore
-- Group Imaging modules: vtkFiltersImaging;vtkImagingColor;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInteractionImage;vtkRenderingImage
-- Group MPI modules: vtkFiltersParallelGeometry;vtkFiltersParallelMPI;vtkIOMPIImage;vtkIOMPIParallel;vtkIOParallelNetCDF;vtkParallelMPI
-- Group Rendering modules: vtkGeovisCore;vtkInteractionImage;vtkInteractionStyle;vtkInteractionWidgets;vtkRenderingAnnotation;vtkRenderingContext2D;vtkRenderingCore;vtkRenderingFreeType;vtkRenderingFreeTypeOpenGL;vtkRenderingHybridOpenGL;vtkRenderingImage;vtkRenderingLabel;vtkRenderingLOD;vtkRenderingOpenGL;vtkRenderingVolume;vtkRenderingVolumeAMR;vtkRenderingVolumeOpenGL;vtkViewsContext2D;vtkViewsCore;vtkViewsGeovis;vtkViewsInfovis
-- Group Qt modules: vtkGUISupportQt;vtkGUISupportQtOpenGL;vtkGUISupportQtSQL;vtkGUISupportQtWebkit;vtkRenderingQt;vtkViewsQt
-- Group Tk modules: vtkRenderingTk
-- Group Views modules: vtkViewsContext2D;vtkViewsGeovis
-- Enabled 43 modules:
-- * vtkCommonComputationalGeometry, needed by 2 modules:
vtkFiltersGeneral
vtkFiltersSources
-- * vtkCommonCore, needed by 4 modules:
vtkCommonMath
vtkCommonSystem
vtkCommonTransforms
vtkParallelCore
-- * vtkCommonDataModel, needed by 9 modules:
vtkCommonComputationalGeometry
vtkCommonExecutionModel
vtkIOCore
vtkIOGeometry
vtkIOImage
vtkIOInfovis
vtkIOLegacy
vtkIOXMLParser
vtkInfovisCore
-- * vtkCommonExecutionModel, needed by 8 modules:
vtkFiltersCore
vtkFiltersExtraction
vtkFiltersStatistics
vtkIOCore
vtkIOImage
vtkIOPLY
vtkImagingCore
vtkRenderingCore
-- * vtkCommonMath, needed by 8 modules:
vtkCommonComputationalGeometry
vtkCommonDataModel
vtkCommonMisc
vtkCommonTransforms
vtkFiltersCore
vtkFiltersStatistics
vtkIOImage
vtkImagingCore
-- * vtkCommonMisc, needed by 11 modules:
vtkCommonDataModel
vtkCommonExecutionModel
vtkFiltersCore
vtkFiltersStatistics
vtkIOCore
vtkIOGeometry
vtkIOImage
vtkIOInfovis
vtkIOLegacy
vtkIOPLY
vtkIOXMLParser
-- * vtkCommonSystem, needed by 10 modules:
vtkCommonComputationalGeometry
vtkCommonDataModel
vtkFiltersCore
vtkIOGeometry
vtkIOImage
vtkIOInfovis
vtkIOLegacy
vtkIOXMLParser
vtkImagingCore
vtkInfovisCore
-- * vtkCommonTransforms, needed by 6 modules:
vtkCommonDataModel
vtkFiltersCore
vtkFiltersStatistics
vtkIOImage
vtkImagingCore
vtkRenderingCore
-- * vtkDICOMParser, needed by vtkIOImage.
-- * vtkFiltersCore, requested by Module_vtkFiltersCore.
-- * vtkFiltersExtraction, needed by 2 modules:
vtkInfovisCore
vtkRenderingCore
-- * vtkFiltersGeneral, needed by 5 modules:
vtkFiltersExtraction
vtkFiltersModeling
vtkFiltersSources
vtkInfovisCore
vtkRenderingCore
-- * vtkFiltersGeometry, requested by Module_vtkFiltersGeometry.
-- * vtkFiltersModeling, requested by Module_vtkFiltersModeling.
-- * vtkFiltersSources, requested by Module_vtkFiltersSources.
-- * vtkFiltersStatistics, needed by vtkFiltersExtraction.
-- * vtkIOCore, needed by 5 modules:
vtkIOGeometry
vtkIOImage
vtkIOInfovis
vtkIOLegacy
vtkIOXMLParser
-- * vtkIOGeometry, requested by Module_vtkIOGeometry.
-- * vtkIOImage, requested by Module_vtkIOImage.
-- * vtkIOInfovis, requested by Module_vtkIOInfovis.
-- * vtkIOLegacy, requested by Module_vtkIOLegacy.
-- * vtkIOPLY, requested by Module_vtkIOPLY.
-- * vtkIOXML, requested by Module_vtkIOXML.
-- * vtkIOXMLParser, needed by 2 modules:
vtkIOXML
vtkRenderingCore
-- * vtkImagingCore, requested by Module_vtkImagingCore.
-- * vtkImagingFourier, needed by vtkFiltersStatistics.
-- * vtkInfovisCore, needed by vtkIOInfovis.
-- * vtkMetaIO, needed by vtkIOImage.
-- * vtkParallelCore, requested by Module_vtkParallelCore.
-- * vtkRenderingCore, requested by Module_vtkRenderingCore.
-- * vtkRenderingFreeType, requested by Module_vtkRenderingFreeType.
-- * vtkUtilitiesHashSource, needed by vtkParallelCore.
-- * vtkUtilitiesMaterialLibrary, needed by vtkRenderingCore.
-- * vtkalglib, needed by vtkFiltersStatistics.
-- * vtkexpat, needed by vtkIOXMLParser.
-- * vtkfreetype, needed by vtkRenderingFreeType.
-- * vtkjpeg, needed by 2 modules:
vtkIOImage
vtktiff
-- * vtkjsoncpp, needed by vtkIOGeometry.
-- * vtklibxml2, needed by vtkIOInfovis.
-- * vtkpng, needed by vtkIOImage.
-- * vtksys, needed by 6 modules:
vtkCommonCore
vtkCommonSystem
vtkDICOMParser
vtkIOCore
vtkUtilitiesHashSource
vtkUtilitiesMaterialLibrary
-- * vtktiff, needed by vtkIOImage.
-- * vtkzlib, needed by 7 modules:
vtkIOCore
vtkIOGeometry
vtkMetaIO
vtkfreetype
vtklibxml2
vtkpng
vtktiff
-- Checking whether header cstdio is available
-- Checking whether header cstdio is available - yes
-- Checking whether STL classes are in std namespace
-- Checking whether STL classes are in std namespace - yes
-- Checking whether ANSI stream headers are available
-- Checking whether ANSI stream headers are available - yes
-- Checking whether ANSI streams are in std namespace
-- Checking whether ANSI streams are in std namespace - yes
-- Checking whether ANSI string stream is available
-- Checking whether ANSI string stream is available - yes
-- Checking whether header cstddef is available
-- Checking whether header cstddef is available - yes
-- Checking whether stl string has operator!= for char*
-- Checking whether stl string has operator!= for char* - yes
-- Checking whether stl has iterator_traits
-- Checking whether stl has iterator_traits - yes
-- Checking whether stl has standard template allocator
-- Checking whether stl has standard template allocator - yes
-- Checking for rebind member of stl allocator
-- Checking for rebind member of stl allocator - yes
-- Checking for non-standard argument to stl allocator<>::max_size
-- Checking for non-standard argument to stl allocator<>::max_size - no
-- Checking whether stl containers support allocator objects.
-- Checking whether stl containers support allocator objects. - yes
-- Checking whether ios has binary openmode
-- Checking whether ios has binary openmode - yes
-- Checking whether "<>" is needed for template friends
-- Checking whether "<>" is needed for template friends - yes
-- Checking for member template support
-- Checking for member template support - yes
-- Checking for standard template specialization syntax
-- Checking for standard template specialization syntax - yes
-- Checking whether argument dependent lookup is supported
-- Checking whether argument dependent lookup is supported - yes
-- Checking whether struct stat has st_mtim member
-- Checking whether struct stat has st_mtim member - no
-- Checking whether C++ compiler has 'long long'
-- Checking whether C++ compiler has 'long long' - yes
-- Checking whether C++ compiler has '__int64'
-- Checking whether C++ compiler has '__int64' - no
-- Checking for C type size macros
-- Checking for C type size macros - compiled
-- Check size of char
-- Check size of char - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Checking whether C compiler has ptrdiff_t in stddef.h
-- Checking whether C compiler has ptrdiff_t in stddef.h - yes
-- Checking whether C compiler has ssize_t in unistd.h
-- Checking whether C compiler has ssize_t in unistd.h - yes
-- Checking whether CXX compiler has setenv
-- Checking whether CXX compiler has setenv - yes
-- Checking whether CXX compiler has unsetenv
-- Checking whether CXX compiler has unsetenv - yes
-- Checking whether CXX compiler has environ in stdlib.h
-- Checking whether CXX compiler has environ in stdlib.h - no
-- Looking for include files sys/types.h, ifaddrs.h
-- Looking for include files sys/types.h, ifaddrs.h - not found
-- Checking whether CXX compiler has rlimit64
-- Checking whether CXX compiler has rlimit64 - no
-- Checking whether CXX compiler has atol
-- Checking whether CXX compiler has atol - yes
-- Checking whether CXX compiler has atoll
-- Checking whether CXX compiler has atoll - yes
-- Checking whether CXX compiler has _atoi64
-- Checking whether CXX compiler has _atoi64 - no
-- Looking for std::isnan
-- Looking for std::isnan - not found
-- Looking for std::isinf
-- Looking for std::isinf - not found
-- Looking for std::isfinite
-- Looking for std::isfinite - not found
-- Looking for isnan
-- Looking for isnan - found
-- Looking for isinf
-- Looking for isinf - found
-- Looking for isfinite
-- Looking for isfinite - found
-- Looking for finite
-- Looking for finite - not found
-- Looking for fenv.h
-- Looking for fenv.h - not found
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Looking for include file assert.h
-- Looking for include file assert.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file windows.h
-- Looking for include file windows.h - not found
-- Looking for include file ieeefp.h
-- Looking for include file ieeefp.h - not found
-- Looking for floor
-- Looking for floor - not found
-- Looking for getopt
-- Looking for getopt - found
-- Looking for isascii
-- Looking for isascii - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for memset
-- Looking for memset - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for pow
-- Looking for pow - not found
-- Looking for sqrt
-- Looking for sqrt - not found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strchr
-- Looking for strchr - found
-- Looking for strrchr
-- Looking for strrchr - found
-- Looking for strstr
-- Looking for strstr - found
-- Looking for strtol
-- Looking for strtol - found
-- Looking for areroul
-- Looking for areroul - not found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Looking for dlopen in dl;
-- Looking for dlopen in dl; - found
-- Looking for shl_load in dld;dl
-- Looking for shl_load in dld;dl - not found
-- Looking for dlopen in dl;dl;m
-- Looking for dlopen in dl;dl;m - found
-- Looking for include file stdio.h
-- Looking for include file stdio.h - found
-- Looking for 9 include files stdio.h, ..., netdb.h
-- Looking for 9 include files stdio.h, ..., netdb.h - found
-- Looking for 11 include files stdio.h, ..., sys/socket.h
-- Looking for 11 include files stdio.h, ..., sys/socket.h - found
-- Looking for 12 include files stdio.h, ..., netinet/in.h
-- Looking for 12 include files stdio.h, ..., netinet/in.h - found
-- Looking for 13 include files stdio.h, ..., sys/select.h
-- Looking for 13 include files stdio.h, ..., sys/select.h - found
-- Looking for 20 include files stdio.h, ..., time.h
-- Looking for 20 include files stdio.h, ..., time.h - found
-- Looking for 22 include files stdio.h, ..., signal.h
-- Looking for 22 include files stdio.h, ..., signal.h - found
-- Looking for 23 include files stdio.h, ..., errno.h
-- Looking for 23 include files stdio.h, ..., errno.h - found
-- Looking for 24 include files stdio.h, ..., ansidecl.h
-- Looking for 24 include files stdio.h, ..., ansidecl.h - not found
-- Looking for 24 include files stdio.h, ..., arpa/inet.h
-- Looking for 24 include files stdio.h, ..., arpa/inet.h - found
-- Looking for 25 include files stdio.h, ..., arpa/nameser.h
-- Looking for 25 include files stdio.h, ..., arpa/nameser.h - found
-- Looking for 26 include files stdio.h, ..., ctype.h
-- Looking for 26 include files stdio.h, ..., ctype.h - found
-- Looking for 27 include files stdio.h, ..., dirent.h
-- Looking for 27 include files stdio.h, ..., dirent.h - found
-- Looking for 28 include files stdio.h, ..., dl.h
-- Looking for 28 include files stdio.h, ..., dl.h - not found
-- Looking for 28 include files stdio.h, ..., float.h
-- Looking for 28 include files stdio.h, ..., float.h - found
-- Looking for 29 include files stdio.h, ..., fp_class.h
-- Looking for 29 include files stdio.h, ..., fp_class.h - not found
-- Looking for 29 include files stdio.h, ..., math.h
-- Looking for 29 include files stdio.h, ..., math.h - found
-- Looking for 30 include files stdio.h, ..., nan.h
-- Looking for 30 include files stdio.h, ..., nan.h - not found
-- Looking for 30 include files stdio.h, ..., ndir.h
-- Looking for 30 include files stdio.h, ..., ndir.h - not found
-- Looking for 30 include files stdio.h, ..., pthread.h
-- Looking for 30 include files stdio.h, ..., pthread.h - found
-- Looking for 31 include files stdio.h, ..., resolv.h
-- Looking for 31 include files stdio.h, ..., resolv.h - found
-- Looking for 32 include files stdio.h, ..., stdarg.h
-- Looking for 32 include files stdio.h, ..., stdarg.h - found
-- Looking for 33 include files stdio.h, ..., sys/mman.h
-- Looking for 33 include files stdio.h, ..., sys/mman.h - found
-- Looking for 34 include files stdio.h, ..., sys/timeb.h
-- Looking for 34 include files stdio.h, ..., sys/timeb.h - found
-- Looking for finite
-- Looking for finite - found
-- Looking for fpclass
-- Looking for fpclass - not found
-- Looking for fp_class
-- Looking for fp_class - not found
-- Looking for fprintf
-- Looking for fprintf - found
-- Looking for ftime
-- Looking for ftime - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for localtime
-- Looking for localtime - found
-- Looking for printf
-- Looking for printf - found
-- Looking for sscanf
-- Looking for sscanf - found
-- Looking for sprintf
-- Looking for sprintf - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for signal
-- Looking for signal - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strftime
-- Looking for strftime - found
-- Looking for stat
-- Looking for stat - found
-- Looking for _stat
-- Looking for _stat - not found
-- Looking for vfprintf
-- Looking for vfprintf - found
-- Looking for vsnprintf
-- Looking for vsnprintf - found
-- Looking for vsprintf
-- Looking for vsprintf - found
-- Checking for getaddrinfo.
-- Checking for getaddrinfo. - yes
-- Checking for socklen_t
-- Checking for socklen_t - yes
-- Checking for DIR in sys/dir.h
-- Checking for DIR in sys/dir.h - no
-- Checking for DIR in sys/ndir.h
-- Checking for DIR in sys/ndir.h - no
-- Checking for va_copy
-- Checking for va_copy - yes
-- Checking for __va_copy
-- Checking for __va_copy - yes
-- Checking for ipv6 support.
-- Checking for ipv6 support. - yes
-- Configuring done
-- Generating done
-- Build files have been written to: D:/ves_work/ves_build/CMakeExternals/Build/vtk-android
[ 66%] Performing build step for 'vtk-android'
Scanning dependencies of target vtksys
[ 0%] [ 0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/ProcessUNIX.c.o
Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Base64.c.o
[ 1%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/MD5.c.o
[ 1%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/System.c.o
[ 1%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Directory.cxx.o
[ 1%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/DynamicLoader.cxx.o
[ 1%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Glob.cxx.o
Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/RegularExpression.cxx.o
[ 1%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/SystemTools.cxx.o
[ 1%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/CommandLineArguments.cxx.o
[ 1%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/SystemInformation.cxx.o
Linking CXX static library ..\..\..\lib\libvtksys-6.0.a
[ 1%] Built target vtksys
Scanning dependencies of target vtkDICOMParser
[ 1%] [ 1%] Building CXX object Utilities/DICOMParser/CMakeFiles/vtkDICOMParser.dir/DICOMFile.cxx.o
Building CXX object Utilities/DICOMParser/CMakeFiles/vtkDICOMParser.dir/DICOMParser.cxx.o
[ 1%] Building CXX object Utilities/DICOMParser/CMakeFiles/vtkDICOMParser.dir/DICOMAppHelper.cxx.o
Linking CXX static library ..\..\lib\libvtkDICOMParser-6.0.a
[ 1%] Built target vtkDICOMParser
Scanning dependencies of target vtkalglib
[ 1%] [ 1%] Building CXX object ThirdParty/alglib/CMakeFiles/vtkalglib.dir/ap.cpp.o
Building CXX object ThirdParty/alglib/CMakeFiles/vtkalglib.dir/bdsvd.cpp.o
[ 1%] Building CXX object ThirdParty/alglib/CMakeFiles/vtkalglib.dir/bidiagonal.cpp.o
[ 1%] Building CXX object ThirdParty/alglib/CMakeFiles/vtkalglib.dir/blas.cpp.o
[ 1%] Building CXX object ThirdParty/alglib/CMakeFiles/vtkalglib.dir/lq.cpp.o
[ 1%] Building CXX object ThirdParty/alglib/CMakeFiles/vtkalglib.dir/qr.cpp.o
[ 2%] Building CXX object ThirdParty/alglib/CMakeFiles/vtkalglib.dir/reflections.cpp.o
[ 2%] Building CXX object ThirdParty/alglib/CMakeFiles/vtkalglib.dir/rotations.cpp.o
[ 2%] Building CXX object ThirdParty/alglib/CMakeFiles/vtkalglib.dir/svd.cpp.o
Linking CXX static library ..\..\lib\libvtkalglib-6.0.a
[ 2%] Built target vtkalglib
Scanning dependencies of target vtkzlib
[ 2%] [ 2%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/adler32.c.o
Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/compress.c.o
[ 2%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/crc32.c.o
[ 2%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/deflate.c.o
[ 2%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/gzio.c.o
[ 2%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/inffast.c.o
[ 2%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/inflate.c.o
[ 2%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/inftrees.c.o
[ 2%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/trees.c.o
[ 2%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/uncompr.c.o
[ 3%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/zutil.c.o
[ 3%] Built target vtkzlib
Scanning dependencies of target vtkjsoncpp
[ 3%] Building CXX object ThirdParty/jsoncpp/CMakeFiles/vtkjsoncpp.dir/jsoncpp.cpp.o
Linking CXX static library ..\..\lib\libvtkjsoncpp-6.0.a
[ 3%] Built target vtkjsoncpp
Scanning dependencies of target vtkjpeg
[ 3%] [ 3%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jmemnobs.c.o
Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcomapi.c.o
[ 3%] [ 3%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jutils.c.o
Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jerror.c.o
[ 3%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jmemmgr.c.o
[ 3%] [ 3%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcapistd.c.o
[ 3%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jctrans.c.o
[ 3%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcparam.c.o
[ 3%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdatadst.c.o
[ 4%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcinit.c.o
[ 4%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcmaster.c.o
[ 4%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcmarker.c.o
[ 4%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcmainct.c.o
[ 4%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcprepct.c.o
[ 4%] [ 4%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jccoefct.c.o
Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jccolor.c.o
[ 4%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcsample.c.o
[ 4%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jchuff.c.o
[ 4%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcphuff.c.o
[ 4%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcdctmgr.c.o
[ 4%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jfdctfst.c.o
[ 4%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jfdctflt.c.o
[ 4%] [ 5%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jfdctint.c.o
Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdapimin.c.o
[ 5%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdapistd.c.o
[ 5%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdtrans.c.o
[ 5%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdatasrc.c.o
[ 5%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdmaster.c.o
[ 5%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdinput.c.o
[ 5%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdmarker.c.o
[ 5%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdhuff.c.o
[ 5%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdphuff.c.o
[ 5%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdmainct.c.o
[ 5%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdpostct.c.o
[ 5%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jddctmgr.c.o
Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jidctfst.c.o
[ 6%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jidctflt.c.o
[ 6%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jidctint.c.o
[ 6%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jidctred.c.o
[ 6%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdsample.c.o
Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdcolor.c.o
[ 6%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jquant1.c.o
[ 6%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jquant2.c.o
[ 6%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdmerge.c.o
Linking C static library ..\..\..\lib\libvtkjpeg-6.0.a
[ 6%] Built target vtkjpeg
Scanning dependencies of target vtkexpat
[ 6%] [ 6%] Building C object ThirdParty/expat/vtkexpat/CMakeFiles/vtkexpat.dir/xmlparse.c.o
Building C object ThirdParty/expat/vtkexpat/CMakeFiles/vtkexpat.dir/xmltok.c.o
[ 6%] Building C object ThirdParty/expat/vtkexpat/CMakeFiles/vtkexpat.dir/xmlrole.c.o
Linking C static library ..\..\..\lib\libvtkexpat-6.0.a
[ 6%] Built target vtkexpat
Scanning dependencies of target vtkMaterialLibraryConfiguredFiles
[ 6%] Built target vtkMaterialLibraryConfiguredFiles
[ 6%] Generating vtkUnicodeCaseFoldData.h
Scanning dependencies of target vtkCommonCore
[ 6%] [ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkAbstractArray.cxx.o
Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkAnimationCue.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArrayCoordinates.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArray.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArrayExtents.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArrayExtentsList.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArrayIterator.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArrayRange.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArraySort.cxx.o
[ 7%] [ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkBitArray.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkBitArrayIterator.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkBoxMuellerRandomSequence.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkBreakPoint.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkByteSwap.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCallbackCommand.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCharArray.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCollection.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCollectionIterator.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCommand.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCommonInformationKeyManager.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkConditionVariable.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCriticalSection.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDataArrayCollection.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDataArrayCollectionIterator.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDataArray.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDataArraySelection.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDebugLeaks.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDebugLeaksManager.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDoubleArray.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDynamicLoader.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkEventForwarderCommand.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkFileOutputWindow.cxx.o
Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkFloatArray.cxx.o
Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkFloatingPointExceptions.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkGarbageCollector.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkGarbageCollectorManager.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkGaussianRandomSequence.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkIdListCollection.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkIdList.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkIdTypeArray.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkIndent.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformation.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationDataObjectKey.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationDoubleKey.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationDoubleVectorKey.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationIdTypeKey.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationInformationKey.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationInformationVectorKey.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationIntegerKey.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationIntegerPointerKey.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationIntegerVectorKey.cxx.o
Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationIterator.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationKey.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationKeyVectorKey.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationObjectBaseKey.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationObjectBaseVectorKey.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationRequestKey.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationStringKey.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationStringVectorKey.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationUnsignedLongKey.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationVariantKey.cxx.o
Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationVariantVectorKey.cxx.o
[ 11%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationVector.cxx.o
Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInstantiator.cxx.o
[ 11%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkIntArray.cxx.o
[ 11%] [ 11%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkLargeInteger.cxx.o
[ 11%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkLongArray.cxx.o
[ 11%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkLookupTable.cxx.o
[ 11%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkMath.cxx.o
[ 11%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkMinimalStandardRandomSequence.cxx.o
Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkMultiThreader.cxx.o
[ 11%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkMutexLock.cxx.o
[ 11%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkObjectBase.cxx.o
[ 11%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkObject.cxx.o
[ 11%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkObjectFactoryCollection.cxx.o
[ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkObjectFactory.cxx.o
[ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkOldStyleCallbackCommand.cxx.o
[ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkOStreamWrapper.cxx.o
[ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkOStrStreamWrapper.cxx.o
[ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkOutputWindow.cxx.o
[ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkOverrideInformationCollection.cxx.o
[ 12%] [ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkPoints2D.cxx.o
[ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkPoints.cxx.o
[ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkPriorityQueue.cxx.o
[ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkRandomSequence.cxx.o
[ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkReferenceCount.cxx.o
[ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkScalarsToColors.cxx.o
[ 12%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkShortArray.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkSignedCharArray.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkSmartPointerBase.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkSortDataArray.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkStdString.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkStringArray.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTimePointUtility.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTimeStamp.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnicodeStringArray.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnsignedCharArray.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnsignedIntArray.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnsignedLongArray.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnsignedShortArray.cxx.o
[ 13%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkVariantArray.cxx.o
[ 14%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkVariant.cxx.o
[ 14%] [ 14%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkVoidArray.cxx.o
[ 14%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkWeakPointerBase.cxx.o
[ 14%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkWindow.cxx.o
[ 14%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkXMLFileOutputWindow.cxx.o
[ 14%] [ 14%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkLongLongArray.cxx.o
Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnsignedLongLongArray.cxx.o
[ 14%] [ 14%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeInt8Array.cxx.o
Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeInt16Array.cxx.o
[ 14%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeInt32Array.cxx.o
[ 14%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeInt64Array.cxx.o
[ 14%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeUInt8Array.cxx.o
[ 14%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeUInt16Array.cxx.o
[ 15%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeUInt32Array.cxx.o
[ 15%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeUInt64Array.cxx.o
[ 15%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeFloat32Array.cxx.o
[ 15%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeFloat64Array.cxx.o
[ 15%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnicodeString.cxx.o
Linking CXX static library ..\..\lib\libvtkCommonCore-6.0.a
[ 15%] Built target vtkCommonCore
Scanning dependencies of target vtkmetaio
[ 15%] [ 15%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaUtils.cxx.o
Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaArrow.cxx.o
[ 15%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaBlob.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaCommand.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaContour.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaDTITube.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaEllipse.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaGroup.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaGaussian.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaImage.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaImageUtils.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaLandmark.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaLine.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaMesh.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaObject.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaOutput.cxx.o
[ 16%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaScene.cxx.o
[ 17%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaSurface.cxx.o
[ 17%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaTube.cxx.o
[ 17%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaVesselTube.cxx.o
[ 17%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaTransform.cxx.o
[ 17%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaTubeGraph.cxx.o
[ 17%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaForm.cxx.o
[ 17%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaArray.cxx.o
[ 17%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaFEMObject.cxx.o
Linking CXX static library ..\..\..\lib\libvtkmetaio-6.0.a
[ 17%] Built target vtkmetaio
Scanning dependencies of target vtkpng
[ 17%] [ 17%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngget.c.o
Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngrio.c.o
[ 17%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngwrite.c.o
[ 17%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/png.c.o
[ 17%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngmem.c.o
[ 18%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngrtran.c.o
[ 18%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngtrans.c.o
[ 18%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngwtran.c.o
[ 18%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngerror.c.o
[ 18%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngpread.c.o
[ 18%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngrutil.c.o
[ 18%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngvcrd.c.o
[ 18%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngwutil.c.o
[ 18%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pnggccrd.c.o
[ 18%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngread.c.o
[ 18%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngset.c.o
[ 18%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngwio.c.o
Linking C static library ..\..\..\lib\libvtkpng-6.0.a
[ 18%] Built target vtkpng
Scanning dependencies of target vtklibxml2
[ 18%] [ 18%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/DOCBparser.c.o
Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/HTMLparser.c.o
[ 18%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/HTMLtree.c.o
[ 18%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/SAX.c.o
[ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/SAX2.c.o
[ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/c14n.c.o
[ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/catalog.c.o
[ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/chvalid.c.o
[ 19%] [ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/dict.c.o
[ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/encoding.c.o
[ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/entities.c.o
[ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/error.c.o
[ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/globals.c.o
[ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/hash.c.o
[ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/legacy.c.o
[ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/list.c.o
[ 19%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/nanoftp.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/nanohttp.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/parser.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/parserInternals.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/pattern.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/relaxng.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/schematron.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/threads.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/tree.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/uri.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/valid.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xinclude.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xlink.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlIO.c.o
[ 20%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlmemory.c.o
[ 21%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlmodule.c.o
[ 21%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlreader.c.o
[ 21%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlregexp.c.o
[ 21%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlsave.c.o
[ 21%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlschemas.c.o
[ 21%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlschemastypes.c.o
[ 21%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlstring.c.o
[ 21%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlunicode.c.o
[ 21%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlwriter.c.o
[ 21%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xpath.c.o
[ 21%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xpointer.c.o
Linking C static library ..\..\..\lib\libvtklibxml2-6.0.a
[ 21%] Built target vtklibxml2
Scanning dependencies of target vtkfreetype
[ 21%] [ 21%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftbase.c.o
Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftbbox.c.o
[ 21%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftbitmap.c.o
[ 21%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftglyph.c.o
[ 21%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftinit.c.o
[ 21%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftmm.c.o
Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/bdf/bdf.c.o
[ 21%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/cache/ftcache.c.o
[ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/cff/cff.c.o
[ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/cid/type1cid.c.o
[ 22%] [ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/lzw/ftlzw.c.o
[ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/pcf/pcf.c.o
[ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/pfr/pfr.c.o
[ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/psaux/psaux.c.o
[ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/pshinter/pshinter.c.o
[ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/psnames/psmodule.c.o
[ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/raster/raster.c.o
[ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/sfnt/sfnt.c.o
[ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/smooth/smooth.c.o
[ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/truetype/truetype.c.o
[ 22%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/type1/type1.c.o
[ 23%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/type42/type42.c.o
[ 23%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/winfonts/winfnt.c.o
[ 23%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftdebug.c.o
[ 23%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/builds/unix/ftsystem.c.o
Linking C static library ..\..\..\lib\libvtkfreetype-6.0.a
[ 23%] Built target vtkfreetype
Scanning dependencies of target vtktiff
[ 23%] [ 23%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_aux.c.o
Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_close.c.o
[ 23%] [ 23%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_compress.c.o
[ 23%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_dir.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_dirinfo.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_dirread.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_dirwrite.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_dumpmode.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_error.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_fax3.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_flush.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_getimage.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_jpeg.c.o
Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_luv.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_lzw.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_next.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_ojpeg.c.o
[ 24%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_open.c.o
[ 25%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_packbits.c.o
Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_pixarlog.c.o
[ 25%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_predict.c.o
[ 25%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_print.c.o
[ 25%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_read.c.o
[ 25%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_strip.c.o
[ 25%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_swab.c.o
[ 25%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_thunder.c.o
[ 25%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_tile.c.o
Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_version.c.o
[ 25%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_warning.c.o
[ 25%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_write.c.o
[ 25%] [ 25%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_color.c.o
[ 26%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_extension.c.o
[ 26%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_unix.c.o
[ 26%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_fax3sm.c.o
Linking C static library ..\..\..\lib\libvtktiff-6.0.a
[ 26%] Built target vtktiff
Scanning dependencies of target vtkCommonMath
[ 26%] [ 27%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkAmoebaMinimizer.cxx.o
Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkFunctionSet.cxx.o
[ 27%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkInitialValueProblemSolver.cxx.o
[ 27%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkMatrix3x3.cxx.o
[ 27%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkMatrix4x4.cxx.o
[ 27%] [ 27%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkQuaternionInterpolator.cxx.o
[ 27%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkRungeKutta2.cxx.o
[ 27%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkRungeKutta4.cxx.o
[ 27%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkRungeKutta45.cxx.o
[ 27%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkFastNumericConversion.cxx.o
Linking CXX static library ..\..\lib\libvtkCommonMath-6.0.a
[ 27%] Built target vtkCommonMath
Scanning dependencies of target vtkCommonSystem
[ 27%] [ 27%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkClientSocket.cxx.o
Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkDirectory.cxx.o
[ 27%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkServerSocket.cxx.o
[ 27%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkSocket.cxx.o
[ 27%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkSocketCollection.cxx.o
[ 27%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkThreadMessager.cxx.o
[ 27%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkTimerLog.cxx.o
Linking CXX static library ..\..\lib\libvtkCommonSystem-6.0.a
[ 27%] Built target vtkCommonSystem
Scanning dependencies of target vtkCommonMisc
[ 27%] [ 27%] Building CXX object Common/Misc/CMakeFiles/vtkCommonMisc.dir/vtkContourValues.cxx.o
Building CXX object Common/Misc/CMakeFiles/vtkCommonMisc.dir/vtkErrorCode.cxx.o
[ 27%] Building CXX object Common/Misc/CMakeFiles/vtkCommonMisc.dir/vtkFunctionParser.cxx.o
[ 27%] Building CXX object Common/Misc/CMakeFiles/vtkCommonMisc.dir/vtkHeap.cxx.o
[ 28%] Building CXX object Common/Misc/CMakeFiles/vtkCommonMisc.dir/vtkPolygonBuilder.cxx.o
Linking CXX static library ..\..\lib\libvtkCommonMisc-6.0.a
[ 28%] Built target vtkCommonMisc
Scanning dependencies of target vtkCommonTransforms
[ 28%] [ 28%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkAbstractTransform.cxx.o
Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkCylindricalTransform.cxx.o
[ 28%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkGeneralTransform.cxx.o
[ 28%] [ 28%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkHomogeneousTransform.cxx.o
Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkIdentityTransform.cxx.o
[ 28%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkLinearTransform.cxx.o
[ 29%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkMatrixToHomogeneousTransform.cxx.o
[ 29%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkMatrixToLinearTransform.cxx.o
[ 29%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkPerspectiveTransform.cxx.o
[ 29%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkSphericalTransform.cxx.o
[ 29%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkThinPlateSplineTransform.cxx.o
[ 29%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkTransform2D.cxx.o
[ 29%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkTransformCollection.cxx.o
[ 29%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkTransform.cxx.o
[ 29%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkWarpTransform.cxx.o
[ 29%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkLandmarkTransform.cxx.o
Linking CXX static library ..\..\lib\libvtkCommonTransforms-6.0.a
[ 29%] Built target vtkCommonTransforms
Scanning dependencies of target vtkCommonDataModel
[ 29%] [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAbstractCellLocator.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAbstractPointLocator.cxx.o
[ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAdjacentVertexIterator.cxx.o
[ 29%] [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAMRBox.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAnimationScene.cxx.o
[ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAnnotation.cxx.o
[ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAnnotationLayers.cxx.o
[ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkArrayData.cxx.o
[ 29%] [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBiQuadraticQuad.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBiQuadraticQuadraticHexahedron.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBiQuadraticQuadraticWedge.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBiQuadraticTriangle.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBox.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBSPCuts.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBSPIntersections.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCell3D.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellArray.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCell.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellData.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellLinks.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellLocator.cxx.o
[ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellTypes.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCompositeDataSet.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCompositeDataIterator.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCone.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkConvexPointSet.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCubicLine.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCylinder.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObjectCollection.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObject.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObjectTypes.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObjectTree.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObjectTreeIterator.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataSetAttributes.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataSetCollection.cxx.o
[ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataSet.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDirectedAcyclicGraph.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDirectedGraph.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDistributedGraphHelper.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkEdgeListIterator.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkEdgeTable.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkEmptyCell.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkExplicitCell.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkFieldData.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericAdaptorCell.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericAttributeCollection.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericAttribute.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericCell.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericCellIterator.cxx.o
[ 32%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericCellTessellator.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericDataSet.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericEdgeTable.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericInterpolatedVelocityField.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericPointIterator.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericSubdivisionErrorMetric.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGeometricErrorMetric.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGraph.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGraphEdge.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGraphInternals.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHexagonalPrism.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHexahedron.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHierarchicalBoxDataIterator.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHierarchicalBoxDataSet.cxx.o
[ 33%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperOctreeCursor.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperOctree.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperOctreePointsGrabber.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperTree.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperTreeCursor.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperTreeGrid.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImageData.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImageIterator.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitBoolean.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitDataSet.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitFunctionCollection.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitFunction.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitHalo.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitSelectionLoop.cxx.o
[ 34%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitSum.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitVolume.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitWindowFunction.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkIncrementalOctreeNode.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkIncrementalOctreePointLocator.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkIncrementalPointLocator.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkInEdgeIterator.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkInformationQuadratureSchemeDefinitionVectorKey.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkIterativeClosestPointTransform.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkKdNode.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkKdTree.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkKdTreePointLocator.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkLine.cxx.o
[ 35%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkLocator.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMarchingSquaresLineCases.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMarchingCubesTriangleCases.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMeanValueCoordinatesInterpolator.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMergePoints.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMultiBlockDataSet.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMultiPieceDataSet.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMutableDirectedGraph.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMutableUndirectedGraph.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkNonLinearCell.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkNonMergingPointLocator.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOctreePointLocator.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOctreePointLocatorNode.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOrderedTriangulator.cxx.o
[ 36%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOutEdgeIterator.cxx.o
[ 37%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPath.cxx.o
[ 37%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPentagonalPrism.cxx.o
[ 37%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPerlinNoise.cxx.o
[ 37%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPiecewiseFunction.cxx.o
[ 37%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPixel.cxx.o
[ 37%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPlaneCollection.cxx.o
[ 37%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPlane.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPlanes.cxx.o
[ 37%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPlanesIntersection.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointData.cxx.o
[ 37%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointLocator.cxx.o
[ 37%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointSet.cxx.o
[ 37%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointsProjectedHull.cxx.o
[ 37%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyDataCollection.cxx.o
[ 38%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyData.cxx.o
[ 38%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolygon.cxx.o
[ 38%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyhedron.cxx.o
[ 38%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyLine.cxx.o
[ 38%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyPlane.cxx.o
[ 38%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyVertex.cxx.o
[ 38%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPyramid.cxx.o
[ 38%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuad.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticEdge.cxx.o
[ 38%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticHexahedron.cxx.o
[ 38%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticLinearQuad.cxx.o
[ 38%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticLinearWedge.cxx.o
[ 38%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticPyramid.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticQuad.cxx.o
[ 39%] [ 39%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticTriangle.cxx.o
[ 39%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticWedge.cxx.o
[ 39%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadratureSchemeDefinition.cxx.o
[ 39%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadric.cxx.o
[ 39%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkRectilinearGrid.cxx.o
[ 39%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkReebGraph.cxx.o
[ 39%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkReebGraphSimplificationMetric.cxx.o
[ 39%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSelection.cxx.o
[ 39%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSelectionNode.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSimpleCellTessellator.cxx.o
[ 39%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSmoothErrorMetric.cxx.o
[ 39%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSphere.cxx.o
[ 39%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSpline.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredData.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredExtent.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredGrid.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredPointsCollection.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredPoints.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredVisibilityConstraint.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSuperquadric.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTable.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTensor.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTetra.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTreeBFSIterator.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTree.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTreeDFSIterator.cxx.o
[ 40%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTriangle.cxx.o
[ 41%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTriangleStrip.cxx.o
[ 41%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTriQuadraticHexahedron.cxx.o
[ 41%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUndirectedGraph.cxx.o
[ 41%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUniformGrid.cxx.o
[ 41%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUnstructuredGrid.cxx.o
[ 41%] [ 41%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkVertexListIterator.cxx.o
[ 41%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkVoxel.cxx.o
[ 41%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkWedge.cxx.o
[ 41%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkXMLDataElement.cxx.o
[ 41%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTreeIterator.cxx.o
[ 41%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBoundingBox.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAtom.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBond.cxx.o
[ 42%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMolecule.cxx.o
[ 42%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAbstractElectronicData.cxx.o
[ 42%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkNonOverlappingAMR.cxx.o
[ 42%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOverlappingAMR.cxx.o
[ 42%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAMRInformation.cxx.o
[ 42%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAMRDataInternals.cxx.o
Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUniformGridAMR.cxx.o
[ 42%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUniformGridAMRDataIterator.cxx.o
[ 42%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkExtentTranslator.cxx.o
[ 42%] Built target vtkCommonDataModel
Scanning dependencies of target vtkCommonComputationalGeometry
[ 42%] [ 42%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkCardinalSpline.cxx.o
Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkKochanekSpline.cxx.o
[ 42%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricBoy.cxx.o
[ 42%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricConicSpiral.cxx.o
[ 42%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricCrossCap.cxx.o
[ 42%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricDini.cxx.o
[ 42%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricEllipsoid.cxx.o
[ 42%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricEnneper.cxx.o
[ 42%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricFigure8Klein.cxx.o
[ 42%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricFunction.cxx.o
[ 42%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricKlein.cxx.o
[ 42%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricMobius.cxx.o
[ 42%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricRandomHills.cxx.o
[ 43%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricRoman.cxx.o
[ 43%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricSpline.cxx.o
[ 43%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricSuperEllipsoid.cxx.o
[ 43%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricSuperToroid.cxx.o
[ 43%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricTorus.cxx.o
Linking CXX static library ..\..\lib\libvtkCommonComputationalGeometry-6.0.a
[ 43%] Built target vtkCommonComputationalGeometry
Scanning dependencies of target vtkCommonExecutionModel
[ 43%] [ 43%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkAlgorithm.cxx.o
Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkAlgorithmOutput.cxx.o
[ 43%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkAnnotationLayersAlgorithm.cxx.o
[ 43%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkArrayDataAlgorithm.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkCachedStreamingDemandDrivenPipeline.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkCastToConcrete.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkCompositeDataPipeline.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkCompositeDataSetAlgorithm.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkComputingResources.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkDataObjectAlgorithm.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkDataSetAlgorithm.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkDemandDrivenPipeline.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkDirectedGraphAlgorithm.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExecutionScheduler.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExecutionSchedulerManager.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExecutiveCollection.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExecutive.cxx.o
[ 44%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExtentSplitter.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkFilteringInformationKeyManager.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkGraphAlgorithm.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkHierarchicalBoxDataSetAlgorithm.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkHyperOctreeAlgorithm.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkHyperTreeGridAlgorithm.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageAlgorithm.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageInPlaceFilter.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageProgressIterator.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageToStructuredGrid.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageToStructuredPoints.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkInformationExecutivePortKey.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkInformationExecutivePortVectorKey.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkMultiBlockDataSetAlgorithm.cxx.o
[ 45%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkMultiTimeStepAlgorithm.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkOnePieceExtentTranslator.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPassInputTypeAlgorithm.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPiecewiseFunctionAlgorithm.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPiecewiseFunctionShiftScale.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPointSetAlgorithm.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPolyDataAlgorithm.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkRectilinearGridAlgorithm.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkScalarTree.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkSimpleImageToImageFilter.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkSimpleScalarTree.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkStreamingDemandDrivenPipeline.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkStructuredGridAlgorithm.cxx.o
[ 46%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkTableAlgorithm.cxx.o
Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkTableExtentTranslator.cxx.o
[ 47%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkThreadedImageAlgorithm.cxx.o
[ 47%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkThreadedStreamingPipeline.cxx.o
[ 47%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkTreeAlgorithm.cxx.o
[ 47%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUndirectedGraphAlgorithm.cxx.o
[ 47%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUnstructuredGridAlgorithm.cxx.o
[ 47%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkSelectionAlgorithm.cxx.o
[ 47%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExtentRCBPartitioner.cxx.o
[ 47%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUniformGridPartitioner.cxx.o
[ 47%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUniformGridAMRAlgorithm.cxx.o
[ 47%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkOverlappingAMRAlgorithm.cxx.o
[ 47%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkNonOverlappingAMRAlgorithm.cxx.o
Linking CXX static library ..\..\lib\libvtkCommonExecutionModel-6.0.a
[ 47%] Built target vtkCommonExecutionModel
Scanning dependencies of target vtkFiltersCore
[ 47%] [ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAppendFilter.cxx.o
Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAppendPolyData.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAppendSelection.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkArrayCalculator.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAssignAttribute.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAttributeDataToFieldDataFilter.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCellDataToPointData.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCleanPolyData.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkClipPolyData.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCompositeDataProbeFilter.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkConnectivityFilter.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkContourFilter.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkContourGrid.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkContourHelper.cxx.o
[ 48%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDataObjectGenerator.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDataObjectToDataSetFilter.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDataSetEdgeSubdivisionCriterion.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDataSetToDataObjectFilter.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDecimatePolylineFilter.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDecimatePro.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDelaunay2D.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDelaunay3D.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkElevationFilter.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkExecutionTimer.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkFeatureEdges.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkFieldDataToAttributeDataFilter.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkGlyph2D.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkGlyph3D.cxx.o
[ 49%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkHedgeHog.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkHull.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkIdFilter.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMarchingCubes.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMarchingSquares.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMaskFields.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMaskPoints.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMaskPolyData.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMassProperties.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMergeDataObjectFilter.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMergeFields.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMergeFilter.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkPointDataToCellData.cxx.o
[ 50%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkPolyDataConnectivityFilter.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkPolyDataNormals.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkProbeFilter.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkQuadricClustering.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkQuadricDecimation.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkRearrangeFields.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkReverseSense.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSimpleElevationFilter.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSmoothPolyDataFilter.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStripper.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStructuredGridOutlineFilter.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSynchronizedTemplates2D.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSynchronizedTemplates3D.cxx.o
[ 51%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSynchronizedTemplatesCutter3D.cxx.o
Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkTensorGlyph.cxx.o
[ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkThreshold.cxx.o
[ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkThresholdPoints.cxx.o
[ 52%] [ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkTubeFilter.cxx.o
[ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkVectorDot.cxx.o
[ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkVectorNorm.cxx.o
[ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkWindowedSincPolyDataFilter.cxx.o
[ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCutter.cxx.o
[ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCompositeCutter.cxx.o
[ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkGridSynchronizedTemplates3D.cxx.o
[ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkRectilinearSynchronizedTemplates.cxx.o
[ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkEdgeSubdivisionCriterion.cxx.o
[ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStreamingTessellator.cxx.o
[ 52%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkImplicitPolyDataDistance.cxx.o
[ 53%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStreamerBase.cxx.o
[ 53%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCenterOfMass.cxx.o
[ 53%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkGhostArray.cxx.o
[ 53%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkImageAppend.cxx.o
[ 53%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAppendCompositeDataLeaves.cxx.o
Linking CXX static library ..\..\lib\libvtkFiltersCore-6.0.a
[ 53%] Built target vtkFiltersCore
Scanning dependencies of target vtkImagingCore
[ 53%] [ 53%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilIterator.cxx.o
Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkExtractVOI.cxx.o
[ 53%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageAppendComponents.cxx.o
[ 53%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBlend.cxx.o
[ 53%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageCacheFilter.cxx.o
[ 53%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageCast.cxx.o
[ 53%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageChangeInformation.cxx.o
[ 53%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageClip.cxx.o
[ 53%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageConstantPad.cxx.o
[ 53%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageDataStreamer.cxx.o
[ 53%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageDecomposeFilter.cxx.o
[ 53%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageDifference.cxx.o
[ 53%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageExtractComponents.cxx.o
[ 54%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageFlip.cxx.o
[ 54%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageIterateFilter.cxx.o
[ 54%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageMagnify.cxx.o
[ 54%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageMapToColors.cxx.o
[ 54%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageMask.cxx.o
[ 54%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageMirrorPad.cxx.o
[ 54%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImagePadFilter.cxx.o
[ 54%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImagePermute.cxx.o
[ 54%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageResample.cxx.o
Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageReslice.cxx.o
[ 54%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageResliceToColors.cxx.o
[ 54%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageShiftScale.cxx.o
[ 54%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageShrink3D.cxx.o
[ 55%] [ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageTranslateExtent.cxx.o
[ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageWrapPad.cxx.o
[ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkRTAnalyticSource.cxx.o
[ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageResize.cxx.o
[ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBSplineCoefficients.cxx.o
[ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilData.cxx.o
[ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilAlgorithm.cxx.o
[ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkAbstractImageInterpolator.cxx.o
[ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBSplineInternals.cxx.o
[ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBSplineInterpolator.cxx.o
[ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageSincInterpolator.cxx.o
[ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageInterpolator.cxx.o
[ 55%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilSource.cxx.o
Linking CXX static library ..\..\lib\libvtkImagingCore-6.0.a
[ 55%] Built target vtkImagingCore
Scanning dependencies of target vtkIOCore
[ 55%] [ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkAbstractParticleWriter.cxx.o
Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkArrayReader.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkArrayWriter.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkASCIITextCodec.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkBase64InputStream.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkBase64OutputStream.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkBase64Utilities.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkDataCompressor.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkDelimitedTextWriter.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkGlobFileNames.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkInputStream.cxx.o
[ 56%] [ 56%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkOutputStream.cxx.o
[ 56%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkSortFileNames.cxx.o
[ 56%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkTextCodec.cxx.o
[ 56%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkTextCodecFactory.cxx.o
[ 56%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkUTF16TextCodec.cxx.o
[ 56%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkUTF8TextCodec.cxx.o
[ 56%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkWriter.cxx.o
[ 56%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkZLibDataCompressor.cxx.o
[ 56%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkArrayDataReader.cxx.o
[ 56%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkArrayDataWriter.cxx.o
Linking CXX static library ..\..\lib\libvtkIOCore-6.0.a
[ 56%] Built target vtkIOCore
Scanning dependencies of target vtkFiltersGeneral
[ 56%] [ 56%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAnnotationLink.cxx.o
Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAppendPoints.cxx.o
[ 56%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkApproximatingSubdivisionFilter.cxx.o
[ 56%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAreaContourSpectrumFilter.cxx.o
[ 56%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAxes.cxx.o
[ 56%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBlankStructuredGrid.cxx.o
[ 56%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBlankStructuredGridWithImage.cxx.o
[ 56%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBlockIdScalars.cxx.o
[ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBoxClipDataSet.cxx.o
[ 57%] [ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCellCenters.cxx.o
[ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCellDerivatives.cxx.o
[ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkClipClosedSurface.cxx.o
[ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkClipConvexPolyData.cxx.o
[ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkClipDataSet.cxx.o
[ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkClipVolume.cxx.o
[ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCoincidentPoints.cxx.o
[ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkContourTriangulator.cxx.o
[ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCursor2D.cxx.o
[ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCursor3D.cxx.o
[ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCurvatures.cxx.o
[ 57%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDataSetGradient.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDataSetGradientPrecompute.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDataSetTriangleFilter.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDeformPointSet.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDensifyPolyData.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDicer.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDiscreteMarchingCubes.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkEdgePoints.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGradientFilter.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGraphLayoutFilter.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGraphToPoints.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkHierarchicalDataLevelFilter.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkHyperStreamline.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkIconGlyphFilter.cxx.o
[ 58%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkImageMarchingCubes.cxx.o
[ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkInterpolateDataSetAttributes.cxx.o
[ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkInterpolatingSubdivisionFilter.cxx.o
[ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkLevelIdScalars.cxx.o
[ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkLinkEdgels.cxx.o
[ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMergeCells.cxx.o
[ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMultiBlockDataGroupFilter.cxx.o
[ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMultiBlockMergeFilter.cxx.o
[ 59%] [ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkOBBDicer.cxx.o
[ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkOBBTree.cxx.o
[ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPassThrough.cxx.o
[ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPolyDataStreamer.cxx.o
[ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPolyDataToReebGraphFilter.cxx.o
[ 59%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkProbePolyhedron.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuadraturePointInterpolator.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuadraturePointsGenerator.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuadratureSchemeDictionaryGenerator.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuantizePolyDataPoints.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRandomAttributeGenerator.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRectilinearGridClip.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRectilinearGridToTetrahedra.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRecursiveDividingCubes.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkReflectionFilter.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRotationFilter.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSCurveSpline.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkShrinkFilter.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkShrinkPolyData.cxx.o
[ 60%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSpatialRepresentationFilter.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSplineFilter.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSplitField.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkStructuredGridClip.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSubPixelPositionEdgels.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTableBasedClipDataSet.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTableToPolyData.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTableToStructuredGrid.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTemporalPathLineFilter.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTemporalStatistics.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTessellatorFilter.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTimeSourceExample.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTransformFilter.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTransformPolyDataFilter.cxx.o
[ 61%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkUncertaintyTubeFilter.cxx.o
[ 62%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkVertexGlyphFilter.cxx.o
[ 62%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkVolumeContourSpectrumFilter.cxx.o
[ 62%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkVoxelContoursToSurfaceFilter.cxx.o
[ 62%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkWarpLens.cxx.o
[ 62%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkWarpScalar.cxx.o
[ 62%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkWarpTo.cxx.o
[ 62%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkWarpVector.cxx.o
[ 62%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkYoungsMaterialInterface.cxx.o
[ 62%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMarchingContourFilter.cxx.o
[ 62%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRectilinearGridToPointSet.cxx.o
[ 62%] [ 62%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGraphWeightFilter.cxx.o
[ 62%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkImageDataToPointSet.cxx.o
[ 63%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkIntersectionPolyDataFilter.cxx.o
[ 63%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBooleanOperationPolyDataFilter.cxx.o
[ 63%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDistancePolyDataFilter.cxx.o
[ 63%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkOverlappingAMRLevelIdScalars.cxx.o
[ 63%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkExtractArray.cxx.o
[ 63%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMatricizeArray.cxx.o
[ 63%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkNormalizeMatrixVectors.cxx.o
[ 63%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPassArrays.cxx.o
[ 63%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSplitColumnComponents.cxx.o
[ 63%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCellTreeLocator.cxx.o
Linking CXX static library ..\..\lib\libvtkFiltersGeneral-6.0.a
[ 63%] Built target vtkFiltersGeneral
Scanning dependencies of target vtkFiltersGeometry
[ 63%] [ 63%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkCompositeDataGeometryFilter.cxx.o
Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkGeometryFilter.cxx.o
[ 63%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkHierarchicalDataSetGeometryFilter.cxx.o
[ 63%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkImageDataGeometryFilter.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkImageDataToUniformGrid.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkProjectSphereFilter.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkRectilinearGridGeometryFilter.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredGridGeometryFilter.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredPointsGeometryFilter.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkUnstructuredGridGeometryFilter.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkDataSetSurfaceFilter.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkAbstractGridConnectivity.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkDataSetGhostGenerator.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkRectilinearGridPartitioner.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredAMRNeighbor.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredAMRGridConnectivity.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredGridConnectivity.cxx.o
[ 64%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredGridGhostDataGenerator.cxx.o
[ 65%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredGridPartitioner.cxx.o
[ 65%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredNeighbor.cxx.o
[ 65%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkUniformGridGhostDataGenerator.cxx.o
Linking CXX static library ..\..\lib\libvtkFiltersGeometry-6.0.a
[ 65%] Built target vtkFiltersGeometry
Scanning dependencies of target vtkImagingFourier
[ 66%] [ 66%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageButterworthHighPass.cxx.o
Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageButterworthLowPass.cxx.o
[ 66%] [ 66%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageFFT.cxx.o
Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageFourierCenter.cxx.o
[ 66%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageFourierFilter.cxx.o
[ 66%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageIdealHighPass.cxx.o
[ 66%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageIdealLowPass.cxx.o
[ 66%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageRFFT.cxx.o
[ 66%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkTableFFT.cxx.o
Linking CXX static library ..\..\lib\libvtkImagingFourier-6.0.a
[ 66%] Built target vtkImagingFourier
Scanning dependencies of target vtkIOGeometry
[ 66%] [ 66%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkAVSucdReader.cxx.o
Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkBYUReader.cxx.o
[ 66%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkBYUWriter.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkChacoReader.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkFacetWriter.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkGAMBITReader.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkGaussianCubeReader.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkIVWriter.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMCubesReader.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMCubesWriter.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMFIXReader.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMoleculeReaderBase.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMultiBlockPLOT3DReader.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMultiBlockPLOT3DReaderInternals.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkOBJReader.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkOpenFOAMReader.cxx.o
[ 67%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkParticleReader.cxx.o
Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkPDBReader.cxx.o
[ 68%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkPlot3DMetaReader.cxx.o
Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkProStarReader.cxx.o
[ 68%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkSESAMEReader.cxx.o
[ 68%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkSTLReader.cxx.o
[ 68%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkSTLWriter.cxx.o
Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkTecplotReader.cxx.o
[ 68%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkUGFacetReader.cxx.o
[ 68%] [ 68%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkWindBladeReader.cxx.o
Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkXYZMolReader.cxx.o
Linking CXX static library ..\..\lib\libvtkIOGeometry-6.0.a
[ 68%] Built target vtkIOGeometry
Scanning dependencies of target vtkIOImage
[ 68%] [ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkBMPReader.cxx.o
Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkBMPWriter.cxx.o
[ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkDEMReader.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkDICOMImageReader.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkGESignaReader.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageExport.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageImport.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageImportExecutive.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageReader2Collection.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageReader2.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageReader2Factory.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageReader.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageWriter.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkJPEGReader.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkJPEGWriter.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkMedicalImageProperties.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkMedicalImageReader2.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkMetaImageReader.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkMetaImageWriter.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPNGReader.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPNGWriter.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPNMReader.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPNMWriter.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPostScriptWriter.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkSLCReader.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkTIFFReader.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkTIFFWriter.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkVolume16Reader.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkVolumeReader.cxx.o
[ 70%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkNrrdReader.cxx.o
Linking CXX static library ..\..\lib\libvtkIOImage-6.0.a
[ 70%] Built target vtkIOImage
Scanning dependencies of target vtkIOLegacy
[ 70%] [ 70%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkCompositeDataReader.cxx.o
Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkCompositeDataWriter.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataObjectReader.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataObjectWriter.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataReader.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataSetReader.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataSetWriter.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataWriter.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkGenericDataObjectReader.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkGenericDataObjectWriter.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkGraphReader.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkGraphWriter.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkPolyDataReader.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkPolyDataWriter.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkRectilinearGridReader.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkRectilinearGridWriter.cxx.o
[ 72%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkSimplePointsReader.cxx.o
[ 72%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkSimplePointsWriter.cxx.o
[ 72%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkStructuredGridReader.cxx.o
[ 72%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkStructuredGridWriter.cxx.o
[ 72%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkStructuredPointsReader.cxx.o
[ 72%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkStructuredPointsWriter.cxx.o
[ 72%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkTableReader.cxx.o
[ 72%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkTableWriter.cxx.o
[ 72%] [ 72%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkTreeWriter.cxx.o
[ 72%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkUnstructuredGridReader.cxx.o
[ 72%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkUnstructuredGridWriter.cxx.o
Linking CXX static library ..\..\lib\libvtkIOLegacy-6.0.a
[ 72%] Built target vtkIOLegacy
Scanning dependencies of target vtkIOXMLParser
[ 72%] [ 72%] Building CXX object IO/XMLParser/CMakeFiles/vtkIOXMLParser.dir/vtkXMLDataParser.cxx.o
Building CXX object IO/XMLParser/CMakeFiles/vtkIOXMLParser.dir/vtkXMLParser.cxx.o
[ 73%] Building CXX object IO/XMLParser/CMakeFiles/vtkIOXMLParser.dir/vtkXMLUtilities.cxx.o
Linking CXX static library ..\..\lib\libvtkIOXMLParser-6.0.a
[ 73%] Built target vtkIOXMLParser
Scanning dependencies of target vtkFiltersSources
[ 73%] [ 73%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkArcSource.cxx.o
Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkArrowSource.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkButtonSource.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkConeSource.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkCubeSource.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkCylinderSource.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkDiskSource.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkEllipticalButtonSource.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkFrustumSource.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkGlyphSource2D.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkHyperOctreeFractalSource.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkHyperTreeGridSource.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkLineSource.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkOutlineCornerFilter.cxx.o
[ 74%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkOutlineCornerSource.cxx.o
[ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkOutlineSource.cxx.o
[ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkParametricFunctionSource.cxx.o
[ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkPlaneSource.cxx.o
[ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkPlatonicSolidSource.cxx.o
[ 75%] [ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkPointSource.cxx.o
Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkProgrammableDataObjectSource.cxx.o
[ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkProgrammableSource.cxx.o
[ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkRectangularButtonSource.cxx.o
[ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkRegularPolygonSource.cxx.o
[ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkSelectionSource.cxx.o
[ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkSphereSource.cxx.o
[ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkSuperquadricSource.cxx.o
[ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkTessellatedBoxSource.cxx.o
[ 75%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkTextSource.cxx.o
[ 76%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkTexturedSphereSource.cxx.o
[ 76%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkGraphToPolyData.cxx.o
[ 76%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkDiagonalMatrixSource.cxx.o
Linking CXX static library ..\..\lib\libvtkFiltersSources-6.0.a
[ 76%] Built target vtkFiltersSources
Scanning dependencies of target vtkFiltersStatistics
[ 76%] [ 76%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkAutoCorrelativeStatistics.cxx.o
Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkBivariateLinearTableThreshold.cxx.o
[ 76%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkContingencyStatistics.cxx.o
[ 76%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkCorrelativeStatistics.cxx.o
[ 76%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkDescriptiveStatistics.cxx.o
[ 76%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkKMeansDistanceFunctorCalculator.cxx.o
[ 76%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkKMeansDistanceFunctor.cxx.o
[ 76%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkKMeansStatistics.cxx.o
[ 76%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkMultiCorrelativeStatistics.cxx.o
[ 76%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkOrderStatistics.cxx.o
[ 76%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkPCAStatistics.cxx.o
[ 77%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkStatisticsAlgorithm.cxx.o
[ 77%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkStrahlerMetric.cxx.o
[ 77%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkStreamingStatistics.cxx.o
Linking CXX static library ..\..\lib\libvtkFiltersStatistics-6.0.a
[ 77%] Built target vtkFiltersStatistics
Scanning dependencies of target vtkIOPLY
[ 77%] [ 77%] Building CXX object IO/PLY/CMakeFiles/vtkIOPLY.dir/vtkPLY.cxx.o
Building CXX object IO/PLY/CMakeFiles/vtkIOPLY.dir/vtkPLYReader.cxx.o
[ 78%] Building CXX object IO/PLY/CMakeFiles/vtkIOPLY.dir/vtkPLYWriter.cxx.o
Linking CXX static library ..\..\lib\libvtkIOPLY-6.0.a
[ 78%] Built target vtkIOPLY
[ 78%] Generating vtkSocketCommunicatorHash.h
Scanning dependencies of target vtkParallelCore
[ 78%] [ 78%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkDummyCommunicator.cxx.o
Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkCommunicator.cxx.o
[ 78%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkDummyController.cxx.o
[ 78%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkMultiProcessController.cxx.o
[ 78%] [ 78%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkProcess.cxx.o
[ 79%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkProcessGroup.cxx.o
[ 79%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkSocketController.cxx.o
[ 79%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkSubCommunicator.cxx.o
[ 79%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkSubGroup.cxx.o
[ 79%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkFieldDataSerializer.cxx.o
[ 79%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkSocketCommunicator.cxx.o
Linking CXX static library ..\..\lib\libvtkParallelCore-6.0.a
[ 79%] Built target vtkParallelCore
Scanning dependencies of target vtkIOXML
[ 79%] [ 79%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkRTXMLPolyDataReader.cxx.o
Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLCompositeDataReader.cxx.o
[ 79%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLCompositeDataWriter.cxx.o
[ 79%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLDataReader.cxx.o
[ 79%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLDataSetWriter.cxx.o
[ 79%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLFileReadTester.cxx.o
[ 79%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLGenericDataObjectReader.cxx.o
[ 79%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHierarchicalBoxDataFileConverter.cxx.o
[ 79%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHierarchicalBoxDataReader.cxx.o
[ 79%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHierarchicalBoxDataWriter.cxx.o
[ 79%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHierarchicalDataReader.cxx.o
[ 79%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHyperOctreeReader.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHyperOctreeWriter.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLImageDataReader.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLImageDataWriter.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLMultiBlockDataReader.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLMultiBlockDataWriter.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLMultiGroupDataReader.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPDataReader.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPDataSetWriter.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPDataWriter.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPImageDataReader.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPImageDataWriter.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPolyDataReader.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPolyDataWriter.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPPolyDataReader.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPPolyDataWriter.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPRectilinearGridReader.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPRectilinearGridWriter.cxx.o
Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPStructuredDataReader.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPStructuredDataWriter.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPStructuredGridReader.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPStructuredGridWriter.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPUnstructuredDataReader.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPUnstructuredDataWriter.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPUnstructuredGridReader.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPUnstructuredGridWriter.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLReader.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLRectilinearGridReader.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLRectilinearGridWriter.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLStructuredDataReader.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLStructuredDataWriter.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLStructuredGridReader.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLStructuredGridWriter.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUniformGridAMRReader.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUniformGridAMRWriter.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUnstructuredDataReader.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUnstructuredDataWriter.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUnstructuredGridReader.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUnstructuredGridWriter.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLWriterC.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLWriter.cxx.o
Linking CXX static library ..\..\lib\libvtkIOXML-6.0.a
[ 82%] Built target vtkIOXML
Scanning dependencies of target vtkFiltersModeling
[ 82%] [ 82%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkBandedPolyDataContourFilter.cxx.o
Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkButterflySubdivisionFilter.cxx.o
[ 82%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkDijkstraGraphGeodesicPath.cxx.o
[ 82%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkDijkstraImageGeodesicPath.cxx.o
[ 82%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkFillHolesFilter.cxx.o
[ 82%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkGeodesicPath.cxx.o
[ 82%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkGraphGeodesicPath.cxx.o
[ 82%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkLinearExtrusionFilter.cxx.o
[ 82%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkLinearSubdivisionFilter.cxx.o
[ 82%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkLoopSubdivisionFilter.cxx.o
[ 82%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkPolyDataPointSampler.cxx.o
[ 83%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkProjectedTexture.cxx.o
[ 83%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkQuadRotationalExtrusionFilter.cxx.o
[ 83%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkRibbonFilter.cxx.o
[ 83%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkRotationalExtrusionFilter.cxx.o
[ 83%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkRuledSurfaceFilter.cxx.o
[ 83%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSelectEnclosedPoints.cxx.o
[ 83%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSelectPolyData.cxx.o
[ 83%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSpherePuzzleArrows.cxx.o
[ 83%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSpherePuzzle.cxx.o
[ 83%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSubdivideTetra.cxx.o
[ 83%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkOutlineFilter.cxx.o
[ 83%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSectorSource.cxx.o
Linking CXX static library ..\..\lib\libvtkFiltersModeling-6.0.a
[ 83%] Built target vtkFiltersModeling
Scanning dependencies of target vtkFiltersExtraction
[ 83%] [ 83%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkConvertSelection.cxx.o
Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractArraysOverTime.cxx.o
[ 83%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractBlock.cxx.o
[ 83%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractCells.cxx.o
[ 83%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractDataOverTime.cxx.o
[ 83%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractDataSets.cxx.o
[ 83%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractEdges.cxx.o
[ 83%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractGeometry.cxx.o
[ 83%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractGrid.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractLevel.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractPolyDataGeometry.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractRectilinearGrid.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedBlock.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedFrustum.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedIds.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedLocations.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedPolyDataIds.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedRows.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedThresholds.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectionBase.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelection.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractTemporalFieldData.cxx.o
[ 84%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractTensorComponents.cxx.o
[ 85%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractUnstructuredGrid.cxx.o
[ 85%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractVectorComponents.cxx.o
[ 85%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkProbeSelectedLocations.cxx.o
[ 85%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkHierarchicalDataExtractDataSets.cxx.o
[ 85%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkHierarchicalDataExtractLevel.cxx.o
Linking CXX static library ..\..\lib\libvtkFiltersExtraction-6.0.a
Built target vtkFiltersExtraction
Scanning dependencies of target vtkInfovisCore
[ 85%] [ 85%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkAddMembershipArray.cxx.o
Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkAdjacencyMatrixToEdgeTable.cxx.o
[ 85%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkArrayNorm.cxx.o
[ 85%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkArrayToTable.cxx.o
[ 85%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkCollapseGraph.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkCollapseVerticesByArray.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkDataObjectToTable.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkExtractSelectedTree.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkEdgeCenters.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkExpandSelectedGraph.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkExtractSelectedGraph.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkGenerateIndexArray.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkGraphHierarchicalBundleEdges.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkGroupLeafVertices.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkMergeColumns.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkMergeGraphs.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkMergeTables.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkMutableGraphHelper.cxx.o
[ 86%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkNetworkHierarchy.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkPipelineGraphSource.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkPruneTreeFilter.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkRandomGraphSource.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkRemoveIsolatedVertices.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkSparseArrayToTable.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkStreamGraph.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkStringToCategory.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkStringToNumeric.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTableToArray.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTableToGraph.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTableToSparseArray.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTableToTreeFilter.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkThresholdGraph.cxx.o
[ 87%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkThresholdTable.cxx.o
[ 88%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTransposeMatrix.cxx.o
[ 88%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTreeFieldAggregator.cxx.o
[ 88%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTreeDifferenceFilter.cxx.o
[ 88%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTreeLevelsFilter.cxx.o
[ 88%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkVertexDegree.cxx.o
[ 88%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkRemoveHiddenData.cxx.o
[ 88%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkKCoreDecomposition.cxx.o
Linking CXX static library ..\..\lib\libvtkInfovisCore-6.0.a
[ 88%] Built target vtkInfovisCore
Scanning dependencies of target vtkRenderingCore
[ 88%] [ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractMapper3D.cxx.o
Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractMapper.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractPicker.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractVolumeMapper.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkActor2DCollection.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkActor2D.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkActorCollection.cxx.o
[ 89%] [ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkActor.cxx.o
Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAssembly.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCameraActor.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCamera.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCameraInterpolator.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCellCenterDepthSort.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkChooserPainter.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkClipPlanesPainter.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCoincidentTopologyResolutionPainter.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkColorTransferFunction.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCompositeDataDisplayAttributes.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCompositePainter.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCompositePolyDataMapper2.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCompositePolyDataMapper.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCoordinate.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCullerCollection.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCuller.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkDataSetMapper.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkDefaultPainter.cxx.o
[ 90%] [ 90%] [ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkDistanceToCamera.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkFollower.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkFrustumCoverageCuller.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGenericRenderWindowInteractor.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGenericVertexAttributeMapping.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGlyph3DMapper.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGPUInfo.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGPUInfoList.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGraphicsFactory.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGraphMapper.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGraphToGlyphs.cxx.o
[ 91%] [ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkHierarchicalPolyDataMapper.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageActor.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageMapper3D.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageMapper.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageProperty.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageSlice.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageSliceMapper.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkInteractorEventRecorder.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkInteractorObserver.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLightActor.cxx.o
Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLightCollection.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLight.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLightingPainter.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLightKit.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLinesPainter.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLogLookupTable.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLookupTableWithEnabling.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMapArrayValues.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMapper2D.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMapperCollection.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMapper.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMaterialLibrary.cxx.o
[ 92%] [ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPainter.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPainterDeviceAdapter.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPainterPolyDataMapper.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPointsPainter.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPolyDataMapper2D.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPolyDataMapper.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPolyDataPainter.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPolygonsPainter.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPrimitivePainter.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProp3DCollection.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProp3D.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProp3DFollower.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPropAssembly.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPropCollection.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProp.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProperty2D.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProperty.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRendererCollection.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderer.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRendererDelegate.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRendererSource.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderWindowCollection.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderWindow.cxx.o
[ 94%] [ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRepresentationPainter.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkScalarsToColorsPainter.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkSelectVisiblePoints.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkShader.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkShaderCodeLibrary.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkShaderDeviceAdapter.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkShaderDeviceAdapter2.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkShaderProgram.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkStandardPolyDataPainter.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTexture.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTexturedActor2D.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTransformCoordinateSystems.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTransformInterpolator.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTStripsPainter.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTupleInterpolator.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkViewDependentErrorMetric.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkViewport.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkVisibilitySort.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkVolumeCollection.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkVolume.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkVolumeProperty.cxx.o
[ 96%] [ 96%] [ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkXMLMaterialReader.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkXMLShader.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkWindowLevelLookupTable.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkWindowToImageFilter.cxx.o
[ 96%] [ 96%] [ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAssemblyPaths.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAreaPicker.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPicker.cxx.o
Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractPropPicker.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPropPicker.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPickingManager.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLODProp3D.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkWorldPointPicker.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkHardwareSelectionPolyDataPainter.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCellPicker.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPointPicker.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderedAreaPicker.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkScenePicker.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkInteractorStyle.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkInteractorStyleSwitchBase.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTDxInteractorStyle.cxx.o
[ 98%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTDxInteractorStyleCamera.cxx.o
[ 98%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTDxInteractorStyleSettings.cxx.o
[ 98%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkStringToImage.cxx.o
[ 98%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTextMapper.cxx.o
[ 98%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTextProperty.cxx.o
[ 98%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTextRenderer.cxx.o
Linking CXX static library ..\..\lib\libvtkRenderingCore-6.0.a
[ 98%] Built target vtkRenderingCore
Scanning dependencies of target vtkIOInfovis
[ 99%] [ 99%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkBiomTableReader.cxx.o
Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkChacoGraphReader.cxx.o
[ 99%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkDelimitedTextReader.cxx.o
[ 99%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkDIMACSGraphReader.cxx.o
[ 99%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkDIMACSGraphWriter.cxx.o
[ 99%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkFixedWidthTextReader.cxx.o
[ 99%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkISIReader.cxx.o
[ 99%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkMultiNewickTreeReader.cxx.o
[ 99%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkNewickTreeReader.cxx.o
[ 99%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkRISReader.cxx.o
[ 99%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkTulipReader.cxx.o
[ 99%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkXGMLReader.cxx.o
[ 99%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkXMLTreeReader.cxx.o
Linking CXX static library ..\..\lib\libvtkIOInfovis-6.0.a
[ 99%] Built target vtkIOInfovis
Scanning dependencies of target vtkRenderingFreeType
[ 99%] [ 99%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkFreeTypeStringToImage.cxx.o
Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkFreeTypeTools.cxx.o
[ 99%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkVectorText.cxx.o
[ 99%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_arial_bold.cxx.o
[ 99%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_arial_bold_italic.cxx.o
[ 99%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_arial.cxx.o
[ 99%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_arial_italic.cxx.o
[ 99%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_courier_bold.cxx.o
[100%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_courier_bold_italic.cxx.o
[100%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_courier.cxx.o
[100%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_courier_italic.cxx.o
[100%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_times_bold.cxx.o
[100%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_times_bold_italic.cxx.o
[100%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_times.cxx.o
[100%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_times_italic.cxx.o
Linking CXX static library ..\..\lib\libvtkRenderingFreeType-6.0.a
[100%] Built target vtkRenderingFreeType
[ 69%] Performing install step for 'vtk-android'
[ 1%] Built target vtksys
[ 1%] Built target vtkDICOMParser
[ 2%] Built target vtkalglib
[ 3%] Built target vtkzlib
[ 3%] Built target vtkjsoncpp
[ 6%] Built target vtkjpeg
[ 6%] Built target vtkexpat
[ 6%] Built target vtkMaterialLibraryConfiguredFiles
[ 15%] Built target vtkCommonCore
[ 17%] Built target vtkmetaio
[ 18%] Built target vtkpng
[ 21%] Built target vtklibxml2
[ 23%] Built target vtkfreetype
[ 26%] Built target vtktiff
[ 27%] Built target vtkCommonMath
[ 27%] Built target vtkCommonSystem
[ 28%] Built target vtkCommonMisc
[ 29%] Built target vtkCommonTransforms
[ 42%] Built target vtkCommonDataModel
[ 43%] Built target vtkCommonComputationalGeometry
[ 47%] Built target vtkCommonExecutionModel
[ 53%] Built target vtkFiltersCore
[ 55%] Built target vtkImagingCore
[ 56%] Built target vtkIOCore
[ 63%] Built target vtkFiltersGeneral
[ 65%] Built target vtkFiltersGeometry
[ 66%] Built target vtkImagingFourier
[ 68%] Built target vtkIOGeometry
[ 70%] Built target vtkIOImage
[ 72%] Built target vtkIOLegacy
[ 73%] Built target vtkIOXMLParser
[ 76%] Built target vtkFiltersSources
[ 77%] Built target vtkFiltersStatistics
[ 78%] Built target vtkIOPLY
[ 79%] Built target vtkParallelCore
[ 82%] Built target vtkIOXML
[ 83%] Built target vtkFiltersModeling
[ 85%] Built target vtkFiltersExtraction
[ 88%] Built target vtkInfovisCore
[ 98%] Built target vtkRenderingCore
[ 99%] Built target vtkIOInfovis
[100%] Built target vtkRenderingFreeType
Install the project...
-- Install configuration: "Release"
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/VTKConfig.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/VTKConfigVersion.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/exportheader.cmake.in
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/GenerateExportHeader.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/pythonmodules.h.in
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/UseVTK.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/FindTCL.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkTclTkMacros.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtk-forward.c.in
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkForwardingExecutable.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkJavaWrapping.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkModuleAPI.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkModuleHeaders.cmake.in
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkModuleInfo.cmake.in
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkModuleMacros.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkExternalModuleMacros.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkObjectFactory.cxx.in
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkObjectFactory.h.in
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkPythonWrapping.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkTclWrapping.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkThirdParty.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapHierarchy.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapJava.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapperInit.data.in
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapping.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapPython.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapPythonSIP.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapPython.sip.in
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapTcl.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/VTKTargets.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/VTKTargets-release.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtksys.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/algorithm
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/deque
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/exception
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/functional
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/iterator
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/list
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/map
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/memory
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/new
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/numeric
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/queue
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/set
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/stack
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/stdexcept
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/string.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/string
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/utility
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/vector
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/cstddef
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/ios/iostream
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/ios/fstream
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/ios/sstream
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/ios/iosfwd
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/Directory.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/DynamicLoader.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/Glob.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/RegularExpression.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/SystemTools.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/CommandLineArguments.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/SystemInformation.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/Configure.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/SharedForward.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/Process.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/Base64.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/FundamentalType.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/MD5.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/System.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/Configure.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/String.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/hashtable.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/hash_fun.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/hash_map.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/hash_set.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/auto_ptr.hxx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtksys-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkCommonCore-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonCore.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkABI.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayInterpolate.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayInterpolate.txx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayIteratorIncludes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayIteratorTemplate.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayIteratorTemplate.txx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayIteratorTemplateImplicit.txx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayPrint.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayPrint.txx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAutoInit.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArrayTemplateImplicit.txx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOStreamFwd.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationInternals.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMathUtilities.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNew.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSetGet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSmartPointer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTemplateAliasMacro.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeTraits.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVariantCast.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVariantCreate.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVariantExtract.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVariantInlineOperators.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWeakPointer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWin32Header.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWindows.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkToolkits.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAnimationCue.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayCoordinates.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayExtents.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayExtentsList.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayRange.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArraySort.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayWeights.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBitArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBitArrayIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBoxMuellerRandomSequence.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBreakPoint.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkByteSwap.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCallbackCommand.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCharArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCollectionIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommand.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonInformationKeyManager.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkConditionVariable.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCriticalSection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArrayCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArrayCollectionIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArraySelection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDebugLeaks.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDebugLeaksManager.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDoubleArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDynamicLoader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEventForwarderCommand.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFileOutputWindow.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFloatArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFloatingPointExceptions.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGarbageCollector.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGarbageCollectorManager.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGaussianRandomSequence.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIdListCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIdList.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIdTypeArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIndent.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationDataObjectKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationDoubleKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationDoubleVectorKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationIdTypeKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationInformationKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationInformationVectorKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationIntegerKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationIntegerPointerKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationIntegerVectorKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationKeyVectorKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationObjectBaseKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationObjectBaseVectorKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationRequestKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationStringKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationStringVectorKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationUnsignedLongKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationVariantKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationVariantVectorKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationVector.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInstantiator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIntArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOStream.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLargeInteger.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLongArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLookupTable.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMath.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMinimalStandardRandomSequence.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiThreader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMutexLock.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkObjectBase.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkObject.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkObjectFactoryCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkObjectFactory.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOldStyleCallbackCommand.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOStreamWrapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOStrStreamWrapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutputWindow.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOverrideInformationCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOverrideInformation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPoints2D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPriorityQueue.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRandomSequence.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkReferenceCount.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkScalarsToColors.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShortArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSignedCharArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSmartPointerBase.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSortDataArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStdString.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStringArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTimePointUtility.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTimeStamp.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnicodeStringArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnicodeString.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnsignedCharArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnsignedIntArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnsignedLongArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnsignedShortArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVariantArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVariant.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVersion.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVoidArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWeakPointerBase.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWindow.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLFileOutputWindow.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArrayTemplate.txx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArrayTemplate.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDenseArray.txx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDenseArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSparseArray.txx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSparseArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypedArray.txx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypedArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeTemplate.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkType.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSystemIncludes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkConfigure.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMathConfigure.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVersionMacros.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLongLongArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnsignedLongLongArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeInt8Array.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeInt16Array.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeInt32Array.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeInt64Array.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeUInt8Array.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeUInt16Array.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeUInt32Array.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeUInt64Array.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeFloat32Array.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeFloat64Array.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonCoreModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkCommonMath-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonMath.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuaternion.txx
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAmoebaMinimizer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFunctionSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInitialValueProblemSolver.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMatrix3x3.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMatrix4x4.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolynomialSolversUnivariate.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuaternionInterpolator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRungeKutta2.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRungeKutta4.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRungeKutta45.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuaternion.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTuple.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFastNumericConversion.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonMathModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkCommonMisc-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonMisc.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkContourValues.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkErrorCode.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFunctionParser.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHeap.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolygonBuilder.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonMiscModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkCommonSystem-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonSystem.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClientSocket.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDirectory.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkServerSocket.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSocket.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSocketCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThreadMessager.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTimerLog.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonSystemModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkCommonTransforms-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonTransforms.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCylindricalTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGeneralTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHomogeneousTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIdentityTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLinearTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMatrixToHomogeneousTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMatrixToLinearTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPerspectiveTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSphericalTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThinPlateSplineTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransform2D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransformCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWarpTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLandmarkTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonTransformsModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkCommonDataModel-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonDataModel.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellType.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractCellLocator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractPointLocator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAdjacentVertexIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAMRBox.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAnimationScene.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAnnotation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAnnotationLayers.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAttributesErrorMetric.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBiQuadraticQuad.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBiQuadraticQuadraticHexahedron.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBiQuadraticQuadraticWedge.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBiQuadraticTriangle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBox.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBSPCuts.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBSPIntersections.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCell3D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCell.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellLinks.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellLocator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellTypes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCone.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkConvexPointSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCubicLine.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCylinder.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObject.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectTypes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectTree.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectTreeIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetAttributes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDirectedAcyclicGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDirectedGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDistributedGraphHelper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEdgeListIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEdgeTable.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEmptyCell.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExplicitCell.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFieldData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericAdaptorCell.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericAttributeCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericAttribute.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericCell.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericCellIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericCellTessellator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericDataSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericEdgeTable.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericInterpolatedVelocityField.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericPointIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericSubdivisionErrorMetric.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGeometricErrorMetric.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphEdge.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphInternals.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHexagonalPrism.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHexahedron.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalBoxDataIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalBoxDataSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperOctreeCursor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperOctree.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperOctreePointsGrabber.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperTree.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperTreeCursor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperTreeGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitBoolean.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitDataSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitFunctionCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitFunction.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitHalo.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitSelectionLoop.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitSum.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitVolume.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitWindowFunction.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIncrementalOctreeNode.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIncrementalOctreePointLocator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIncrementalPointLocator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInEdgeIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationQuadratureSchemeDefinitionVectorKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIterativeClosestPointTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKdNode.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKdTree.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKdTreePointLocator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLine.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLocator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMarchingSquaresLineCases.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMarchingCubesTriangleCases.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMeanValueCoordinatesInterpolator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergePoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiBlockDataSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiPieceDataSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMutableDirectedGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMutableUndirectedGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNonLinearCell.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNonMergingPointLocator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOctreePointLocator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOctreePointLocatorNode.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOrderedTriangulator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutEdgeIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPath.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPentagonalPrism.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPerlinNoise.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPiecewiseFunction.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPixel.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlaneCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlane.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlanes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlanesIntersection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointLocator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointsProjectedHull.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolygon.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyhedron.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyLine.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyPlane.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyVertex.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPyramid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuad.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticEdge.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticHexahedron.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticLinearQuad.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticLinearWedge.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticPyramid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticQuad.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticTetra.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticTriangle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticWedge.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadratureSchemeDefinition.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadric.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkReebGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkReebGraphSimplificationMetric.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelectionNode.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSimpleCellTessellator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSmoothErrorMetric.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSphere.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSpline.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredExtent.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredPointsCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredPoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredVisibilityConstraint.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSuperquadric.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTable.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTensor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTetra.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeBFSIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTree.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeDFSIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTriangle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTriangleStrip.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTriQuadraticHexahedron.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUndirectedGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUniformGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnstructuredGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVertex.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVertexListIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVoxel.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWedge.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLDataElement.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBoundingBox.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAtom.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBond.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMolecule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractElectronicData.h
-- Up-to-date: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellType.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArrayDispatcher.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDispatcher.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDispatcher_Private.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDoubleDispatcher.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVector.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVectorOperators.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkColor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRect.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNonOverlappingAMR.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOverlappingAMR.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAMRInformation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAMRDataInternals.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUniformGridAMR.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUniformGridAMRDataIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtentTranslator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonDataModelModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkCommonComputationalGeometry-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonComputationalGeometry.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCardinalSpline.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKochanekSpline.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricBoy.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricConicSpiral.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricCrossCap.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricDini.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricEllipsoid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricEnneper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricFigure8Klein.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricFunction.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricKlein.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricMobius.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricRandomHills.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricRoman.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricSpline.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricSuperEllipsoid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricSuperToroid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricTorus.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonComputationalGeometryModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkCommonExecutionModel-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonExecutionModel.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAlgorithmOutput.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAnnotationLayersAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayDataAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCachedStreamingDemandDrivenPipeline.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCastToConcrete.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataPipeline.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataSetAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkComputingResources.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDemandDrivenPipeline.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDirectedGraphAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExecutionScheduler.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExecutionSchedulerManager.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExecutiveCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExecutive.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtentSplitter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFilteringInformationKeyManager.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalBoxDataSetAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperOctreeAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperTreeGridAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageInPlaceFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageProgressIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageToStructuredGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageToStructuredPoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationExecutivePortKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationExecutivePortVectorKey.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiBlockDataSetAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiTimeStepAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOnePieceExtentTranslator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPassInputTypeAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPiecewiseFunctionAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPiecewiseFunctionShiftScale.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointSetAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkScalarTree.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSimpleImageToImageFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSimpleScalarTree.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStreamingDemandDrivenPipeline.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableExtentTranslator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThreadedImageAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThreadedStreamingPipeline.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTrivialProducer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUndirectedGraphAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnstructuredGridAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelectionAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtentRCBPartitioner.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUniformGridPartitioner.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUniformGridAMRAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOverlappingAMRAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNonOverlappingAMRAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonExecutionModelModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkDICOMParser.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkDICOMParser-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMAppHelper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMCallback.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMConfig.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMFile.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMParser.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMParserMap.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMTypes.h
-- Up-to-date: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMAppHelper.h
-- Up-to-date: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMCallback.h
-- Up-to-date: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMConfig.h
-- Up-to-date: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMFile.h
-- Up-to-date: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMParser.h
-- Up-to-date: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMParserMap.h
-- Up-to-date: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMTypes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMCMakeConfig.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersCore-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersCore.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAppendFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAppendPolyData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAppendSelection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayCalculator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAssignAttribute.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAttributeDataToFieldDataFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellDataToPointData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCleanPolyData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClipPolyData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataProbeFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkConnectivityFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkContourFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkContourGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkContourHelper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectGenerator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectToDataSetFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetEdgeSubdivisionCriterion.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetToDataObjectFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDecimatePolylineFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDecimatePro.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDelaunay2D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDelaunay3D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkElevationFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExecutionTimer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFeatureEdges.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFieldDataToAttributeDataFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGlyph2D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGlyph3D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHedgeHog.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHull.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIdFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMarchingCubes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMarchingSquares.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMaskFields.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMaskPoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMaskPolyData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMassProperties.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeDataObjectFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeFields.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointDataToCellData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataConnectivityFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataNormals.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProbeFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadricClustering.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadricDecimation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRearrangeFields.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkReverseSense.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSimpleElevationFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSmoothPolyDataFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStripper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridOutlineFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSynchronizedTemplates2D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSynchronizedTemplates3D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSynchronizedTemplatesCutter3D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTensorGlyph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThreshold.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThresholdPoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTriangleFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTubeFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVectorDot.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVectorNorm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWindowedSincPolyDataFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCutter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeCutter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGridSynchronizedTemplates3D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearSynchronizedTemplates.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEdgeSubdivisionCriterion.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStreamingTessellator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitPolyDataDistance.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStreamerBase.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCenterOfMass.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGhostArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageAppend.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAppendCompositeDataLeaves.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersCoreModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersGeneral-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersGeneral.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAnnotationLink.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAppendPoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkApproximatingSubdivisionFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAreaContourSpectrumFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAxes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBlankStructuredGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBlankStructuredGridWithImage.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBlockIdScalars.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBoxClipDataSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBrownianPoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellCenters.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellDerivatives.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClipClosedSurface.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClipConvexPolyData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClipDataSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClipVolume.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCoincidentPoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkContourTriangulator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCursor2D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCursor3D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCurvatures.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetGradient.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetGradientPrecompute.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetTriangleFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDeformPointSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDensifyPolyData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDicer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDiscreteMarchingCubes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEdgePoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGradientFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphLayoutFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphToPoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalDataLevelFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperStreamline.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIconGlyphFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMarchingCubes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInterpolateDataSetAttributes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInterpolatingSubdivisionFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLevelIdScalars.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLinkEdgels.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeCells.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiBlockDataGroupFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiBlockMergeFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiThreshold.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOBBDicer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOBBTree.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPassThrough.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataStreamer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataToReebGraphFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProbePolyhedron.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraturePointInterpolator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraturePointsGenerator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadratureSchemeDictionaryGenerator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuantizePolyDataPoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRandomAttributeGenerator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridClip.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridToTetrahedra.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRecursiveDividingCubes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkReflectionFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRotationFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSCurveSpline.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShrinkFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShrinkPolyData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSpatialRepresentationFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSplineFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSplitField.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridClip.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSubPixelPositionEdgels.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableBasedClipDataSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableToPolyData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableToStructuredGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTemporalPathLineFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTemporalStatistics.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTessellatorFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTimeSourceExample.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransformFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransformPolyDataFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUncertaintyTubeFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVertexGlyphFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVolumeContourSpectrumFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVoxelContoursToSurfaceFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWarpLens.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWarpScalar.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWarpTo.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWarpVector.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkYoungsMaterialInterface.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMarchingContourFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridToPointSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphWeightEuclideanDistanceFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphWeightFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageDataToPointSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIntersectionPolyDataFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBooleanOperationPolyDataFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDistancePolyDataFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOverlappingAMRLevelIdScalars.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMatricizeArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNormalizeMatrixVectors.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPassArrays.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSplitColumnComponents.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellTreeLocator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersGeneralModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkImagingCore-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkImagingCore.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageStencilIterator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractVOI.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageAppendComponents.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageBlend.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageCacheFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageCast.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageChangeInformation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageClip.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageConstantPad.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageDataStreamer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageDecomposeFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageDifference.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageExtractComponents.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageFlip.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageIterateFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMagnify.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMapToColors.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMask.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMirrorPad.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImagePadFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImagePermute.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageResample.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageReslice.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageResliceToColors.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageShiftScale.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageShrink3D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageThreshold.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageTranslateExtent.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageWrapPad.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRTAnalyticSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageResize.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageBSplineCoefficients.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageStencilData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageStencilAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractImageInterpolator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageBSplineInternals.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageBSplineInterpolator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageSincInterpolator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageInterpolator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageStencilSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImagingCoreModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkImagingFourier-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkImagingFourier.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageButterworthHighPass.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageButterworthLowPass.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageFFT.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageFourierCenter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageFourierFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageIdealHighPass.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageIdealLowPass.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageRFFT.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableFFT.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImagingFourierModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkalglib.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkalglib-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/alglib/apvt.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/alglib/bdsvd.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/alglib/bidiagonal.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/alglib/blas.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/alglib/lq.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/alglib/qr.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/alglib/reflections.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/alglib/rotations.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/alglib/svd.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/alglib/ap.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersStatistics-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersStatistics.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAutoCorrelativeStatistics.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBivariateLinearTableThreshold.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkContingencyStatistics.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCorrelativeStatistics.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDescriptiveStatistics.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKMeansDistanceFunctorCalculator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKMeansDistanceFunctor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKMeansStatistics.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiCorrelativeStatistics.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOrderStatistics.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPCAStatistics.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStatisticsAlgorithm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStrahlerMetric.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStreamingStatistics.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersStatisticsModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersExtraction-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersExtraction.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkConvertSelection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractArraysOverTime.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractBlock.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractCells.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractDataOverTime.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractDataSets.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractEdges.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractGeometry.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractLevel.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractPolyDataGeometry.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractRectilinearGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedBlock.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedFrustum.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedIds.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedLocations.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedPolyDataIds.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedRows.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedThresholds.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectionBase.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractTemporalFieldData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractTensorComponents.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractUnstructuredGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractVectorComponents.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProbeSelectedLocations.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalDataExtractDataSets.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalDataExtractLevel.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersExtractionModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersGeometry-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersGeometry.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataGeometryFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGeometryFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalDataSetGeometryFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageDataGeometryFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageDataToUniformGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProjectSphereFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridGeometryFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridGeometryFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredPointsGeometryFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnstructuredGridGeometryFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetSurfaceFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractGridConnectivity.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetGhostGenerator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridPartitioner.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredAMRNeighbor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredAMRGridConnectivity.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridConnectivity.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridGhostDataGenerator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridPartitioner.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredNeighbor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUniformGridGhostDataGenerator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersGeometryModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersSources-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersSources.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArcSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrowSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkButtonSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkConeSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCubeSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCylinderSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDiskSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEllipticalButtonSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFrustumSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGlyphSource2D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperOctreeFractalSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperTreeGridSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLineSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutlineCornerFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutlineCornerSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutlineSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricFunctionSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlaneSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlatonicSolidSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProgrammableDataObjectSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProgrammableSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectangularButtonSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRegularPolygonSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelectionSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSphereSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSuperquadricSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTessellatedBoxSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTextSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTexturedSphereSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphToPolyData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDiagonalMatrixSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersSourcesModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersModeling-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersModeling.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBandedPolyDataContourFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkButterflySubdivisionFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDijkstraGraphGeodesicPath.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDijkstraImageGeodesicPath.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFillHolesFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGeodesicPath.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphGeodesicPath.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLinearExtrusionFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLinearSubdivisionFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLoopSubdivisionFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataPointSampler.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProjectedTexture.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadRotationalExtrusionFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRibbonFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRotationalExtrusionFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRuledSurfaceFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelectEnclosedPoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelectPolyData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSpherePuzzleArrows.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSpherePuzzle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSubdivideTetra.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutlineFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSectorSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersModelingModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkzlib.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_zlib.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkzlib-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkzlib/zlib.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkzlib/zconf.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkzlib/vtk_zlib_mangle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkzlib/zlibDllConfig.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkIOCore-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOCore.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractParticleWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkASCIITextCodec.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBase64InputStream.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBase64OutputStream.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBase64Utilities.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataCompressor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDelimitedTextWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGlobFileNames.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInputStream.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkJavaScriptDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutputStream.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSortFileNames.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTextCodec.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTextCodecFactory.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUTF16TextCodec.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUTF8TextCodec.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkZLibDataCompressor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOCoreModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkjsoncpp.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkjsoncpp-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/JSONCPP/json
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/JSONCPP/json/json-forwards.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/JSONCPP/json/json.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkIOGeometry-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOGeometry.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAVSucdReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBYUReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBYUWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkChacoReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFacetWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGAMBITReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGaussianCubeReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIVWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMCubesReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMCubesWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMFIXReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMoleculeReaderBase.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiBlockPLOT3DReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiBlockPLOT3DReaderInternals.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOBJReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOpenFOAMReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParticleReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPDBReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlot3DMetaReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProStarReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSESAMEReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSTLReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSTLWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTecplotReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUGFacetReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWindBladeReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXYZMolReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOGeometryModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkMetaIO.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkmetaio-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/localMetaConfiguration.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaArrow.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaBlob.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaCommand.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaContour.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaDTITube.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaEllipse.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaEvent.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaFEMObject.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaForm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaGaussian.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaGroup.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaImage.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaImageTypes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaImageUtils.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaITKUtils.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaLandmark.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaLine.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaMesh.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaObject.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaOutput.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaScene.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaSurface.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaTransform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaTube.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaTubeGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaTypes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaUtils.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaVesselTube.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaIOConfig.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkjpeg.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_jpeg.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkjpeg-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkjpeg/jpegDllConfig.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkjpeg/jpeglib.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkjpeg/vtk_jpeg_mangle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkjpeg/jconfig.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkjpeg/jmorecfg.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkjpeg/jerror.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkpng.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_png.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkpng-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkpng/pngDllConfig.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkpng/png.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkpng/pngconf.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkpng/vtk_png_mangle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtktiff.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_tiff.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtktiff-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/tiffDllConfig.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/tiffvers.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/vtk_tiff_mangle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/tiff.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/tiffio.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/tconf.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/tiffconf.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkIOImage-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOImage.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBMPReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBMPWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDEMReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDICOMImageReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGESignaReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageExport.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageImport.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageImportExecutive.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageReader2Collection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageReader2.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageReader2Factory.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkJPEGReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkJPEGWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMedicalImageProperties.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMedicalImageReader2.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMetaImageReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMetaImageWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPNGReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPNGWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPNMReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPNMWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPostScriptWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSLCReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTIFFReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTIFFWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVolume16Reader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVolumeReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNrrdReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOImageModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkIOLegacy-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOLegacy.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericDataObjectReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericDataObjectWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSimplePointsReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSimplePointsWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredPointsReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredPointsWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnstructuredGridReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnstructuredGridWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOLegacyModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkInfovisCore-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkInfovisCore.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAddMembershipArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAdjacencyMatrixToEdgeTable.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayNorm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayToTable.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCollapseGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCollapseVerticesByArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectToTable.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedTree.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEdgeCenters.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExpandSelectedGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenerateIndexArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphHierarchicalBundleEdges.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGroupLeafVertices.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeColumns.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeGraphs.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeTables.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMutableGraphHelper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNetworkHierarchy.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPipelineGraphSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPruneTreeFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRandomGraphSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRemoveIsolatedVertices.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSparseArrayToTable.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStreamGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStringToCategory.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStringToNumeric.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableToArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableToGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableToSparseArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableToTreeFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThresholdGraph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThresholdTable.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransposeMatrix.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeFieldAggregator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeDifferenceFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeLevelsFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVertexDegree.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRemoveHiddenData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKCoreDecomposition.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInfovisCoreModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtklibxml2.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_libxml2.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtklibxml2-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlversion.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/c14n.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/catalog.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/chvalid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/debugXML.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/dict.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/DOCBparser.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/encoding.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/entities.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/globals.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/hash.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/HTMLparser.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/HTMLtree.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/list.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/nanoftp.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/nanohttp.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/parser.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/parserInternals.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/pattern.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/relaxng.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/SAX.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/SAX2.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/schemasInternals.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/schematron.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/threads.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/tree.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/uri.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/valid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/vtk_libxml2_mangle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xinclude.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xlink.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlautomata.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlerror.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlexports.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlIO.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlmemory.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlmodule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlreader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlregexp.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlsave.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlschemas.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlschemastypes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlstring.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlunicode.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlwriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xpath.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xpathInternals.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xpointer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkIOInfovis-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOInfovis.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBiomTableReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkChacoGraphReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDelimitedTextReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDIMACSGraphReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDIMACSGraphWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFixedWidthTextReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkISIReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiNewickTreeReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNewickTreeReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRISReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTulipReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXGMLReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLTreeReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOInfovisModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkIOPLY-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOPLY.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPLY.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPLYReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPLYWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOPLYModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkexpat.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_expat.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkexpat-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkexpat/expatDllConfig.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkexpat/expat.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkexpat/vtk_expat_mangle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkIOXMLParser-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOXMLParser.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLDataParser.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLParser.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLUtilities.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOXMLParserModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkIOXML-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOXML.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRTXMLPolyDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLCompositeDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLCompositeDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLDataSetWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLFileReadTester.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLGenericDataObjectReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLHierarchicalBoxDataFileConverter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLHierarchicalBoxDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLHierarchicalBoxDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLHierarchicalDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLHyperOctreeReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLHyperOctreeWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLImageDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLImageDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLMultiBlockDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLMultiBlockDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLMultiGroupDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPDataSetWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPImageDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPImageDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPolyDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPolyDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPPolyDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPPolyDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPRectilinearGridReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPRectilinearGridWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPStructuredDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPStructuredDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPStructuredGridReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPStructuredGridWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPUnstructuredDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPUnstructuredDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPUnstructuredGridReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPUnstructuredGridWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLRectilinearGridReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLRectilinearGridWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLStructuredDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLStructuredDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLStructuredGridReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLStructuredGridWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLUniformGridAMRReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLUniformGridAMRWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLUnstructuredDataReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLUnstructuredDataWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLUnstructuredGridReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLUnstructuredGridWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLWriterC.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLWriter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOXMLModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkUtilitiesHashSource.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkParallelCore-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkParallelCore.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommunicator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDummyCommunicator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDummyController.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiProcessController.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiProcessStream.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProcess.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProcessGroup.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSocketCommunicator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSocketController.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSubCommunicator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSubGroup.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFieldDataSerializer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParallelCoreModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkUtilitiesMaterialLibrary.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkRenderingCore-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkRenderingCore.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGPUInfoListArray.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNoise200x200.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPythagoreanQuadruples.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRayCastStructures.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderingCoreEnums.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTDxMotionEventInfo.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractMapper3D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractPicker.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractVolumeMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkActor2DCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkActor2D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkActorCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkActor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAssembly.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCameraActor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCamera.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCameraInterpolator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellCenterDepthSort.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkChooserPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClipPlanesPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCoincidentTopologyResolutionPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkColorTransferFunction.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataDisplayAttributes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositePainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositePolyDataMapper2.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositePolyDataMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCoordinate.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCullerCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCuller.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDefaultPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDiscretizableColorTransferFunction.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDisplayListPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDistanceToCamera.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFollower.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFrustumCoverageCuller.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericRenderWindowInteractor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericVertexAttributeMapping.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGlyph3DMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGPUInfo.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGPUInfoList.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphicsFactory.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphToGlyphs.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHardwareSelector.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalPolyDataMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageActor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMapper3D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageProperty.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageSlice.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageSliceMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInteractorEventRecorder.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInteractorObserver.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLightActor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLightCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLight.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLightingPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLightKit.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLinesPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLogLookupTable.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLookupTableWithEnabling.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMapArrayValues.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMapper2D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMapperCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMaterialLibrary.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkObserverMediator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPainterDeviceAdapter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPainterPolyDataMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointsPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataMapper2D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolygonsPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPrimitivePainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProp3DCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProp3D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProp3DFollower.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPropAssembly.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPropCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProp.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProperty2D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProperty.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRendererCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRendererDelegate.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRendererSource.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderWindowCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderWindow.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderWindowInteractor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRepresentationPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkScalarsToColorsPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelectVisiblePoints.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShaderCodeLibrary.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShaderDeviceAdapter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShaderDeviceAdapter2.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShaderProgram.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStandardPolyDataPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTexture.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTexturedActor2D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransformCoordinateSystems.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransformInterpolator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTStripsPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTupleInterpolator.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkViewDependentErrorMetric.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkViewport.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVisibilitySort.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVolumeCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVolume.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVolumeProperty.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLMaterial.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLMaterialParser.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLMaterialReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLShader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWindowLevelLookupTable.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWindowToImageFilter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAssemblyNode.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAssemblyPath.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAssemblyPaths.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAreaPicker.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPicker.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractPropPicker.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPropPicker.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPickingManager.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLODProp3D.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWorldPointPicker.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHardwareSelectionPolyDataPainter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellPicker.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointPicker.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderedAreaPicker.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkScenePicker.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInteractorStyle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInteractorStyleSwitchBase.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTDxInteractorStyle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTDxInteractorStyleCamera.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTDxInteractorStyleSettings.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStringToImage.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTextMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTextProperty.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTextRenderer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderingCoreModule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkfreetype.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_freetype.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkfreetype-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/ft2build.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/vtk_freetype_mangle.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/vtk_ftmodule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/vtkFreeTypeConfig.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/freetype.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftadvanc.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftbbox.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftbdf.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftbitmap.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftbzip2.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftcache.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftchapters.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftcid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/fterrdef.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/fterrors.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftgasp.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftglyph.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftgxval.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftgzip.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftimage.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftincrem.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftlcdfil.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftlist.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftlzw.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftmac.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftmm.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftmodapi.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftmoderr.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftotval.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftoutln.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftpfr.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftrender.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftsizes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftsnames.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftstroke.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftsynth.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftsystem.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/fttrigon.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/fttypes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftwinfnt.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftxf86.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/t1tables.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ttnameid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/tttables.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/tttags.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ttunpat.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/config/ftheader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/config/ftmodule.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/config/ftoption.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/config/ftstdlib.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/config/ftconfig.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/libvtkRenderingFreeType-6.0.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkRenderingFreeType.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFreeTypeStringToImage.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFreeTypeTools.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVectorText.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderingFreeTypeModule.h
[ 72%] Completed 'vtk-android'
[ 72%] Built target vtk-android
Scanning dependencies of target ves-android
[ 75%] Creating directories for 'ves-android'
[ 78%] No download step for 'ves-android'
[ 84%] [ 84%] No update step for 'ves-android'
No patch step for 'ves-android'
[ 87%] Performing configure step for 'ves-android'
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found Eigen: D:/ves_work/ves_build/CMakeExternals/Install/eigen
-- Eigen found (include: D:/ves_work/ves_build/CMakeExternals/Install/eigen)
-- Found PythonInterp: C:/Python27/python.exe (found version "2.7.6")
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Doxygen not found - API documentation will not be built.
-- Configuring done
-- Generating done
-- Build files have been written to: D:/ves_work/ves_build/CMakeExternals/Build/ves-android
[ 90%] Performing forcebuild step for 'ves-android'
[ 93%] Performing build step for 'ves-android'
Scanning dependencies of target ves
[ 2%] [ 2%] Building CXX object src/ves/CMakeFiles/ves.dir/vesActor.cpp.o
Building CXX object src/ves/CMakeFiles/ves.dir/vesBackground.cpp.o
[ 4%] Building CXX object src/ves/CMakeFiles/ves.dir/vesBlend.cpp.o
[ 5%] Building CXX object src/ves/CMakeFiles/ves.dir/vesBlendFunction.cpp.o
[ 7%] Building CXX object src/ves/CMakeFiles/ves.dir/vesBoundingObject.cpp.o
[ 8%] Building CXX object src/ves/CMakeFiles/ves.dir/vesCamera.cpp.o
[ 10%] Building CXX object src/ves/CMakeFiles/ves.dir/vesCullVisitor.cpp.o
[ 11%] Building CXX object src/ves/CMakeFiles/ves.dir/vesDepth.cpp.o
[ 12%] Building CXX object src/ves/CMakeFiles/ves.dir/vesFBO.cpp.o
[ 14%] Building CXX object src/ves/CMakeFiles/ves.dir/vesFBORenderTarget.cpp.o
[ 15%] Building CXX object src/ves/CMakeFiles/ves.dir/vesEigen.cpp.o
[ 17%] Building CXX object src/ves/CMakeFiles/ves.dir/vesGeometryData.cpp.o
[ 18%] Building CXX object src/ves/CMakeFiles/ves.dir/vesGroupNode.cpp.o
[ 20%] Building CXX object src/ves/CMakeFiles/ves.dir/vesMapper.cpp.o
[ 21%] Building CXX object src/ves/CMakeFiles/ves.dir/vesMaterial.cpp.o
[ 22%] Building CXX object src/ves/CMakeFiles/ves.dir/vesNode.cpp.o
[ 24%] Building CXX object src/ves/CMakeFiles/ves.dir/vesOpenGLSupport.cpp.o
[ 25%] Building CXX object src/ves/CMakeFiles/ves.dir/vesRenderer.cpp.o
[ 27%] Building CXX object src/ves/CMakeFiles/ves.dir/vesRenderStage.cpp.o
[ 28%] Building CXX object src/ves/CMakeFiles/ves.dir/vesRenderToTexture.cpp.o
[ 30%] Building CXX object src/ves/CMakeFiles/ves.dir/vesShader.cpp.o
[ 31%] Building CXX object src/ves/CMakeFiles/ves.dir/vesTexture.cpp.o
[ 32%] Building CXX object src/ves/CMakeFiles/ves.dir/vesTransformNode.cpp.o
[ 34%] Building CXX object src/ves/CMakeFiles/ves.dir/vesShaderProgram.cpp.o
[ 35%] Building CXX object src/ves/CMakeFiles/ves.dir/vesUniform.cpp.o
[ 37%] Building CXX object src/ves/CMakeFiles/ves.dir/vesViewport.cpp.o
[ 38%] Building CXX object src/ves/CMakeFiles/ves.dir/vesVisitor.cpp.o
Linking CXX static library ..\..\lib\libves.a
[ 38%] Built target ves
[ 40%] Generating vesBuiltinShaders.cpp, vesBackgroundTexture_frag.cpp, vesBackgroundTexture_vert.cpp, vesBlinnPhong_frag.cpp, vesBlinnPhong_vert.cpp, vesCap_frag.cpp, vesCap_vert.cpp, vesClipPlane_frag.cpp, vesClipPlane_vert.cpp, vesGouraudTexture_frag.cpp, vesGouraudTexture_vert.cpp, vesShader_frag.cpp, vesShader_vert.cpp, vesTestTexture_frag.cpp, vesTestTexture_vert.cpp, vesToonShader_frag.cpp, vesToonShader_vert.cpp, vesWireframeShader_frag.cpp, vesWireframeShader_vert.cpp
Scanning dependencies of target vesShaders
[ 41%] [ 42%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesBuiltinShaders.cpp.o
Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesBackgroundTexture_frag.cpp.o
[ 44%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesBackgroundTexture_vert.cpp.o
[ 45%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesBlinnPhong_frag.cpp.o
[ 47%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesBlinnPhong_vert.cpp.o
[ 48%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesCap_frag.cpp.o
[ 50%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesCap_vert.cpp.o
[ 51%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesClipPlane_frag.cpp.o
Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesClipPlane_vert.cpp.o
[ 54%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesGouraudTexture_frag.cpp.o
[ 55%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesGouraudTexture_vert.cpp.o
[ 57%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesShader_frag.cpp.o
[ 58%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesShader_vert.cpp.o
[ 60%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesTestTexture_frag.cpp.o
[ 61%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesTestTexture_vert.cpp.o
[ 62%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesToonShader_frag.cpp.o
[ 64%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesToonShader_vert.cpp.o
[ 65%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesWireframeShader_frag.cpp.o
[ 67%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesWireframeShader_vert.cpp.o
Linking CXX static library ..\..\lib\libvesShaders.a
[ 67%] Built target vesShaders
Scanning dependencies of target kiwi
[ 70%] [ 70%] Building C object src/kiwi/CMakeFiles/kiwi.dir/cJSON.c.o
Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiAnimationRepresentation.cpp.o
[ 71%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiBaseApp.cpp.o
[ 72%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiBaselineImageTester.cpp.o
[ 74%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiBrainAtlasRepresentation.cpp.o
[ 75%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiCameraSpinner.cpp.o
[ 77%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiCameraInteractor.cpp.o
[ 78%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiCameraTransition.cpp.o
[ 80%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiColorMapCollection.cpp.o
[ 81%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiDataConversionTools.cpp.o
[ 82%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiDataLoader.cpp.o
[ 84%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiDataRepresentation.cpp.o
[ 85%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiImagePlaneDataRepresentation.cpp.o
[ 87%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiImageWidgetRepresentation.cpp.o
[ 88%] [ 90%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiPolyDataRepresentation.cpp.o
[ 91%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiSceneRepresentation.cpp.o
[ 92%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiStreamingDataRepresentation.cpp.o
[ 94%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiText2DRepresentation.cpp.o
[ 95%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiTransition.cpp.o
[ 97%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiViewerApp.cpp.o
[ 98%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiWidgetInteractionDelegate.cpp.o
[100%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiWidgetRepresentation.cpp.o
Linking CXX static library ..\..\lib\libkiwi.a
[100%] Built target kiwi
[ 96%] Performing install step for 'ves-android'
[ 38%] Built target ves
[ 67%] Built target vesShaders
[100%] Built target kiwi
Install the project...
-- Install configuration: "Release"
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/lib/ves-config.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/lib/ves-targets.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/lib/ves-targets-release.cmake
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesActor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesBackground.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesBlend.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesBlendFunction.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesBooleanUniform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesBoundingObject.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesCamera.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesColorUniform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesCullVisitor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesDepth.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesEigen.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesEngineUniform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesFBO.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesFBORenderTarget.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesGL.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesGLTypes.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesGeometryData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesGroupNode.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesImage.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesIntegerUniform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesMapper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesMaterial.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesMaterialAttribute.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesMath.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesModelViewUniform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesNode.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesNormalMatrixUniform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesObject.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesOpenGLSupport.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesPrimitive.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesProjectionUniform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderLeaf.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderStage.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderState.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderTarget.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderToTexture.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderer.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesSetGet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesShader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesShaderProgram.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesSharedPtr.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesSourceData.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesStateAttributeBits.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesTestHelper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesTexture.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesTransformInterface.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesTransformNode.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesTransformPrivate.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesUniform.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesVertexAttribute.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesVertexAttributeKeys.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesViewport.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesVisitor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/ves/vesVersion.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/shaders/vesBuiltinShaders.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/cJSON.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiAnimationRepresentation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiArchiveUtils.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiBaseApp.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiBaselineImageTester.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiBrainAtlasRepresentation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiCameraInteractor.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiCameraSpinner.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiCameraTransition.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiColorMapCollection.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiCurlDownloader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiDataConversionTools.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiDataLoader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiDataRepresentation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiEasing.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiFPSCounter.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiImagePlaneDataRepresentation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiImageWidgetRepresentation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiPlaneWidget.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiPolyDataRepresentation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiPVRemoteRepresentation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiScalarTransition.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiSceneRepresentation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiStreamingDataRepresentation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiTestHelper.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiText2DRepresentation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiTransition.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiViewerApp.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiWidgetInteractionDelegate.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiWidgetRepresentation.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesMidasClient.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesPVWebClient.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesPVWebDataSet.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiOptions.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/pcl/vtkPCDReader.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/pcl/vtkPCLConversions.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/pcl/vtkPCLSACSegmentationPlane.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/include/ves/kiwi/pcl/vtkPCLVoxelGrid.h
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/lib/libves.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/lib/libvesShaders.a
-- Installing: D:/ves_work/ves_build/CMakeExternals/Install/ves-android/lib/libkiwi.a
[100%] Completed 'ves-android'
[100%] Built target ves-android
***********************************************************************************************
#disregard the Warnings
CMake Warning (dev) in Common/Core/CMakeLists.txt:
Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
interface. Run "cmake --help-policy CMP0022" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Target "vtkCommonCore" has an INTERFACE_LINK_LIBRARIES property which
differs from its LINK_INTERFACE_LIBRARIES properties.
INTERFACE_LINK_LIBRARIES:
vtksys
LINK_INTERFACE_LIBRARIES:
This warning is for project developers. Use -Wno-dev to suppress it.
Microsoft (R) 程序维护实用工具 12.00.21005.1 版
版权所有 (C) Microsoft Corporation。 保留所有权利。
loading initial cache file D:/ves_work/VES/CMake/toolchains/TryRunResults.cmake
[4.6.] = _gcc_version
[arm-linux-androideabi-gcc.exe (GCC) 4.6.x-google 20120106 (prerelease)
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.] = _
gcc_version_info
[4.6.] = _gcc_version
CMAKE_C_COMPILER_VERSION=
D:\ves_work\VES\src\kiwi\vesKiwiPolyDataRepresentation.cpp: In member function '
double const& vesKiwiPolyDataRepresentation::opacity() const':
D:\ves_work\VES\src\kiwi\vesKiwiPolyDataRepresentation.cpp:416:52: warning: retu
rning reference to temporary [enabled by default]
*************************************************************************************************
#Build Kiwi
#Run cmake-gui on Kiwi from the command line, be sure to use toolchain option
*************************************************
* see build_Kiwi_cmake_config_images in the end *
*************************************************
D:\ves_work\ves_build>cd .. >> D:\ves.txt
D:\ves_work>mkdir Kiwi_build >> D:\ves.txt
D:\ves_work>cd Kiwi_build >> D:\ves.txt
#configure java environment
#Put javac in the PATH and set JAVA_HOME
#set PATH=%PATH%;path\to\JDK\bin
#set JAVA_HOME=path\to\JDK
# prevent java from running out of memory during compile
set _JAVA_OPTIONS="-Xmx256M"
D:\ves_work\Kiwi_build>echo %JAVA_HOME% >> D:\ves.txt
C:\Java\jdk1.7.0_25
# run nmake or jom in build tree
Scanning dependencies of target KiwiNative
[100%] Building CXX object jni/CMakeFiles/KiwiNative.dir/KiwiNative.cpp.o
Linking CXX shared library ..\libs\armeabi-v7a\libKiwiNative.so
[100%] Built target KiwiNative
Scanning dependencies of target kiwi-ant-configure
Updated and renamed default.properties to project.properties
Updated local.properties
Added file D:\ves_work\VES\Apps\Android\Kiwi\build.xml
Added file D:\ves_work\VES\Apps\Android\Kiwi\proguard-project.txt
[100%] Built target kiwi-ant-configure
Scanning dependencies of target kiwi-apk-rm-resource
[100%] Built target kiwi-apk-rm-resource
Scanning dependencies of target kiwi-apk-resource
[100%] Built target kiwi-apk-resource
Scanning dependencies of target kiwi-apk-release
Buildfile: D:\ves_work\Kiwi_build\build.xml
-set-mode-check:
-set-release-mode:
-release-obfuscation-check:
[echo] proguard.config is ${proguard.config}
-pre-build:
-check-env:
[checkenv] Android SDK Tools Revision 22.3.0
[checkenv] Installed at D:\Android-sdk
-setup:
[echo] Project Name: KiwiViewer
[gettype] Project Type: Application
-build-setup:
[getbuildtools] Using latest Build Tools: 19.0.1
[echo] Resolving Build Target for KiwiViewer...
[gettarget] Project Target: Android 4.4
[gettarget] API level: 19
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: D:\ves_work\Kiwi_build\bin
[mkdir] Created dir: D:\ves_work\Kiwi_build\bin\res
[mkdir] Created dir: D:\ves_work\Kiwi_build\bin\rsObj
[mkdir] Created dir: D:\ves_work\Kiwi_build\bin\rsLibs
[mkdir] Created dir: D:\ves_work\Kiwi_build\gen
[mkdir] Created dir: D:\ves_work\Kiwi_build\bin\classes
[mkdir] Created dir: D:\ves_work\Kiwi_build\bin\dexedLibs
[echo] ----------
[echo] Resolving Dependencies for KiwiViewer...
[dependency] Library dependencies:
[dependency] No Libraries
[dependency]
[dependency] ------------------
[echo] ----------
[echo] Building Libraries with 'release'...
[subant] No sub-builds to iterate on
-code-gen:
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
[echo] Handling aidl files...
[aidl] No AIDL files to compile.
[echo] ----------
[echo] Handling RenderScript files...
[echo] ----------
[echo] Handling Resources...
[aapt] Generating resource IDs...
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.
-pre-compile:
-compile:
[javac] Compiling 8 source files to D:\ves_work\Kiwi_build\bin\classes
[javac] 注: 某些输入文件使用或覆盖了已过时的 API。
[javac] 注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
-post-compile:
-obfuscate:
-dex:
[dex] input: D:\ves_work\Kiwi_build\bin\classes
[dex] Converting compiled files and external libraries into D:\ves_work\Kiwi_build\bin\classes.dex...
[dx] Picked up _JAVA_OPTIONS: "-Xmx256M"
-crunch:
[crunch] Crunching PNG Files in source dir: D:\ves_work\VES\Apps\Android\Kiwi\res
[crunch] To destination dir: D:\ves_work\Kiwi_build\bin\res
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable-hdpi\alert_dialog_icon.png => D:\ves_work\Kiwi_build\bin\res\drawable-hdpi\alert_dialog_icon.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable-hdpi\alert_dialog_icon.png: 0% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable-hdpi\info_icon.png => D:\ves_work\Kiwi_build\bin\res\drawable-hdpi\info_icon.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable-hdpi\info_icon.png: 0% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable-hdpi\kiwi_small_icon.png => D:\ves_work\Kiwi_build\bin\res\drawable-hdpi\kiwi_small_icon.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable-hdpi\kiwi_small_icon.png: 54% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable-hdpi\paraview_logo.png => D:\ves_work\Kiwi_build\bin\res\drawable-hdpi\paraview_logo.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable-hdpi\paraview_logo.png: 0% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable-mdpi\alert_dialog_icon.png => D:\ves_work\Kiwi_build\bin\res\drawable-mdpi\alert_dialog_icon.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable-mdpi\alert_dialog_icon.png: 0% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable-mdpi\kiwi_small_icon.png => D:\ves_work\Kiwi_build\bin\res\drawable-mdpi\kiwi_small_icon.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable-mdpi\kiwi_small_icon.png: 0% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable-mdpi\paraview_logo.png => D:\ves_work\Kiwi_build\bin\res\drawable-mdpi\paraview_logo.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable-mdpi\paraview_logo.png: 0% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable\icon.png => D:\ves_work\Kiwi_build\bin\res\drawable\icon.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable\icon.png: 95% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable\info_active.png => D:\ves_work\Kiwi_build\bin\res\drawable\info_active.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable\info_active.png: 0% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable\info_inactive.png => D:\ves_work\Kiwi_build\bin\res\drawable\info_inactive.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable\info_inactive.png: 0% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable\kitwarelogo.png => D:\ves_work\Kiwi_build\bin\res\drawable\kitwarelogo.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable\kitwarelogo.png: 61% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable\opendata_active.png => D:\ves_work\Kiwi_build\bin\res\drawable\opendata_active.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable\opendata_active.png: 0% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable\opendata_inactive.png => D:\ves_work\Kiwi_build\bin\res\drawable\opendata_inactive.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable\opendata_inactive.png: 0% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable\reset_active.png => D:\ves_work\Kiwi_build\bin\res\drawable\reset_active.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable\reset_active.png: 57% size of source)
[crunch] Processing image to cache: D:\ves_work\VES\Apps\Android\Kiwi\res\drawable\reset_inactive.png => D:\ves_work\Kiwi_build\bin\res\drawable\reset_inactive.png
[crunch] (processed image to cache entry D:\ves_work\Kiwi_build\bin\res\drawable\reset_inactive.png: 0% size of source)
[crunch] Crunched 15 PNG files to update cache
-package-resources:
[aapt] Creating full resource package...
-package:
[apkbuilder] Current build type is different than previous build: forced apkbuilder run.
[apkbuilder] Creating KiwiViewer-release-unsigned.apk for release...
-post-package:
-release-prompt-for-password:
-release-nosign:
[echo] No key.store and key.alias properties found in build.properties.
[echo] Please sign D:\ves_work\Kiwi_build\bin\KiwiViewer-release-unsigned.apk manually
[echo] and run zipalign from the Android SDK tools.
[propertyfile] Creating new property file: D:\ves_work\Kiwi_build\bin\build.prop
[propertyfile] Updating property file: D:\ves_work\Kiwi_build\bin\build.prop
[propertyfile] Updating property file: D:\ves_work\Kiwi_build\bin\build.prop
[propertyfile] Updating property file: D:\ves_work\Kiwi_build\bin\build.prop
-release-sign:
-post-build:
release:
BUILD SUCCESSFUL
Total time: 15 seconds
[100%] Built target kiwi-apk-release
Scanning dependencies of target kiwi-apk-debug
Buildfile: D:\ves_work\Kiwi_build\build.xml
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 22.3.0
[checkenv] Installed at D:\Android-sdk
-setup:
[echo] Project Name: KiwiViewer
[gettype] Project Type: Application
-set-debug-mode:
-debug-obfuscation-check:
-pre-build:
-build-setup:
[getbuildtools] Using latest Build Tools: 19.0.1
[echo] Switching between debug and non debug build: Deleting previous compilation output...
[delete] Deleting directory D:\ves_work\Kiwi_build\bin\classes
[echo] Resolving Build Target for KiwiViewer...
[gettarget] Project Target: Android 4.4
[gettarget] API level: 19
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: D:\ves_work\Kiwi_build\bin\rsObj
[mkdir] Created dir: D:\ves_work\Kiwi_build\bin\rsLibs
[mkdir] Created dir: D:\ves_work\Kiwi_build\bin\classes
[echo] ----------
[echo] Resolving Dependencies for KiwiViewer...
[dependency] Library dependencies:
[dependency] No Libraries
[dependency]
[dependency] ------------------
[echo] ----------
[echo] Building Libraries with 'debug'...
[subant] No sub-builds to iterate on
-code-gen:
[mergemanifest] Found Deleted Target File
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
[echo] Handling aidl files...
[aidl] No AIDL files to compile.
[echo] ----------
[echo] Handling RenderScript files...
[echo] ----------
[echo] Handling Resources...
[aapt] Found Deleted Target File
[aapt] Generating resource IDs...
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Build type changed: Generating new BuildConfig class.
-pre-compile:
-compile:
[javac] Compiling 8 source files to D:\ves_work\Kiwi_build\bin\classes
[javac] 注: 某些输入文件使用或覆盖了已过时的 API。
[javac] 注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
-post-compile:
-obfuscate:
-dex:
[dex] input: D:\ves_work\Kiwi_build\bin\classes
[dex] Found Deleted Target File
[dex] Converting compiled files and external libraries into D:\ves_work\Kiwi_build\bin\classes.dex...
[dx] Picked up _JAVA_OPTIONS: "-Xmx256M"
-crunch:
[crunch] Crunching PNG Files in source dir: D:\ves_work\VES\Apps\Android\Kiwi\res
[crunch] To destination dir: D:\ves_work\Kiwi_build\bin\res
[crunch] Crunched 0 PNG files to update cache
-package-resources:
[aapt] Current build type is different than previous build: forced aapt run.
[aapt] Creating full resource package...
-package:
[apkbuilder] Current build type is different than previous build: forced apkbuilder run.
[apkbuilder] Creating KiwiViewer-debug-unaligned.apk and signing it with a debug key...
-post-package:
-do-debug:
[zipalign] Running zip align on final apk...
[echo] Debug Package: D:\ves_work\Kiwi_build\bin\KiwiViewer-debug.apk
[propertyfile] Updating property file: D:\ves_work\Kiwi_build\bin\build.prop
[propertyfile] Updating property file: D:\ves_work\Kiwi_build\bin\build.prop
[propertyfile] Updating property file: D:\ves_work\Kiwi_build\bin\build.prop
[propertyfile] Updating property file: D:\ves_work\Kiwi_build\bin\build.prop
-post-build:
debug:
BUILD SUCCESSFUL
Total time: 15 seconds
[100%] Built target kiwi-apk-debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment