Skip to content

Instantly share code, notes, and snippets.

@patmarion
Created June 13, 2013 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patmarion/5775591 to your computer and use it in GitHub Desktop.
Save patmarion/5775591 to your computer and use it in GitHub Desktop.
Full build log from building KiwiViewer for Android on the command line.
pat@macbook:/work$ git clone git://vtk.org/VES.git
Cloning into 'VES'...
remote: Counting objects: 8937, done.
remote: Compressing objects: 100% (2754/2754), done.
remote: Total 8937 (delta 5997), reused 8937 (delta 5997)
Receiving objects: 100% (8937/8937), 22.80 MiB | 1.26 MiB/s, done.
Resolving deltas: 100% (5997/5997), done.
pat@macbook:/work$ mkdir build
pat@macbook:/work$ ln -s /work/build /work/VES/Apps/Android/CMakeBuild/build
pat@macbook:/work$ cd build/
pat@macbook:/work/build$ export ANDROID_NDK=/source/android/android-ndk-r8b
pat@macbook:/work/build$ which cmake
/usr/local/bin/cmake
pat@macbook:/work/build$ cmake --version
cmake version 2.8.11
pat@macbook:/work/build$ cmake -DVES_ANDROID_SUPERBUILD:BOOL=ON ../VES
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.5")
-- Found Git: /usr/local/bin/git (found version "1.8.2.3")
-- Configuring done
-- Generating done
-- Build files have been written to: /work/build
pat@macbook:/work/build$ make
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='/work/build/CMakeExternals/Download/eigen/eigen-3.1.2.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 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% 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 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% 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 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- downloading... done
-- verifying file...
file='/work/build/CMakeExternals/Download/eigen/eigen-3.1.2.tar.gz'
-- verifying file... done
-- extracting...
src='/work/build/CMakeExternals/Download/eigen/eigen-3.1.2.tar.gz'
dst='/work/build/CMakeExternals/Source/eigen'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 9%] No patch step for 'eigen'
[ 12%] No update step for 'eigen'
[ 15%] No configure step for 'eigen'
[ 18%] No build step for 'eigen'
[ 21%] Performing install step for 'eigen'
[ 24%] Completed 'eigen'
[ 24%] Built target eigen
Scanning dependencies of target vtk-host
[ 27%] Creating directories for 'vtk-host'
[ 30%] Performing download step (git clone) for 'vtk-host'
Cloning into 'vtk'...
remote: Counting objects: 337730, done.
remote: Compressing objects: 100% (69286/69286), done.
remote: Total 337730 (delta 267693), reused 336458 (delta 266949)
Receiving objects: 100% (337730/337730), 93.51 MiB | 404 KiB/s, done.
Resolving deltas: 100% (267693/267693), done.
Checking out files: 100% (8565/8565), done.
Checking out files: 100% (17286/17286), done.
Note: checking out 'ce4a267'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at ce4a267... Fix a problem when cross compiling using NMake.
[ 33%] No patch step for 'vtk-host'
[ 36%] Performing update step for 'vtk-host'
[ 39%] Performing configure step for 'vtk-host'
-- The C compiler identification is Clang 4.2.0
-- The CXX compiler identification is Clang 4.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- 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 - 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 C++ type bool
-- Checking support for C++ type bool -- 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 for builtin __sync_add_and_fetch
-- Checking for builtin __sync_add_and_fetch -- success
-- Checking ANSI streams end-of-file bug level
-- Checking ANSI streams end-of-file bug level - 0
-- 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;vtkFiltersSources;vtkFiltersStatistics;vtkFiltersTexture;vtkFiltersVerdict;vtkIOAMR;vtkIOCore;vtkIOEnSight;vtkIOExodus;vtkIOExport;vtkIOGeometry;vtkIOImage;vtkIOImport;vtkIOInfovis;vtkIOLSDyna;vtkIOLegacy;vtkIOMINC;vtkIOMovie;vtkIONetCDF;vtkIOPLY;vtkIOParallel;vtkIOSQL;vtkIOVideo;vtkIOXML;vtkIOXMLParser;vtkImagingColor;vtkImagingCore;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInfovisCore;vtkInfovisLayout;vtkParallelCore
-- Group Imaging modules: vtkFiltersImaging;vtkImagingColor;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInteractionImage;vtkRenderingImage
-- Group MPI modules: vtkFiltersParallelGeometry;vtkFiltersParallelMPI;vtkIOMPIImage;vtkIOParallelNetCDF;vtkParallelMPI
-- Group Qt modules: vtkGUISupportQt;vtkGUISupportQtOpenGL;vtkGUISupportQtSQL;vtkGUISupportQtWebkit;vtkRenderingQt;vtkViewsQt
-- Group Rendering modules: vtkGeovisCore;vtkInteractionImage;vtkInteractionStyle;vtkInteractionWidgets;vtkRenderingAnnotation;vtkRenderingContext2D;vtkRenderingCore;vtkRenderingFreeType;vtkRenderingFreeTypeOpenGL;vtkRenderingHybridOpenGL;vtkRenderingImage;vtkRenderingLOD;vtkRenderingLabel;vtkRenderingOpenGL;vtkRenderingVolume;vtkRenderingVolumeAMR;vtkRenderingVolumeOpenGL;vtkViewsContext2D;vtkViewsCore;vtkViewsGeovis;vtkViewsInfovis
-- Group Tk modules: vtkRenderingTk
-- Group Views modules: vtkViewsContext2D;vtkViewsGeovis
-- Enabled 39 modules:
-- * vtkCommonComputationalGeometry, needed by 2 modules:
vtkFiltersGeneral
vtkFiltersSources
-- * vtkCommonCore, needed by 2 modules:
vtkCommonMath
vtkCommonSystem
-- * vtkCommonDataModel, needed by 9 modules:
vtkCommonComputationalGeometry
vtkCommonExecutionModel
vtkIOCore
vtkIOGeometry
vtkIOImage
vtkIOInfovis
vtkIOLegacy
vtkIOXMLParser
vtkInfovisCore
-- * vtkCommonExecutionModel, needed by 6 modules:
vtkFiltersCore
vtkIOCore
vtkIOImage
vtkIOPLY
vtkImagingCore
vtkRenderingCore
-- * vtkCommonMath, needed by 7 modules:
vtkCommonComputationalGeometry
vtkCommonDataModel
vtkCommonMisc
vtkCommonTransforms
vtkFiltersCore
vtkIOImage
vtkImagingCore
-- * vtkCommonMisc, needed by 10 modules:
vtkCommonDataModel
vtkCommonExecutionModel
vtkFiltersCore
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 5 modules:
vtkCommonDataModel
vtkFiltersCore
vtkIOImage
vtkImagingCore
vtkRenderingCore
-- * vtkDICOMParser, needed by vtkIOImage.
-- * vtkFiltersCore, requested by Module_vtkFiltersCore.
-- * vtkFiltersExtraction, needed by 2 modules:
vtkInfovisCore
vtkRenderingCore
-- * vtkFiltersGeneral, needed by 4 modules:
vtkFiltersExtraction
vtkFiltersModeling
vtkFiltersSources
vtkRenderingCore
-- * vtkFiltersGeometry, requested by Module_vtkFiltersGeometry.
-- * vtkFiltersModeling, requested by Module_vtkFiltersModeling.
-- * vtkFiltersSources, requested by Module_vtkFiltersSources.
-- * 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.
-- * 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.
-- * vtkexpat, needed by vtkIOXMLParser.
-- * vtkfreetype, needed by vtkRenderingFreeType.
-- * vtkjpeg, needed by 2 modules:
vtkIOImage
vtktiff
-- * 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 6 modules:
vtkIOCore
vtkIOGeometry
vtkMetaIO
vtkfreetype
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 - 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 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 - 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 float.h
-- Looking for float.h - found
-- Looking for isnan
-- Looking for isnan - not found
-- Looking for _isnan
-- Looking for _isnan - not found
-- Looking for isinf
-- Looking for isinf - not found
-- Looking for _isinf
-- Looking for _isinf - not found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for feenableexcept
-- Looking for feenableexcept - 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 - not 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 - 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 - found
-- Looking for sqrt
-- Looking for sqrt - 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 inflateEnd in z;dl
-- Looking for inflateEnd in z;dl - found
-- Looking for dlopen in dl;z;m
-- Looking for dlopen in dl;z;m - 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 - found
-- Looking for 10 include files stdio.h, ..., sys/socket.h
-- Looking for 10 include files stdio.h, ..., sys/socket.h - found
-- Looking for 11 include files stdio.h, ..., netinet/in.h
-- Looking for 11 include files stdio.h, ..., netinet/in.h - found
-- Looking for 12 include files stdio.h, ..., sys/select.h
-- Looking for 12 include files stdio.h, ..., sys/select.h - found
-- Looking for 19 include files stdio.h, ..., time.h
-- Looking for 19 include files stdio.h, ..., time.h - found
-- Looking for 21 include files stdio.h, ..., signal.h
-- Looking for 21 include files stdio.h, ..., signal.h - found
-- Looking for 22 include files stdio.h, ..., errno.h
-- Looking for 22 include files stdio.h, ..., errno.h - found
-- Looking for 23 include files stdio.h, ..., ansidecl.h
-- Looking for 23 include files stdio.h, ..., ansidecl.h - not found
-- Looking for 23 include files stdio.h, ..., arpa/inet.h
-- Looking for 23 include files stdio.h, ..., arpa/inet.h - found
-- Looking for 24 include files stdio.h, ..., arpa/nameser.h
-- Looking for 24 include files stdio.h, ..., arpa/nameser.h - found
-- Looking for 25 include files stdio.h, ..., ctype.h
-- Looking for 25 include files stdio.h, ..., ctype.h - found
-- Looking for 26 include files stdio.h, ..., dirent.h
-- Looking for 26 include files stdio.h, ..., dirent.h - found
-- Looking for 27 include files stdio.h, ..., dl.h
-- Looking for 27 include files stdio.h, ..., dl.h - not found
-- Looking for 28 include files stdio.h, ..., fp_class.h
-- Looking for 28 include files stdio.h, ..., fp_class.h - not found
-- Looking for 28 include files stdio.h, ..., math.h
-- Looking for 28 include files stdio.h, ..., math.h - found
-- Looking for 29 include files stdio.h, ..., nan.h
-- Looking for 29 include files stdio.h, ..., nan.h - not found
-- Looking for 29 include files stdio.h, ..., ndir.h
-- Looking for 29 include files stdio.h, ..., ndir.h - not found
-- Looking for 29 include files stdio.h, ..., pthread.h
-- Looking for 29 include files stdio.h, ..., pthread.h - found
-- Looking for 30 include files stdio.h, ..., resolv.h
-- Looking for 30 include files stdio.h, ..., resolv.h - found
-- Looking for 31 include files stdio.h, ..., stdarg.h
-- Looking for 31 include files stdio.h, ..., stdarg.h - found
-- Looking for 32 include files stdio.h, ..., sys/mman.h
-- Looking for 32 include files stdio.h, ..., sys/mman.h - found
-- Looking for 33 include files stdio.h, ..., sys/timeb.h
-- Looking for 33 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 - yes
-- 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
-- Looking for 34 include files stdio.h, ..., zlib.h
-- Looking for 34 include files stdio.h, ..., zlib.h - found
-- Configuring done
-- Generating done
-- Build files have been written to: /work/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/ProcessUNIX.c.o
[ 0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Base64.c.o
[ 0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/MD5.c.o
[ 0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/System.c.o
[ 0%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Directory.cxx.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/DynamicLoader.cxx.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Glob.cxx.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/RegularExpression.cxx.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/SystemTools.cxx.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/CommandLineArguments.cxx.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/SystemInformation.cxx.o
Linking CXX shared library ../../../lib/libvtksys-6.0.dylib
[100%] Built target vtksys
Scanning dependencies of target vtkHashSource
[100%] Building CXX object Utilities/HashSource/CMakeFiles/vtkHashSource.dir/vtkHashSource.cxx.o
Linking CXX executable ../../bin/vtkHashSource-6.0
[100%] Built target vtkHashSource
Scanning dependencies of target vtkmkg3states
[100%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtkmkg3states.dir/mkg3states.c.o
Linking C executable ../../../bin/vtkmkg3states-6.0
[100%] Built target vtkmkg3states
Scanning dependencies of target ProcessShader
[100%] Building CXX object Utilities/MaterialLibrary/CMakeFiles/ProcessShader.dir/ProcessShader.cxx.o
Linking CXX executable ../../bin/vtkProcessShader-6.0
[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%] No patch step for 'vtk-android'
[ 60%] No update step for 'vtk-android'
[ 63%] Performing configure step for 'vtk-android'
loading initial cache file /work/VES/CMake/toolchains/TryRunResults.cmake
-- 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 C++ type bool
-- Checking support for C++ type bool -- yes
-- 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;vtkFiltersSources;vtkFiltersStatistics;vtkFiltersTexture;vtkFiltersVerdict;vtkIOAMR;vtkIOCore;vtkIOEnSight;vtkIOExodus;vtkIOExport;vtkIOGeometry;vtkIOImage;vtkIOImport;vtkIOInfovis;vtkIOLSDyna;vtkIOLegacy;vtkIOMINC;vtkIOMovie;vtkIONetCDF;vtkIOPLY;vtkIOParallel;vtkIOSQL;vtkIOVideo;vtkIOXML;vtkIOXMLParser;vtkImagingColor;vtkImagingCore;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInfovisCore;vtkInfovisLayout;vtkParallelCore
-- Group Imaging modules: vtkFiltersImaging;vtkImagingColor;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInteractionImage;vtkRenderingImage
-- Group MPI modules: vtkFiltersParallelGeometry;vtkFiltersParallelMPI;vtkIOMPIImage;vtkIOParallelNetCDF;vtkParallelMPI
-- Group Qt modules: vtkGUISupportQt;vtkGUISupportQtOpenGL;vtkGUISupportQtSQL;vtkGUISupportQtWebkit;vtkRenderingQt;vtkViewsQt
-- Group Rendering modules: vtkGeovisCore;vtkInteractionImage;vtkInteractionStyle;vtkInteractionWidgets;vtkRenderingAnnotation;vtkRenderingContext2D;vtkRenderingCore;vtkRenderingFreeType;vtkRenderingFreeTypeOpenGL;vtkRenderingHybridOpenGL;vtkRenderingImage;vtkRenderingLOD;vtkRenderingLabel;vtkRenderingOpenGL;vtkRenderingVolume;vtkRenderingVolumeAMR;vtkRenderingVolumeOpenGL;vtkViewsContext2D;vtkViewsCore;vtkViewsGeovis;vtkViewsInfovis
-- Group Tk modules: vtkRenderingTk
-- Group Views modules: vtkViewsContext2D;vtkViewsGeovis
-- Enabled 39 modules:
-- * vtkCommonComputationalGeometry, needed by 2 modules:
vtkFiltersGeneral
vtkFiltersSources
-- * vtkCommonCore, needed by 2 modules:
vtkCommonMath
vtkCommonSystem
-- * vtkCommonDataModel, needed by 9 modules:
vtkCommonComputationalGeometry
vtkCommonExecutionModel
vtkIOCore
vtkIOGeometry
vtkIOImage
vtkIOInfovis
vtkIOLegacy
vtkIOXMLParser
vtkInfovisCore
-- * vtkCommonExecutionModel, needed by 6 modules:
vtkFiltersCore
vtkIOCore
vtkIOImage
vtkIOPLY
vtkImagingCore
vtkRenderingCore
-- * vtkCommonMath, needed by 7 modules:
vtkCommonComputationalGeometry
vtkCommonDataModel
vtkCommonMisc
vtkCommonTransforms
vtkFiltersCore
vtkIOImage
vtkImagingCore
-- * vtkCommonMisc, needed by 10 modules:
vtkCommonDataModel
vtkCommonExecutionModel
vtkFiltersCore
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 5 modules:
vtkCommonDataModel
vtkFiltersCore
vtkIOImage
vtkImagingCore
vtkRenderingCore
-- * vtkDICOMParser, needed by vtkIOImage.
-- * vtkFiltersCore, requested by Module_vtkFiltersCore.
-- * vtkFiltersExtraction, needed by 2 modules:
vtkInfovisCore
vtkRenderingCore
-- * vtkFiltersGeneral, needed by 4 modules:
vtkFiltersExtraction
vtkFiltersModeling
vtkFiltersSources
vtkRenderingCore
-- * vtkFiltersGeometry, requested by Module_vtkFiltersGeometry.
-- * vtkFiltersModeling, requested by Module_vtkFiltersModeling.
-- * vtkFiltersSources, requested by Module_vtkFiltersSources.
-- * 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.
-- * 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.
-- * vtkexpat, needed by vtkIOXMLParser.
-- * vtkfreetype, needed by vtkRenderingFreeType.
-- * vtkjpeg, needed by 2 modules:
vtkIOImage
vtktiff
-- * 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 6 modules:
vtkIOCore
vtkIOGeometry
vtkMetaIO
vtkfreetype
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 float.h
-- Looking for float.h - found
-- Looking for isnan
-- Looking for isnan - not found
-- Looking for _isnan
-- Looking for _isnan - not found
-- Looking for isinf
-- Looking for isinf - not found
-- Looking for _isinf
-- Looking for _isinf - 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 inflateEnd in z;dl
-- Looking for inflateEnd in z;dl - found
-- Looking for dlopen in dl;z;dl;m
-- Looking for dlopen in dl;z;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 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
-- Looking for 35 include files stdio.h, ..., zlib.h
-- Looking for 35 include files stdio.h, ..., zlib.h - found
-- Configuring done
-- Generating done
-- Build files have been written to: /work/build/CMakeExternals/Build/vtk-android
[ 66%] Performing build step for 'vtk-android'
Scanning dependencies of target vtksys
[ 0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/ProcessUNIX.c.o
[ 0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Base64.c.o
[ 0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/MD5.c.o
[ 0%] 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
[ 1%] 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
[ 1%] Generating vtkUnicodeCaseFoldData.h
Scanning dependencies of target vtkCommonCore
[ 1%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkAbstractArray.cxx.o
[ 1%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkAnimationCue.cxx.o
[ 1%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArrayCoordinates.cxx.o
[ 1%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArray.cxx.o
[ 1%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArrayExtents.cxx.o
[ 1%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArrayExtentsList.cxx.o
[ 1%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArrayIterator.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArrayRange.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArraySort.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkArrayWeights.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkBitArray.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkBitArrayIterator.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkBoxMuellerRandomSequence.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkBreakPoint.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkByteSwap.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCallbackCommand.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCharArray.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCollection.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCollectionIterator.cxx.o
[ 2%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCommand.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCommonInformationKeyManager.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkConditionVariable.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkCriticalSection.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDataArrayCollection.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDataArrayCollectionIterator.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDataArray.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDataArraySelection.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDebugLeaks.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDebugLeaksManager.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDoubleArray.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkDynamicLoader.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkEventForwarderCommand.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkFileOutputWindow.cxx.o
[ 3%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkFloatArray.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkFloatingPointExceptions.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkGarbageCollector.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkGarbageCollectorManager.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkGaussianRandomSequence.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkIdListCollection.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkIdList.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkIdTypeArray.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkIndent.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformation.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationDataObjectKey.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationDoubleKey.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationDoubleVectorKey.cxx.o
[ 4%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationIdTypeKey.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationInformationKey.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationInformationVectorKey.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationIntegerKey.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationIntegerPointerKey.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationIntegerVectorKey.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationIterator.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationKey.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationKeyVectorKey.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationObjectBaseKey.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationObjectBaseVectorKey.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationRequestKey.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationStringKey.cxx.o
[ 5%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationStringVectorKey.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationUnsignedLongKey.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInformationVector.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkInstantiator.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkIntArray.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkIOStream.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkLargeInteger.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkLongArray.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkLookupTable.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkMath.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkMinimalStandardRandomSequence.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkMultiThreader.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkMutexLock.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkObjectBase.cxx.o
[ 6%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkObject.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkObjectFactoryCollection.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkObjectFactory.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkOldStyleCallbackCommand.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkOStreamWrapper.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkOStrStreamWrapper.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkOutputWindow.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkOverrideInformationCollection.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkOverrideInformation.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkPoints2D.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkPoints.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkPriorityQueue.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkRandomSequence.cxx.o
[ 7%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkReferenceCount.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkScalarsToColors.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkShortArray.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkSignedCharArray.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkSmartPointerBase.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkSortDataArray.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkStdString.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkStringArray.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTimePointUtility.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTimeStamp.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnicodeStringArray.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnicodeString.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnsignedCharArray.cxx.o
[ 8%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnsignedIntArray.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnsignedLongArray.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnsignedShortArray.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkVariantArray.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkVariant.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkVersion.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkVoidArray.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkWeakPointerBase.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkWindow.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkXMLFileOutputWindow.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkLongLongArray.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkUnsignedLongLongArray.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeInt8Array.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeInt16Array.cxx.o
[ 9%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeInt32Array.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeInt64Array.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeUInt8Array.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeUInt16Array.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeUInt32Array.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeUInt64Array.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeFloat32Array.cxx.o
[ 10%] Building CXX object Common/Core/CMakeFiles/vtkCommonCore.dir/vtkTypeFloat64Array.cxx.o
Linking CXX static library ../../lib/libvtkCommonCore-6.0.a
[ 10%] Built target vtkCommonCore
Scanning dependencies of target vtkCommonMath
[ 10%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkAmoebaMinimizer.cxx.o
[ 10%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkFastNumericConversion.cxx.o
[ 10%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkFunctionSet.cxx.o
[ 11%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkInitialValueProblemSolver.cxx.o
[ 11%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkMatrix3x3.cxx.o
[ 11%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkMatrix4x4.cxx.o
[ 11%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkPolynomialSolversUnivariate.cxx.o
[ 11%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkQuaternionInterpolator.cxx.o
[ 11%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkRungeKutta2.cxx.o
[ 11%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkRungeKutta4.cxx.o
[ 11%] Building CXX object Common/Math/CMakeFiles/vtkCommonMath.dir/vtkRungeKutta45.cxx.o
Linking CXX static library ../../lib/libvtkCommonMath-6.0.a
[ 11%] Built target vtkCommonMath
Scanning dependencies of target vtkCommonMisc
[ 11%] Building CXX object Common/Misc/CMakeFiles/vtkCommonMisc.dir/vtkContourValues.cxx.o
[ 11%] Building CXX object Common/Misc/CMakeFiles/vtkCommonMisc.dir/vtkErrorCode.cxx.o
[ 11%] Building CXX object Common/Misc/CMakeFiles/vtkCommonMisc.dir/vtkFunctionParser.cxx.o
[ 11%] Building CXX object Common/Misc/CMakeFiles/vtkCommonMisc.dir/vtkHeap.cxx.o
Linking CXX static library ../../lib/libvtkCommonMisc-6.0.a
[ 11%] Built target vtkCommonMisc
Scanning dependencies of target vtkCommonSystem
[ 11%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkClientSocket.cxx.o
[ 12%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkDirectory.cxx.o
[ 12%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkServerSocket.cxx.o
[ 12%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkSocket.cxx.o
[ 12%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkSocketCollection.cxx.o
[ 12%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkThreadMessager.cxx.o
[ 12%] Building CXX object Common/System/CMakeFiles/vtkCommonSystem.dir/vtkTimerLog.cxx.o
Linking CXX static library ../../lib/libvtkCommonSystem-6.0.a
[ 12%] Built target vtkCommonSystem
Scanning dependencies of target vtkCommonTransforms
[ 12%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkAbstractTransform.cxx.o
[ 12%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkCylindricalTransform.cxx.o
[ 12%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkGeneralTransform.cxx.o
[ 12%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkHomogeneousTransform.cxx.o
[ 12%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkIdentityTransform.cxx.o
[ 12%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkLinearTransform.cxx.o
[ 12%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkMatrixToHomogeneousTransform.cxx.o
[ 12%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkMatrixToLinearTransform.cxx.o
[ 13%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkPerspectiveTransform.cxx.o
[ 13%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkSphericalTransform.cxx.o
[ 13%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkThinPlateSplineTransform.cxx.o
[ 13%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkTransform2D.cxx.o
[ 13%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkTransformCollection.cxx.o
[ 13%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkTransform.cxx.o
[ 13%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkWarpTransform.cxx.o
[ 13%] Building CXX object Common/Transforms/CMakeFiles/vtkCommonTransforms.dir/vtkLandmarkTransform.cxx.o
Linking CXX static library ../../lib/libvtkCommonTransforms-6.0.a
[ 13%] Built target vtkCommonTransforms
Scanning dependencies of target vtkCommonDataModel
[ 13%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAbstractCellLocator.cxx.o
[ 13%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAbstractPointLocator.cxx.o
[ 13%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAdjacentVertexIterator.cxx.o
[ 13%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAMRBox.cxx.o
[ 13%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAnimationScene.cxx.o
[ 13%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAnnotation.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAnnotationLayers.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkArrayData.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAttributesErrorMetric.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBiQuadraticQuad.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBiQuadraticQuadraticHexahedron.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBiQuadraticQuadraticWedge.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBiQuadraticTriangle.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBox.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBSPCuts.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBSPIntersections.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCell3D.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellArray.cxx.o
[ 14%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCell.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellData.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellLinks.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellLocator.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellTypes.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCompositeDataSet.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCompositeDataIterator.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCone.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkConvexPointSet.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCubicLine.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCylinder.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObjectCollection.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObject.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObjectTypes.cxx.o
[ 15%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObjectTree.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObjectTreeIterator.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataSetAttributes.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataSetCollection.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataSet.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDirectedAcyclicGraph.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDirectedGraph.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDistributedGraphHelper.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkEdgeListIterator.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkEdgeTable.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkEmptyCell.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkExplicitCell.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkFieldData.cxx.o
[ 16%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericAdaptorCell.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericAttributeCollection.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericAttribute.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericCell.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericCellIterator.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericCellTessellator.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericDataSet.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericEdgeTable.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericInterpolatedVelocityField.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericPointIterator.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericSubdivisionErrorMetric.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGeometricErrorMetric.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGraph.cxx.o
[ 17%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGraphEdge.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGraphInternals.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHexagonalPrism.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHexahedron.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHierarchicalBoxDataIterator.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHierarchicalBoxDataSet.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperOctreeCursor.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperOctree.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperOctreePointsGrabber.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperTreeCursor.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperTreeGrid.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImageData.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImageIterator.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitBoolean.cxx.o
[ 18%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitDataSet.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitFunctionCollection.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitFunction.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitHalo.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitSelectionLoop.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitSum.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitVolume.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitWindowFunction.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkIncrementalOctreeNode.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkIncrementalOctreePointLocator.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkIncrementalPointLocator.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkInEdgeIterator.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkInformationQuadratureSchemeDefinitionVectorKey.cxx.o
[ 19%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkIterativeClosestPointTransform.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkKdNode.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkKdTree.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkKdTreePointLocator.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkLine.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkLocator.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMarchingSquaresLineCases.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMarchingCubesTriangleCases.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMeanValueCoordinatesInterpolator.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMergePoints.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMultiBlockDataSet.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMultiPieceDataSet.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMutableDirectedGraph.cxx.o
[ 20%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMutableUndirectedGraph.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkNonLinearCell.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkNonMergingPointLocator.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOctreePointLocator.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOctreePointLocatorNode.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOrderedTriangulator.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOutEdgeIterator.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPath.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPentagonalPrism.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPerlinNoise.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPiecewiseFunction.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPixel.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPlaneCollection.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPlane.cxx.o
[ 21%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPlanes.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPlanesIntersection.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointData.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointLocator.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointSet.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointsProjectedHull.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyDataCollection.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyData.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolygon.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyhedron.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyLine.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyPlane.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyVertex.cxx.o
[ 22%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPyramid.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuad.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticEdge.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticHexahedron.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticLinearQuad.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticLinearWedge.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticPyramid.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticQuad.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticTetra.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticTriangle.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticWedge.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadratureSchemeDefinition.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadric.cxx.o
[ 23%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkRectilinearGrid.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkReebGraph.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkReebGraphSimplificationMetric.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSelection.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSelectionNode.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSimpleCellTessellator.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSmoothErrorMetric.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSphere.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSpline.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredData.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredExtent.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredGrid.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredPointsCollection.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredPoints.cxx.o
[ 24%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredVisibilityConstraint.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSuperquadric.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTable.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTensor.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTetra.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTreeBFSIterator.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTree.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTreeDFSIterator.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTriangle.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTriangleStrip.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTriQuadraticHexahedron.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUndirectedGraph.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUniformGrid.cxx.o
[ 25%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUnstructuredGrid.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkVertex.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkVertexListIterator.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkVoxel.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkWedge.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkXMLDataElement.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTreeIterator.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBoundingBox.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAtom.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBond.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMolecule.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAbstractElectronicData.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkNonOverlappingAMR.cxx.o
[ 26%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOverlappingAMR.cxx.o
[ 27%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAMRInformation.cxx.o
[ 27%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAMRDataInternals.cxx.o
[ 27%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUniformGridAMR.cxx.o
[ 27%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUniformGridAMRDataIterator.cxx.o
[ 27%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkExtentTranslator.cxx.o
Linking CXX static library ../../lib/libvtkCommonDataModel-6.0.a
[ 27%] Built target vtkCommonDataModel
Scanning dependencies of target vtkCommonComputationalGeometry
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkCardinalSpline.cxx.o
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkKochanekSpline.cxx.o
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricBoy.cxx.o
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricConicSpiral.cxx.o
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricCrossCap.cxx.o
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricDini.cxx.o
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricEllipsoid.cxx.o
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricEnneper.cxx.o
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricFigure8Klein.cxx.o
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricFunction.cxx.o
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricKlein.cxx.o
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricMobius.cxx.o
[ 27%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricRandomHills.cxx.o
[ 28%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricRoman.cxx.o
[ 28%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricSpline.cxx.o
[ 28%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricSuperEllipsoid.cxx.o
[ 28%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricSuperToroid.cxx.o
[ 28%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricTorus.cxx.o
Linking CXX static library ../../lib/libvtkCommonComputationalGeometry-6.0.a
[ 28%] Built target vtkCommonComputationalGeometry
Scanning dependencies of target vtkCommonExecutionModel
[ 28%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkAlgorithm.cxx.o
[ 28%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkAlgorithmOutput.cxx.o
[ 28%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkAnnotationLayersAlgorithm.cxx.o
[ 28%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkArrayDataAlgorithm.cxx.o
[ 28%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkCachedStreamingDemandDrivenPipeline.cxx.o
[ 28%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkCastToConcrete.cxx.o
[ 28%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkCompositeDataPipeline.cxx.o
[ 28%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkCompositeDataSetAlgorithm.cxx.o
[ 28%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkComputingResources.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkDataObjectAlgorithm.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkDataSetAlgorithm.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkDemandDrivenPipeline.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkDirectedGraphAlgorithm.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExecutionScheduler.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExecutionSchedulerManager.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExecutiveCollection.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExecutive.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExtentSplitter.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkFilteringInformationKeyManager.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkGraphAlgorithm.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkHierarchicalBoxDataSetAlgorithm.cxx.o
[ 29%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkHyperOctreeAlgorithm.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkHyperTreeGridAlgorithm.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageAlgorithm.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageInPlaceFilter.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageProgressIterator.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageToStructuredGrid.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageToStructuredPoints.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkInformationExecutivePortKey.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkInformationExecutivePortVectorKey.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkMultiBlockDataSetAlgorithm.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkMultiTimeStepAlgorithm.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkOnePieceExtentTranslator.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPassInputTypeAlgorithm.cxx.o
[ 30%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPiecewiseFunctionAlgorithm.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPiecewiseFunctionShiftScale.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPointSetAlgorithm.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPolyDataAlgorithm.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkRectilinearGridAlgorithm.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkScalarTree.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkSimpleImageToImageFilter.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkSimpleScalarTree.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkStreamingDemandDrivenPipeline.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkStructuredGridAlgorithm.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkTableAlgorithm.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkTableExtentTranslator.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkThreadedImageAlgorithm.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkThreadedStreamingPipeline.cxx.o
[ 31%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkTreeAlgorithm.cxx.o
[ 32%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkTrivialProducer.cxx.o
[ 32%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUndirectedGraphAlgorithm.cxx.o
[ 32%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUnstructuredGridAlgorithm.cxx.o
[ 32%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkSelectionAlgorithm.cxx.o
[ 32%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkLinearSelector.cxx.o
[ 32%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExtentRCBPartitioner.cxx.o
[ 32%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUniformGridPartitioner.cxx.o
[ 32%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUniformGridAMRAlgorithm.cxx.o
[ 32%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkOverlappingAMRAlgorithm.cxx.o
[ 32%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkNonOverlappingAMRAlgorithm.cxx.o
Linking CXX static library ../../lib/libvtkCommonExecutionModel-6.0.a
[ 32%] Built target vtkCommonExecutionModel
Scanning dependencies of target vtkDICOMParser
[ 32%] Building CXX object Utilities/DICOMParser/CMakeFiles/vtkDICOMParser.dir/DICOMFile.cxx.o
[ 32%] Building CXX object Utilities/DICOMParser/CMakeFiles/vtkDICOMParser.dir/DICOMParser.cxx.o
[ 32%] Building CXX object Utilities/DICOMParser/CMakeFiles/vtkDICOMParser.dir/DICOMAppHelper.cxx.o
Linking CXX static library ../../lib/libvtkDICOMParser-6.0.a
[ 32%] Built target vtkDICOMParser
Scanning dependencies of target vtkFiltersCore
[ 32%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAppendFilter.cxx.o
[ 32%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAppendPolyData.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAppendSelection.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkArrayCalculator.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAssignAttribute.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAttributeDataToFieldDataFilter.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCellDataToPointData.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCleanPolyData.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkClipPolyData.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCompositeDataProbeFilter.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkConnectivityFilter.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkContourFilter.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkContourGrid.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDataObjectGenerator.cxx.o
[ 33%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDataObjectToDataSetFilter.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDataSetEdgeSubdivisionCriterion.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDataSetToDataObjectFilter.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDecimatePolylineFilter.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDecimatePro.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDelaunay2D.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDelaunay3D.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkElevationFilter.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkExecutionTimer.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkFeatureEdges.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkFieldDataToAttributeDataFilter.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkGlyph2D.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkGlyph3D.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkHedgeHog.cxx.o
[ 34%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkHull.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkIdFilter.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMarchingCubes.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMarchingSquares.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMaskFields.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMaskPoints.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMaskPolyData.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMassProperties.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMergeDataObjectFilter.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMergeFields.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMergeFilter.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkPointDataToCellData.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkPolyDataConnectivityFilter.cxx.o
[ 35%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkPolyDataNormals.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkProbeFilter.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkQuadricClustering.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkQuadricDecimation.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkRearrangeFields.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkReverseSense.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSimpleElevationFilter.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSmoothPolyDataFilter.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStripper.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStructuredGridOutlineFilter.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSynchronizedTemplates2D.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSynchronizedTemplates3D.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSynchronizedTemplatesCutter3D.cxx.o
[ 36%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkTensorGlyph.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkThreshold.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkThresholdPoints.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkTriangleFilter.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkTubeFilter.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkVectorDot.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkVectorNorm.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkWindowedSincPolyDataFilter.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCutter.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCompositeCutter.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkGridSynchronizedTemplates3D.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkRectilinearSynchronizedTemplates.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkEdgeSubdivisionCriterion.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStreamingTessellator.cxx.o
[ 37%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkImplicitPolyDataDistance.cxx.o
[ 38%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStreamerBase.cxx.o
[ 38%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCenterOfMass.cxx.o
[ 38%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkGhostArray.cxx.o
Linking CXX static library ../../lib/libvtkFiltersCore-6.0.a
[ 38%] Built target vtkFiltersCore
Scanning dependencies of target vtkFiltersGeneral
[ 38%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAnnotationLink.cxx.o
[ 38%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAppendCompositeDataLeaves.cxx.o
[ 38%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAppendPoints.cxx.o
[ 38%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkApproximatingSubdivisionFilter.cxx.o
[ 38%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAreaContourSpectrumFilter.cxx.o
[ 38%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAxes.cxx.o
[ 38%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBlankStructuredGrid.cxx.o
[ 38%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBlankStructuredGridWithImage.cxx.o
[ 38%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBlockIdScalars.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBoxClipDataSet.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBrownianPoints.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCellCenters.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCellDerivatives.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkClipClosedSurface.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkClipConvexPolyData.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkClipDataSet.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkClipVolume.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCoincidentPoints.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCursor2D.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCursor3D.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCurvatures.cxx.o
[ 39%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDataSetGradient.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDataSetGradientPrecompute.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDataSetTriangleFilter.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDensifyPolyData.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDicer.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDiscreteMarchingCubes.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkEdgePoints.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGradientFilter.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGraphLayoutFilter.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGraphToPoints.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkHierarchicalDataLevelFilter.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkHyperStreamline.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkIconGlyphFilter.cxx.o
[ 40%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkImageMarchingCubes.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkInterpolateDataSetAttributes.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkInterpolatingSubdivisionFilter.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkKdTreeSelector.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkLevelIdScalars.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkLinkEdgels.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMergeCells.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkModelMetadata.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMultiBlockDataGroupFilter.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMultiBlockMergeFilter.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMultiThreshold.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkOBBDicer.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkOBBTree.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPassThrough.cxx.o
[ 41%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPolyDataStreamer.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPolyDataToReebGraphFilter.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkProbePolyhedron.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuadraturePointInterpolator.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuadraturePointsGenerator.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuadratureSchemeDictionaryGenerator.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuantizePolyDataPoints.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRandomAttributeGenerator.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRectilinearGridClip.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRectilinearGridToTetrahedra.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRecursiveDividingCubes.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkReflectionFilter.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRotationFilter.cxx.o
[ 42%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSCurveSpline.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkShrinkFilter.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkShrinkPolyData.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSpatialRepresentationFilter.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSplineFilter.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSplitField.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkStructuredGridClip.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSubPixelPositionEdgels.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTableBasedClipDataSet.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTableToPolyData.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTableToStructuredGrid.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTemporalPathLineFilter.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTemporalStatistics.cxx.o
[ 43%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTessellatorFilter.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTimeSourceExample.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTransformFilter.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTransformPolyDataFilter.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkUncertaintyTubeFilter.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkVertexGlyphFilter.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkVolumeContourSpectrumFilter.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkVoxelContoursToSurfaceFilter.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkWarpLens.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkWarpScalar.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkWarpTo.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkWarpVector.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkYoungsMaterialInterface.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMarchingContourFilter.cxx.o
[ 44%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRectilinearGridToPointSet.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGraphWeightEuclideanDistanceFilter.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGraphWeightFilter.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkImageDataToPointSet.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkIntersectionPolyDataFilter.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBooleanOperationPolyDataFilter.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDistancePolyDataFilter.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkOverlappingAMRLevelIdScalars.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkExtractArray.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMatricizeArray.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkNormalizeMatrixVectors.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPassArrays.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSplitColumnComponents.cxx.o
[ 45%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCellTreeLocator.cxx.o
Linking CXX static library ../../lib/libvtkFiltersGeneral-6.0.a
[ 45%] Built target vtkFiltersGeneral
Scanning dependencies of target vtkFiltersExtraction
[ 45%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkConvertSelection.cxx.o
[ 45%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractArraysOverTime.cxx.o
[ 45%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractBlock.cxx.o
[ 45%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractCells.cxx.o
[ 45%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractDataOverTime.cxx.o
[ 45%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractDataSets.cxx.o
[ 45%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractEdges.cxx.o
[ 45%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractGeometry.cxx.o
[ 45%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractGrid.cxx.o
[ 45%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractLevel.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractPolyDataGeometry.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractRectilinearGrid.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedBlock.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedFrustum.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedIds.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedLocations.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedPolyDataIds.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedRows.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedThresholds.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectionBase.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelection.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractTemporalFieldData.cxx.o
[ 46%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractTensorComponents.cxx.o
[ 47%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractUnstructuredGrid.cxx.o
[ 47%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractVectorComponents.cxx.o
[ 47%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkProbeSelectedLocations.cxx.o
[ 47%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkHierarchicalDataExtractDataSets.cxx.o
[ 47%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkHierarchicalDataExtractLevel.cxx.o
Linking CXX static library ../../lib/libvtkFiltersExtraction-6.0.a
[ 47%] Built target vtkFiltersExtraction
Scanning dependencies of target vtkFiltersGeometry
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkCompositeDataGeometryFilter.cxx.o
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkGeometryFilter.cxx.o
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkHierarchicalDataSetGeometryFilter.cxx.o
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkImageDataGeometryFilter.cxx.o
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkProjectSphereFilter.cxx.o
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkRectilinearGridGeometryFilter.cxx.o
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredGridGeometryFilter.cxx.o
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredPointsGeometryFilter.cxx.o
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkUnstructuredGridGeometryFilter.cxx.o
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkDataSetSurfaceFilter.cxx.o
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkAbstractGridConnectivity.cxx.o
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkDataSetGhostGenerator.cxx.o
[ 48%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkRectilinearGridPartitioner.cxx.o
[ 49%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredAMRNeighbor.cxx.o
[ 49%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredAMRGridConnectivity.cxx.o
[ 49%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredGridConnectivity.cxx.o
[ 49%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredGridGhostDataGenerator.cxx.o
[ 49%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredGridPartitioner.cxx.o
[ 49%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredNeighbor.cxx.o
[ 49%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkUniformGridGhostDataGenerator.cxx.o
Linking CXX static library ../../lib/libvtkFiltersGeometry-6.0.a
[ 49%] Built target vtkFiltersGeometry
Scanning dependencies of target vtkFiltersSources
[ 49%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkArcSource.cxx.o
[ 49%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkArrowSource.cxx.o
[ 49%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkButtonSource.cxx.o
[ 49%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkConeSource.cxx.o
[ 49%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkCubeSource.cxx.o
[ 49%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkCylinderSource.cxx.o
[ 49%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkDiskSource.cxx.o
[ 49%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkEllipticalButtonSource.cxx.o
[ 49%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkFrustumSource.cxx.o
[ 49%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkGlyphSource2D.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkHyperOctreeFractalSource.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkHyperTreeGridSource.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkLineSource.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkOutlineCornerFilter.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkOutlineCornerSource.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkOutlineSource.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkParametricFunctionSource.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkPlaneSource.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkPlatonicSolidSource.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkPointSource.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkProgrammableDataObjectSource.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkProgrammableSource.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkRectangularButtonSource.cxx.o
[ 50%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkRegularPolygonSource.cxx.o
[ 51%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkSelectionSource.cxx.o
[ 51%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkSphereSource.cxx.o
[ 51%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkSuperquadricSource.cxx.o
[ 51%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkTessellatedBoxSource.cxx.o
[ 51%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkTextSource.cxx.o
[ 51%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkTexturedSphereSource.cxx.o
[ 51%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkGraphToPolyData.cxx.o
[ 51%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkDiagonalMatrixSource.cxx.o
Linking CXX static library ../../lib/libvtkFiltersSources-6.0.a
[ 51%] Built target vtkFiltersSources
Scanning dependencies of target vtkFiltersModeling
[ 51%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkBandedPolyDataContourFilter.cxx.o
[ 51%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkButterflySubdivisionFilter.cxx.o
[ 51%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkDijkstraGraphGeodesicPath.cxx.o
[ 51%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkDijkstraImageGeodesicPath.cxx.o
[ 51%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkFillHolesFilter.cxx.o
[ 51%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkGeodesicPath.cxx.o
[ 51%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkGraphGeodesicPath.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkLinearExtrusionFilter.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkLinearSubdivisionFilter.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkLoopSubdivisionFilter.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkPolyDataPointSampler.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkProjectedTexture.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkQuadRotationalExtrusionFilter.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkRibbonFilter.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkRotationalExtrusionFilter.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkRuledSurfaceFilter.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSelectEnclosedPoints.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSelectPolyData.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSpherePuzzleArrows.cxx.o
[ 52%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSpherePuzzle.cxx.o
[ 53%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSubdivideTetra.cxx.o
[ 53%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkOutlineFilter.cxx.o
[ 53%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSectorSource.cxx.o
Linking CXX static library ../../lib/libvtkFiltersModeling-6.0.a
[ 53%] Built target vtkFiltersModeling
Scanning dependencies of target vtkzlib
[ 53%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/adler32.c.o
[ 53%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/compress.c.o
[ 53%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/crc32.c.o
[ 53%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/deflate.c.o
[ 53%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/gzio.c.o
[ 53%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/inffast.c.o
[ 53%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/inflate.c.o
[ 53%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/inftrees.c.o
[ 53%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/trees.c.o
[ 53%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/uncompr.c.o
[ 54%] Building C object ThirdParty/zlib/vtkzlib/CMakeFiles/vtkzlib.dir/zutil.c.o
Linking C static library ../../../lib/libvtkzlib-6.0.a
[ 54%] Built target vtkzlib
Scanning dependencies of target vtkIOCore
[ 54%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkAbstractParticleWriter.cxx.o
[ 54%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkArrayReader.cxx.o
[ 54%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkArrayWriter.cxx.o
[ 54%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkASCIITextCodec.cxx.o
[ 54%] 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
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkJavaScriptDataWriter.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkOutputStream.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkSortFileNames.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkTextCodec.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkTextCodecFactory.cxx.o
[ 55%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkUTF16TextCodec.cxx.o
[ 55%] 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 vtkIOGeometry
[ 56%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkAVSucdReader.cxx.o
[ 56%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkBYUReader.cxx.o
[ 56%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkBYUWriter.cxx.o
[ 56%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkChacoReader.cxx.o
[ 56%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkFacetWriter.cxx.o
[ 56%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkGAMBITReader.cxx.o
[ 56%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkGaussianCubeReader.cxx.o
[ 56%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkIVWriter.cxx.o
[ 56%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMCubesReader.cxx.o
[ 56%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMCubesWriter.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMFIXReader.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMoleculeReaderBase.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMultiBlockPLOT3DReader.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkOBJReader.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkOpenFOAMReader.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkParticleReader.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkPDBReader.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkProStarReader.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkSESAMEReader.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkSTLReader.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkSTLWriter.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkTecplotReader.cxx.o
[ 57%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkUGFacetReader.cxx.o
[ 58%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkXYZMolReader.cxx.o
Linking CXX static library ../../lib/libvtkIOGeometry-6.0.a
[ 58%] Built target vtkIOGeometry
Scanning dependencies of target vtkmetaio
[ 58%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaUtils.cxx.o
[ 58%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaArrow.cxx.o
[ 58%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaBlob.cxx.o
[ 58%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaCommand.cxx.o
[ 58%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaContour.cxx.o
[ 58%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaDTITube.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaEllipse.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaGroup.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaGaussian.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaImage.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaImageUtils.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaLandmark.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaLine.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaMesh.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaObject.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaOutput.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaScene.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaSurface.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaTube.cxx.o
[ 59%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaVesselTube.cxx.o
[ 60%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaTransform.cxx.o
[ 60%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaTubeGraph.cxx.o
[ 60%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaForm.cxx.o
[ 60%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaArray.cxx.o
[ 60%] Building CXX object Utilities/MetaIO/vtkmetaio/CMakeFiles/vtkmetaio.dir/metaFEMObject.cxx.o
Linking CXX static library ../../../lib/libvtkmetaio-6.0.a
[ 60%] Built target vtkmetaio
Scanning dependencies of target vtkjpeg
[ 60%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jmemnobs.c.o
[ 60%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcomapi.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jutils.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jerror.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jmemmgr.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcapimin.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcapistd.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jctrans.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcparam.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdatadst.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcinit.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcmaster.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcmarker.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcmainct.c.o
[ 61%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcprepct.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jccoefct.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jccolor.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcsample.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jchuff.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcphuff.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jcdctmgr.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jfdctfst.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jfdctflt.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jfdctint.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdapimin.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdapistd.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdtrans.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdatasrc.c.o
[ 62%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdmaster.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdinput.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdmarker.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdhuff.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdphuff.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdmainct.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdcoefct.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdpostct.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jddctmgr.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jidctfst.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jidctflt.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jidctint.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jidctred.c.o
[ 63%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdsample.c.o
[ 64%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdcolor.c.o
[ 64%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jquant1.c.o
[ 64%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jquant2.c.o
[ 64%] Building C object ThirdParty/jpeg/vtkjpeg/CMakeFiles/vtkjpeg.dir/jdmerge.c.o
Linking C static library ../../../lib/libvtkjpeg-6.0.a
[ 64%] Built target vtkjpeg
Scanning dependencies of target vtkpng
[ 64%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngget.c.o
[ 64%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngrio.c.o
[ 64%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngwrite.c.o
[ 64%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/png.c.o
[ 64%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngmem.c.o
[ 64%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngrtran.c.o
[ 64%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngtrans.c.o
[ 64%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngwtran.c.o
[ 65%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngerror.c.o
[ 65%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngpread.c.o
[ 65%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngrutil.c.o
[ 65%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngvcrd.c.o
[ 65%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngwutil.c.o
[ 65%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pnggccrd.c.o
[ 65%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngread.c.o
[ 65%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngset.c.o
[ 65%] Building C object ThirdParty/png/vtkpng/CMakeFiles/vtkpng.dir/pngwio.c.o
Linking C static library ../../../lib/libvtkpng-6.0.a
[ 65%] Built target vtkpng
Scanning dependencies of target vtktiff
[ 65%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_aux.c.o
[ 65%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_close.c.o
[ 65%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_codec.c.o
[ 65%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_compress.c.o
[ 65%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_dir.c.o
[ 65%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_dirinfo.c.o
[ 65%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_dirread.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_dirwrite.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_dumpmode.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_error.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_fax3.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_flush.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_getimage.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_jpeg.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_luv.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_lzw.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_next.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_ojpeg.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_open.c.o
[ 66%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_packbits.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_pixarlog.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_predict.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_print.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_read.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_strip.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_swab.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_thunder.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_tile.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_version.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_warning.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_write.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_zip.c.o
[ 67%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_color.c.o
[ 68%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_extension.c.o
[ 68%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_unix.c.o
[ 68%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtktiff.dir/tif_fax3sm.c.o
Linking C static library ../../../lib/libvtktiff-6.0.a
[ 68%] Built target vtktiff
Scanning dependencies of target vtkIOImage
[ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkBMPReader.cxx.o
[ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkBMPWriter.cxx.o
[ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkDEMReader.cxx.o
[ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkDICOMImageReader.cxx.o
[ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkGESignaReader.cxx.o
[ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageExport.cxx.o
[ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageImport.cxx.o
[ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageImportExecutive.cxx.o
[ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageReader2Collection.cxx.o
[ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageReader2.cxx.o
[ 68%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageReader2Factory.cxx.o
[ 68%] 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
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkMetaImageReader.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkMetaImageWriter.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPNGReader.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPNGWriter.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPNMReader.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPNMWriter.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPostScriptWriter.cxx.o
[ 69%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkSLCReader.cxx.o
[ 69%] 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%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkCompositeDataReader.cxx.o
[ 70%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkCompositeDataWriter.cxx.o
[ 70%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataObjectReader.cxx.o
[ 70%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataObjectWriter.cxx.o
[ 70%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataReader.cxx.o
[ 70%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataSetReader.cxx.o
[ 70%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataSetWriter.cxx.o
[ 70%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataWriter.cxx.o
[ 70%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkGenericDataObjectReader.cxx.o
[ 70%] 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
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkSimplePointsReader.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkSimplePointsWriter.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkStructuredGridReader.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkStructuredGridWriter.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkStructuredPointsReader.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkStructuredPointsWriter.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkTableReader.cxx.o
[ 71%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkTableWriter.cxx.o
[ 72%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkTreeReader.cxx.o
[ 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 vtkInfovisCore
[ 72%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkAddMembershipArray.cxx.o
[ 72%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkAdjacencyMatrixToEdgeTable.cxx.o
[ 72%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkArrayNorm.cxx.o
[ 72%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkArrayToTable.cxx.o
[ 72%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkCollapseGraph.cxx.o
[ 72%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkCollapseVerticesByArray.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkDataObjectToTable.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkEdgeCenters.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkExpandSelectedGraph.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkExtractSelectedGraph.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkGenerateIndexArray.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkGraphHierarchicalBundleEdges.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkGroupLeafVertices.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkMergeColumns.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkMergeGraphs.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkMergeTables.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkMutableGraphHelper.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkNetworkHierarchy.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkPipelineGraphSource.cxx.o
[ 73%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkPruneTreeFilter.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkRandomGraphSource.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkRemoveIsolatedVertices.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkSparseArrayToTable.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkStreamGraph.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkStringToCategory.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkStringToNumeric.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTableToArray.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTableToGraph.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTableToSparseArray.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTableToTreeFilter.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkThresholdGraph.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkThresholdTable.cxx.o
[ 74%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTransposeMatrix.cxx.o
[ 75%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTreeFieldAggregator.cxx.o
[ 75%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTreeLevelsFilter.cxx.o
[ 75%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkVertexDegree.cxx.o
[ 75%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkRemoveHiddenData.cxx.o
[ 75%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkKCoreDecomposition.cxx.o
Linking CXX static library ../../lib/libvtkInfovisCore-6.0.a
[ 75%] Built target vtkInfovisCore
Scanning dependencies of target vtklibxml2
[ 75%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/DOCBparser.c.o
[ 75%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/HTMLparser.c.o
[ 75%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/HTMLtree.c.o
[ 75%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/SAX.c.o
[ 75%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/SAX2.c.o
[ 75%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/c14n.c.o
[ 75%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/catalog.c.o
[ 75%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/chvalid.c.o
[ 75%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/debugXML.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/dict.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/encoding.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/entities.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/error.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/globals.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/hash.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/legacy.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/list.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/nanoftp.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/nanohttp.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/parser.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/parserInternals.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/pattern.c.o
[ 76%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/relaxng.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/schematron.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/threads.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/tree.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/uri.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/valid.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xinclude.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xlink.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlIO.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlmemory.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlmodule.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlreader.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlregexp.c.o
[ 77%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlsave.c.o
[ 78%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlschemas.c.o
[ 78%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlschemastypes.c.o
[ 78%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlstring.c.o
[ 78%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlunicode.c.o
[ 78%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xmlwriter.c.o
[ 78%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xpath.c.o
[ 78%] Building C object ThirdParty/libxml2/vtklibxml2/CMakeFiles/vtklibxml2.dir/xpointer.c.o
Linking C static library ../../../lib/libvtklibxml2-6.0.a
[ 78%] Built target vtklibxml2
Scanning dependencies of target vtkIOInfovis
[ 78%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkBiomTableReader.cxx.o
[ 78%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkChacoGraphReader.cxx.o
[ 78%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkDelimitedTextReader.cxx.o
[ 78%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkDIMACSGraphReader.cxx.o
[ 78%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkDIMACSGraphWriter.cxx.o
[ 78%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkFixedWidthTextReader.cxx.o
[ 78%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkISIReader.cxx.o
[ 78%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkNewickTreeReader.cxx.o
[ 78%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkRISReader.cxx.o
[ 79%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkTulipReader.cxx.o
[ 79%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkXGMLReader.cxx.o
[ 79%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkXMLTreeReader.cxx.o
Linking CXX static library ../../lib/libvtkIOInfovis-6.0.a
[ 79%] Built target vtkIOInfovis
Scanning dependencies of target vtkIOPLY
[ 79%] Building CXX object IO/PLY/CMakeFiles/vtkIOPLY.dir/vtkPLY.cxx.o
[ 79%] Building CXX object IO/PLY/CMakeFiles/vtkIOPLY.dir/vtkPLYReader.cxx.o
[ 79%] Building CXX object IO/PLY/CMakeFiles/vtkIOPLY.dir/vtkPLYWriter.cxx.o
Linking CXX static library ../../lib/libvtkIOPLY-6.0.a
[ 79%] Built target vtkIOPLY
Scanning dependencies of target vtkexpat
[ 79%] Building C object ThirdParty/expat/vtkexpat/CMakeFiles/vtkexpat.dir/xmlparse.c.o
[ 79%] Building C object ThirdParty/expat/vtkexpat/CMakeFiles/vtkexpat.dir/xmltok.c.o
[ 79%] Building C object ThirdParty/expat/vtkexpat/CMakeFiles/vtkexpat.dir/xmlrole.c.o
Linking C static library ../../../lib/libvtkexpat-6.0.a
[ 79%] Built target vtkexpat
Scanning dependencies of target vtkIOXMLParser
[ 79%] Building CXX object IO/XMLParser/CMakeFiles/vtkIOXMLParser.dir/vtkXMLDataParser.cxx.o
[ 79%] Building CXX object IO/XMLParser/CMakeFiles/vtkIOXMLParser.dir/vtkXMLParser.cxx.o
[ 79%] Building CXX object IO/XMLParser/CMakeFiles/vtkIOXMLParser.dir/vtkXMLUtilities.cxx.o
Linking CXX static library ../../lib/libvtkIOXMLParser-6.0.a
[ 79%] Built target vtkIOXMLParser
Scanning dependencies of target vtkIOXML
[ 79%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkRTXMLPolyDataReader.cxx.o
[ 79%] 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
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLGenericDataObjectReader.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHierarchicalBoxDataReader.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHierarchicalBoxDataWriter.cxx.o
[ 80%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHierarchicalDataReader.cxx.o
[ 80%] 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
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPDataWriter.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPImageDataReader.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPImageDataWriter.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPolyDataReader.cxx.o
[ 81%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPolyDataWriter.cxx.o
[ 81%] 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
[ 81%] 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
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPUnstructuredDataWriter.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPUnstructuredGridReader.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPUnstructuredGridWriter.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLReader.cxx.o
[ 82%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLRectilinearGridReader.cxx.o
[ 82%] 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/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
[ 83%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUnstructuredGridWriter.cxx.o
[ 83%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLWriterC.cxx.o
[ 83%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLWriter.cxx.o
Linking CXX static library ../../lib/libvtkIOXML-6.0.a
[ 83%] Built target vtkIOXML
Scanning dependencies of target vtkImagingCore
[ 83%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilIterator.cxx.o
[ 83%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkExtractVOI.cxx.o
[ 83%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageAppendComponents.cxx.o
[ 83%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageAppend.cxx.o
[ 83%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBlend.cxx.o
[ 83%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageCacheFilter.cxx.o
[ 83%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageCast.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageChangeInformation.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageClip.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageConstantPad.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageDataStreamer.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageDecomposeFilter.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageDifference.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageExtractComponents.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageFlip.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageIterateFilter.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageMagnify.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageMapToColors.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageMask.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageMirrorPad.cxx.o
[ 84%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImagePadFilter.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImagePermute.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageResample.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageReslice.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageResliceToColors.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageShiftScale.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageShrink3D.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageThreshold.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageTranslateExtent.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageWrapPad.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkRTAnalyticSource.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageResize.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBSplineCoefficients.cxx.o
[ 85%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilData.cxx.o
[ 86%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilAlgorithm.cxx.o
[ 86%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkAbstractImageInterpolator.cxx.o
[ 86%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBSplineInternals.cxx.o
[ 86%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBSplineInterpolator.cxx.o
[ 86%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageSincInterpolator.cxx.o
[ 86%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageInterpolator.cxx.o
[ 86%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilSource.cxx.o
Linking CXX static library ../../lib/libvtkImagingCore-6.0.a
[ 86%] Built target vtkImagingCore
[ 86%] Generating vtkSocketCommunicatorHash.h
Scanning dependencies of target vtkParallelCore
[ 86%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkCommunicator.cxx.o
[ 86%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkDummyCommunicator.cxx.o
[ 86%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkDummyController.cxx.o
[ 86%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkMultiProcessController.cxx.o
[ 86%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkMultiProcessStream.cxx.o
[ 86%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkProcess.cxx.o
[ 86%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkProcessGroup.cxx.o
[ 87%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkSocketCommunicator.cxx.o
[ 87%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkSocketController.cxx.o
[ 87%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkSubCommunicator.cxx.o
[ 87%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkSubGroup.cxx.o
[ 87%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkFieldDataSerializer.cxx.o
Linking CXX static library ../../lib/libvtkParallelCore-6.0.a
[ 87%] Built target vtkParallelCore
Scanning dependencies of target vtkMaterialLibraryConfiguredFiles
[ 87%] Built target vtkMaterialLibraryConfiguredFiles
Scanning dependencies of target vtkRenderingCore
[ 87%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractMapper3D.cxx.o
[ 87%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractMapper.cxx.o
[ 87%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractPicker.cxx.o
[ 87%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractVolumeMapper.cxx.o
[ 87%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkActor2DCollection.cxx.o
[ 87%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkActor2D.cxx.o
[ 87%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkActorCollection.cxx.o
[ 87%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkActor.cxx.o
[ 87%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAssembly.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCameraActor.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCamera.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCameraInterpolator.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCellCenterDepthSort.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkChooserPainter.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkClipPlanesPainter.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCoincidentTopologyResolutionPainter.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkColorTransferFunction.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCompositePainter.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCompositePolyDataMapper2.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCompositePolyDataMapper.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCoordinate.cxx.o
[ 88%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCullerCollection.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCuller.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkDataSetMapper.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkDefaultPainter.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkDiscretizableColorTransferFunction.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkDisplayListPainter.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkDistanceToCamera.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkFollower.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkFrustumCoverageCuller.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGenericRenderWindowInteractor.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGenericVertexAttributeMapping.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGlyph3DMapper.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGPUInfo.cxx.o
[ 89%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGPUInfoList.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGraphicsFactory.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGraphMapper.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGraphToGlyphs.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkHardwareSelector.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkHierarchicalPolyDataMapper.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageActor.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageMapper3D.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageMapper.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageProperty.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageSlice.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageSliceMapper.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkInteractorEventRecorder.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkInteractorObserver.cxx.o
[ 90%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLightActor.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLightCollection.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLight.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLightingPainter.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLightKit.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLinesPainter.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLogLookupTable.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLookupTableWithEnabling.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMapArrayValues.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMapper2D.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMapperCollection.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMapper.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMaterialLibrary.cxx.o
[ 91%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkObserverMediator.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPainter.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPainterDeviceAdapter.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPainterPolyDataMapper.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPointsPainter.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPolyDataMapper2D.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPolyDataMapper.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPolyDataPainter.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPolygonsPainter.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPrimitivePainter.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProp3DCollection.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProp3D.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProp3DFollower.cxx.o
[ 92%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPropAssembly.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPropCollection.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProp.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProperty2D.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProperty.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRendererCollection.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderer.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRendererDelegate.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRendererSource.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderWindowCollection.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderWindow.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderWindowInteractor.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRepresentationPainter.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkScalarsToColorsPainter.cxx.o
[ 93%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkSelectVisiblePoints.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkShader.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkShaderCodeLibrary.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkShaderDeviceAdapter.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkShaderDeviceAdapter2.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkShaderProgram.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkStandardPolyDataPainter.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTexture.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTexturedActor2D.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTransformCoordinateSystems.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTransformInterpolator.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTStripsPainter.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTupleInterpolator.cxx.o
[ 94%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkViewDependentErrorMetric.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkViewport.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkVisibilitySort.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkVolumeCollection.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkVolume.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkVolumeProperty.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkXMLMaterial.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkXMLMaterialParser.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkXMLMaterialReader.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkXMLShader.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkWindowLevelLookupTable.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkWindowToImageFilter.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAssemblyNode.cxx.o
[ 95%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAssemblyPath.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAssemblyPaths.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAreaPicker.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPicker.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractPropPicker.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPropPicker.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPickingManager.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLODProp3D.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkWorldPointPicker.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkHardwareSelectionPolyDataPainter.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCellPicker.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPointPicker.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderedAreaPicker.cxx.o
[ 96%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkScenePicker.cxx.o
[ 96%] 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
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTDxInteractorStyleCamera.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTDxInteractorStyleSettings.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkStringToImage.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTextMapper.cxx.o
[ 97%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTextProperty.cxx.o
Linking CXX static library ../../lib/libvtkRenderingCore-6.0.a
[ 97%] Built target vtkRenderingCore
Scanning dependencies of target vtkfreetype
[ 97%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftbase.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftbbox.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftbitmap.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftglyph.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftinit.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftmm.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/bdf/bdf.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/cache/ftcache.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/cff/cff.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/cid/type1cid.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/gzip/ftgzip.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/lzw/ftlzw.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/pcf/pcf.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/pfr/pfr.c.o
[ 98%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/psaux/psaux.c.o
[ 99%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/pshinter/pshinter.c.o
[ 99%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/psnames/psmodule.c.o
[ 99%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/raster/raster.c.o
[ 99%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/sfnt/sfnt.c.o
[ 99%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/smooth/smooth.c.o
[ 99%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/truetype/truetype.c.o
[ 99%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/type1/type1.c.o
[ 99%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/type42/type42.c.o
[ 99%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/winfonts/winfnt.c.o
[ 99%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/src/base/ftdebug.c.o
[ 99%] Building C object ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/builds/unix/ftsystem.c.o
Linking C static library ../../../lib/libvtkfreetype-6.0.a
[ 99%] Built target vtkfreetype
Scanning dependencies of target vtkRenderingFreeType
[ 99%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkFreeTypeStringToImage.cxx.o
[ 99%] 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
[100%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_arial_italic.cxx.o
[100%] 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
[ 10%] Built target vtkCommonCore
[ 11%] Built target vtkCommonMath
[ 11%] Built target vtkCommonMisc
[ 12%] Built target vtkCommonSystem
[ 13%] Built target vtkCommonTransforms
[ 27%] Built target vtkCommonDataModel
[ 28%] Built target vtkCommonComputationalGeometry
[ 32%] Built target vtkCommonExecutionModel
[ 32%] Built target vtkDICOMParser
[ 38%] Built target vtkFiltersCore
[ 45%] Built target vtkFiltersGeneral
[ 47%] Built target vtkFiltersExtraction
[ 49%] Built target vtkFiltersGeometry
[ 51%] Built target vtkFiltersSources
[ 53%] Built target vtkFiltersModeling
[ 54%] Built target vtkzlib
[ 56%] Built target vtkIOCore
[ 58%] Built target vtkIOGeometry
[ 60%] Built target vtkmetaio
[ 64%] Built target vtkjpeg
[ 65%] Built target vtkpng
[ 68%] Built target vtktiff
[ 70%] Built target vtkIOImage
[ 72%] Built target vtkIOLegacy
[ 75%] Built target vtkInfovisCore
[ 78%] Built target vtklibxml2
[ 79%] Built target vtkIOInfovis
[ 79%] Built target vtkIOPLY
[ 79%] Built target vtkexpat
[ 79%] Built target vtkIOXMLParser
[ 83%] Built target vtkIOXML
[ 86%] Built target vtkImagingCore
[ 87%] Built target vtkParallelCore
[ 87%] Built target vtkMaterialLibraryConfiguredFiles
[ 97%] Built target vtkRenderingCore
[ 99%] Built target vtkfreetype
[100%] Built target vtkRenderingFreeType
Install the project...
-- Install configuration: "Release"
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/VTKConfig.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/VTKConfigVersion.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/exportheader.cmake.in
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/GenerateExportHeader.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/pythonmodules.h.in
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/UseVTK.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtk-forward.c.in
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkForwardingExecutable.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkJavaWrapping.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkModuleAPI.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkModuleClasses.cmake.in
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkModuleInfo.cmake.in
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkModuleMacros.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkObjectFactory.cxx.in
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkObjectFactory.h.in
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkPythonWrapping.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkTclWrapping.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkThirdParty.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapHierarchy.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapJava.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapperInit.data.in
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapping.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapPython.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapPythonSIP.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapPython.sip.in
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/vtkWrapTcl.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/VTKTargets.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/VTKTargets-release.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtksys.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/algorithm
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/deque
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/exception
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/functional
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/iterator
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/list
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/map
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/memory
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/new
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/numeric
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/queue
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/set
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/stack
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/stdexcept
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/string.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/string
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/utility
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/stl/vector
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/cstddef
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/ios/iostream
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/ios/fstream
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/ios/sstream
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/ios/iosfwd
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/Directory.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/DynamicLoader.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/Glob.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/RegularExpression.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/SystemTools.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/CommandLineArguments.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/SystemInformation.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/Configure.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/SharedForward.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/Process.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/Base64.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/FundamentalType.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/MD5.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/System.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/Configure.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/String.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/hashtable.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/hash_fun.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/hash_map.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/hash_set.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtksys/auto_ptr.hxx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtksys-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonCore.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkCommonCore-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkABI.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayInterpolate.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayInterpolate.txx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayIteratorIncludes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayIteratorTemplate.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayIteratorTemplate.txx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayIteratorTemplateImplicit.txx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayPrint.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayPrint.txx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAutoInit.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArrayTemplate.txx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArrayTemplateImplicit.txx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDenseArray.txx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOStreamFwd.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationInternals.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMathUtilities.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNew.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSetGet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSmartPointer.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSparseArray.txx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSystemIncludes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTemplateAliasMacro.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkType.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeTraits.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypedArray.txx
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVariantCast.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVariantCreate.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVariantExtract.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVariantInlineOperators.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWeakPointer.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWin32Header.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWindows.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkConfigure.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMathConfigure.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkToolkits.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVersionMacros.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAnimationCue.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayCoordinates.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayExtents.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayExtentsList.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayRange.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArraySort.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayWeights.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBitArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBitArrayIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBoxMuellerRandomSequence.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBreakPoint.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkByteSwap.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCallbackCommand.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCharArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCollectionIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommand.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonInformationKeyManager.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkConditionVariable.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCriticalSection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArrayCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArrayCollectionIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArraySelection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDebugLeaks.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDebugLeaksManager.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDoubleArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDynamicLoader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEventForwarderCommand.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFileOutputWindow.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFloatArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFloatingPointExceptions.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGarbageCollector.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGarbageCollectorManager.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGaussianRandomSequence.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIdListCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIdList.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIdTypeArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIndent.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformation.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationDataObjectKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationDoubleKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationDoubleVectorKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationIdTypeKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationInformationKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationInformationVectorKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationIntegerKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationIntegerPointerKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationIntegerVectorKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationKeyVectorKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationObjectBaseKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationObjectBaseVectorKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationRequestKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationStringKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationStringVectorKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationUnsignedLongKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationVector.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInstantiator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIntArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOStream.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLargeInteger.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLongArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLookupTable.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMath.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMinimalStandardRandomSequence.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiThreader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMutexLock.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkObjectBase.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkObject.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkObjectFactoryCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkObjectFactory.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOldStyleCallbackCommand.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOStreamWrapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOStrStreamWrapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutputWindow.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOverrideInformationCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOverrideInformation.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPoints2D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPriorityQueue.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRandomSequence.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkReferenceCount.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkScalarsToColors.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShortArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSignedCharArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSmartPointerBase.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSortDataArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStdString.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStringArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTimePointUtility.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTimeStamp.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnicodeStringArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnicodeString.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnsignedCharArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnsignedIntArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnsignedLongArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnsignedShortArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVariantArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVariant.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVersion.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVoidArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWeakPointerBase.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWindow.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLFileOutputWindow.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArrayTemplate.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDenseArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSparseArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypedArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeTemplate.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLongLongArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnsignedLongLongArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeInt8Array.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeInt16Array.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeInt32Array.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeInt64Array.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeUInt8Array.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeUInt16Array.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeUInt32Array.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeUInt64Array.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeFloat32Array.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTypeFloat64Array.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonCoreModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonMath.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkCommonMath-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAmoebaMinimizer.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFastNumericConversion.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFunctionSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInitialValueProblemSolver.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMatrix3x3.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMatrix4x4.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolynomialSolversUnivariate.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuaternionInterpolator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRungeKutta2.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRungeKutta4.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRungeKutta45.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonMathModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonMisc.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkCommonMisc-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkContourValues.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkErrorCode.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFunctionParser.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHeap.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonMiscModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonSystem.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkCommonSystem-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClientSocket.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDirectory.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkServerSocket.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSocket.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSocketCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThreadMessager.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTimerLog.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonSystemModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonTransforms.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkCommonTransforms-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCylindricalTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGeneralTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHomogeneousTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIdentityTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLinearTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMatrixToHomogeneousTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMatrixToLinearTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPerspectiveTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSphericalTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThinPlateSplineTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransform2D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransformCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWarpTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLandmarkTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonTransformsModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonDataModel.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkCommonDataModel-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellType.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractCellLocator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractPointLocator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAdjacentVertexIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAMRBox.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAnimationScene.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAnnotation.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAnnotationLayers.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAttributesErrorMetric.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBiQuadraticQuad.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBiQuadraticQuadraticHexahedron.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBiQuadraticQuadraticWedge.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBiQuadraticTriangle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBox.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBSPCuts.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBSPIntersections.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCell3D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCell.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellLinks.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellLocator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellTypes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCone.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkConvexPointSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCubicLine.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCylinder.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObject.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectTypes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectTree.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectTreeIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetAttributes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDirectedAcyclicGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDirectedGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDistributedGraphHelper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEdgeListIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEdgeTable.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEmptyCell.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExplicitCell.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFieldData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericAdaptorCell.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericAttributeCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericAttribute.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericCell.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericCellIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericCellTessellator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericDataSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericEdgeTable.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericInterpolatedVelocityField.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericPointIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericSubdivisionErrorMetric.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGeometricErrorMetric.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphEdge.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphInternals.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHexagonalPrism.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHexahedron.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalBoxDataIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalBoxDataSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperOctreeCursor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperOctree.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperOctreePointsGrabber.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperTreeCursor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperTreeGrid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitBoolean.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitDataSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitFunctionCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitFunction.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitHalo.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitSelectionLoop.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitSum.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitVolume.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitWindowFunction.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIncrementalOctreeNode.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIncrementalOctreePointLocator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIncrementalPointLocator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInEdgeIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationQuadratureSchemeDefinitionVectorKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIterativeClosestPointTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKdNode.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKdTree.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKdTreePointLocator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLine.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLocator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMarchingSquaresLineCases.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMarchingCubesTriangleCases.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMeanValueCoordinatesInterpolator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergePoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiBlockDataSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiPieceDataSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMutableDirectedGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMutableUndirectedGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNonLinearCell.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNonMergingPointLocator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOctreePointLocator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOctreePointLocatorNode.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOrderedTriangulator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutEdgeIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPath.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPentagonalPrism.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPerlinNoise.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPiecewiseFunction.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPixel.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlaneCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlane.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlanes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlanesIntersection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointLocator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointsProjectedHull.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolygon.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyhedron.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyLine.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyPlane.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyVertex.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPyramid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuad.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticEdge.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticHexahedron.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticLinearQuad.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticLinearWedge.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticPyramid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticQuad.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticTetra.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticTriangle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraticWedge.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadratureSchemeDefinition.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadric.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGrid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkReebGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkReebGraphSimplificationMetric.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelectionNode.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSimpleCellTessellator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSmoothErrorMetric.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSphere.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSpline.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredExtent.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGrid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredPointsCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredPoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredVisibilityConstraint.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSuperquadric.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTable.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTensor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTetra.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeBFSIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTree.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeDFSIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTriangle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTriangleStrip.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTriQuadraticHexahedron.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUndirectedGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUniformGrid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnstructuredGrid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVertex.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVertexListIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVoxel.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWedge.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLDataElement.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBoundingBox.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAtom.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBond.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMolecule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractElectronicData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataArrayDispatcher.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDispatcher.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDispatcher_Private.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDoubleDispatcher.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTuple.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVector.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVectorOperators.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkColor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRect.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNonOverlappingAMR.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOverlappingAMR.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAMRInformation.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAMRDataInternals.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUniformGridAMR.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUniformGridAMRDataIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtentTranslator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonDataModelModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonComputationalGeometry.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkCommonComputationalGeometry-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCardinalSpline.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKochanekSpline.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricBoy.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricConicSpiral.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricCrossCap.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricDini.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricEllipsoid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricEnneper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricFigure8Klein.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricFunction.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricKlein.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricMobius.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricRandomHills.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricRoman.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricSpline.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricSuperEllipsoid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricSuperToroid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricTorus.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonComputationalGeometryModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkCommonExecutionModel.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkCommonExecutionModel-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAlgorithmOutput.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAnnotationLayersAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayDataAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCachedStreamingDemandDrivenPipeline.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCastToConcrete.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataPipeline.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataSetAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkComputingResources.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDemandDrivenPipeline.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDirectedGraphAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExecutionScheduler.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExecutionSchedulerManager.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExecutiveCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExecutive.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtentSplitter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFilteringInformationKeyManager.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalBoxDataSetAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperOctreeAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperTreeGridAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageInPlaceFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageProgressIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageToStructuredGrid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageToStructuredPoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationExecutivePortKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInformationExecutivePortVectorKey.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiBlockDataSetAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiTimeStepAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOnePieceExtentTranslator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPassInputTypeAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPiecewiseFunctionAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPiecewiseFunctionShiftScale.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointSetAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkScalarTree.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSimpleImageToImageFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSimpleScalarTree.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStreamingDemandDrivenPipeline.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableExtentTranslator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThreadedImageAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThreadedStreamingPipeline.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTrivialProducer.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUndirectedGraphAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnstructuredGridAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelectionAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLinearSelector.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtentRCBPartitioner.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUniformGridPartitioner.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUniformGridAMRAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOverlappingAMRAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNonOverlappingAMRAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommonExecutionModelModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkDICOMParser.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkDICOMParser-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMAppHelper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMCallback.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMConfig.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMFile.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMParser.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMParserMap.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMTypes.h
-- Up-to-date: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMAppHelper.h
-- Up-to-date: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMCallback.h
-- Up-to-date: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMConfig.h
-- Up-to-date: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMFile.h
-- Up-to-date: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMParser.h
-- Up-to-date: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMParserMap.h
-- Up-to-date: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMTypes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/DICOMCMakeConfig.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersCore.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersCore-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAppendFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAppendPolyData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAppendSelection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayCalculator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAssignAttribute.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAttributeDataToFieldDataFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellDataToPointData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCleanPolyData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClipPolyData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataProbeFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkConnectivityFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkContourFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkContourGrid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectGenerator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectToDataSetFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetEdgeSubdivisionCriterion.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetToDataObjectFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDecimatePolylineFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDecimatePro.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDelaunay2D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDelaunay3D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkElevationFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExecutionTimer.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFeatureEdges.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFieldDataToAttributeDataFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGlyph2D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGlyph3D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHedgeHog.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHull.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIdFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMarchingCubes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMarchingSquares.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMaskFields.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMaskPoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMaskPolyData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMassProperties.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeDataObjectFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeFields.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointDataToCellData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataConnectivityFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataNormals.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProbeFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadricClustering.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadricDecimation.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRearrangeFields.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkReverseSense.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSimpleElevationFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSmoothPolyDataFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStripper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridOutlineFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSynchronizedTemplates2D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSynchronizedTemplates3D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSynchronizedTemplatesCutter3D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTensorGlyph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThreshold.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThresholdPoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTriangleFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTubeFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVectorDot.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVectorNorm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWindowedSincPolyDataFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCutter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeCutter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGridSynchronizedTemplates3D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearSynchronizedTemplates.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEdgeSubdivisionCriterion.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStreamingTessellator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImplicitPolyDataDistance.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStreamerBase.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCenterOfMass.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGhostArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersCoreModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersGeneral.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersGeneral-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAnnotationLink.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAppendCompositeDataLeaves.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAppendPoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkApproximatingSubdivisionFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAreaContourSpectrumFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAxes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBlankStructuredGrid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBlankStructuredGridWithImage.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBlockIdScalars.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBoxClipDataSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBrownianPoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellCenters.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellDerivatives.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClipClosedSurface.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClipConvexPolyData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClipDataSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClipVolume.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCoincidentPoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCursor2D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCursor3D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCurvatures.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetGradient.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetGradientPrecompute.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetTriangleFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDensifyPolyData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDicer.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDiscreteMarchingCubes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEdgePoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGradientFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphLayoutFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphToPoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalDataLevelFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperStreamline.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIconGlyphFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMarchingCubes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInterpolateDataSetAttributes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInterpolatingSubdivisionFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKdTreeSelector.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLevelIdScalars.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLinkEdgels.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeCells.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkModelMetadata.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiBlockDataGroupFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiBlockMergeFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiThreshold.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOBBDicer.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOBBTree.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPassThrough.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataStreamer.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataToReebGraphFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProbePolyhedron.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraturePointInterpolator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadraturePointsGenerator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadratureSchemeDictionaryGenerator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuantizePolyDataPoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRandomAttributeGenerator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridClip.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridToTetrahedra.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRecursiveDividingCubes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkReflectionFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRotationFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSCurveSpline.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShrinkFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShrinkPolyData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSpatialRepresentationFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSplineFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSplitField.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridClip.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSubPixelPositionEdgels.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableBasedClipDataSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableToPolyData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableToStructuredGrid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTemporalPathLineFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTemporalStatistics.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTessellatorFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTimeSourceExample.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransformFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransformPolyDataFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUncertaintyTubeFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVertexGlyphFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVolumeContourSpectrumFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVoxelContoursToSurfaceFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWarpLens.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWarpScalar.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWarpTo.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWarpVector.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkYoungsMaterialInterface.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMarchingContourFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridToPointSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphWeightEuclideanDistanceFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphWeightFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageDataToPointSet.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIntersectionPolyDataFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBooleanOperationPolyDataFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDistancePolyDataFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOverlappingAMRLevelIdScalars.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMatricizeArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNormalizeMatrixVectors.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPassArrays.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSplitColumnComponents.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellTreeLocator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersGeneralModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersExtraction.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersExtraction-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkConvertSelection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractArraysOverTime.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractBlock.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractCells.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractDataOverTime.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractDataSets.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractEdges.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractGeometry.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractGrid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractLevel.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractPolyDataGeometry.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractRectilinearGrid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedBlock.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedFrustum.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedIds.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedLocations.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedPolyDataIds.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedRows.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedThresholds.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectionBase.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractTemporalFieldData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractTensorComponents.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractUnstructuredGrid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractVectorComponents.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProbeSelectedLocations.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalDataExtractDataSets.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalDataExtractLevel.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersExtractionModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersGeometry.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersGeometry-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataGeometryFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGeometryFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalDataSetGeometryFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageDataGeometryFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProjectSphereFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridGeometryFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridGeometryFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredPointsGeometryFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnstructuredGridGeometryFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetSurfaceFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractGridConnectivity.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetGhostGenerator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridPartitioner.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredAMRNeighbor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredAMRGridConnectivity.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridConnectivity.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridGhostDataGenerator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridPartitioner.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredNeighbor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUniformGridGhostDataGenerator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersGeometryModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersSources.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersSources-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArcSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrowSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkButtonSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkConeSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCubeSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCylinderSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDiskSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEllipticalButtonSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFrustumSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGlyphSource2D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperOctreeFractalSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHyperTreeGridSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLineSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutlineCornerFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutlineCornerSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutlineSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParametricFunctionSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlaneSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPlatonicSolidSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProgrammableDataObjectSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProgrammableSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectangularButtonSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRegularPolygonSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelectionSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSphereSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSuperquadricSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTessellatedBoxSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTextSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTexturedSphereSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphToPolyData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDiagonalMatrixSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersSourcesModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkFiltersModeling.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkFiltersModeling-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBandedPolyDataContourFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkButterflySubdivisionFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDijkstraGraphGeodesicPath.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDijkstraImageGeodesicPath.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFillHolesFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGeodesicPath.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphGeodesicPath.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLinearExtrusionFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLinearSubdivisionFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLoopSubdivisionFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataPointSampler.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProjectedTexture.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkQuadRotationalExtrusionFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRibbonFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRotationalExtrusionFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRuledSurfaceFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelectEnclosedPoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelectPolyData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSpherePuzzleArrows.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSpherePuzzle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSubdivideTetra.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutlineFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSectorSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFiltersModelingModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkzlib.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_zlib.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkzlib-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkzlib/zlib.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkzlib/zconf.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkzlib/vtk_zlib_mangle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkzlib/zlibDllConfig.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOCore.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkIOCore-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractParticleWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkASCIITextCodec.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBase64InputStream.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBase64OutputStream.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBase64Utilities.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataCompressor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDelimitedTextWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGlobFileNames.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInputStream.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkJavaScriptDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOutputStream.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSortFileNames.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTextCodec.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTextCodecFactory.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUTF16TextCodec.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUTF8TextCodec.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkZLibDataCompressor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOCoreModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOGeometry.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkIOGeometry-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAVSucdReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBYUReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBYUWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkChacoReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFacetWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGAMBITReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGaussianCubeReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIVWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMCubesReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMCubesWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMFIXReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMoleculeReaderBase.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiBlockPLOT3DReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOBJReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkOpenFOAMReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParticleReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPDBReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProStarReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSESAMEReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSTLReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSTLWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTecplotReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUGFacetReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXYZMolReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOGeometryModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkMetaIO.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkmetaio-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/localMetaConfiguration.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaArrow.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaBlob.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaCommand.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaContour.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaDTITube.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaEllipse.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaEvent.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaFEMObject.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaForm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaGaussian.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaGroup.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaITKUtils.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaImage.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaImageTypes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaImageUtils.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaLandmark.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaLine.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaMesh.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaObject.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaOutput.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaScene.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaSurface.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaTransform.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaTube.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaTubeGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaTypes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaUtils.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaVesselTube.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkmetaio/metaIOConfig.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkjpeg.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_jpeg.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkjpeg-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkjpeg/jpegDllConfig.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkjpeg/jpeglib.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkjpeg/vtk_jpeg_mangle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkjpeg/jconfig.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkjpeg/jmorecfg.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkjpeg/jerror.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkpng.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_png.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkpng-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkpng/pngDllConfig.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkpng/png.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkpng/pngconf.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkpng/vtk_png_mangle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtktiff.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_tiff.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtktiff-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/tiffDllConfig.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/tiffvers.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/vtk_tiff_mangle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/tiff.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/tiffio.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/tconf.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtktiff/tiffconf.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOImage.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkIOImage-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBMPReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBMPWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDEMReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDICOMImageReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGESignaReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageExport.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageImport.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageImportExecutive.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageReader2Collection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageReader2.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageReader2Factory.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkJPEGReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkJPEGWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMedicalImageProperties.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMedicalImageReader2.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMetaImageReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMetaImageWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPNGReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPNGWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPNMReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPNMWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPostScriptWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSLCReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTIFFReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTIFFWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVolume16Reader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVolumeReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNrrdReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOImageModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOLegacy.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkIOLegacy-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositeDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericDataObjectReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericDataObjectWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRectilinearGridWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSimplePointsReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSimplePointsWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredGridWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredPointsReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStructuredPointsWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnstructuredGridReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkUnstructuredGridWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOLegacyModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkInfovisCore.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkInfovisCore-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAddMembershipArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAdjacencyMatrixToEdgeTable.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayNorm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkArrayToTable.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCollapseGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCollapseVerticesByArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataObjectToTable.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkEdgeCenters.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExpandSelectedGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractSelectedGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenerateIndexArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphHierarchicalBundleEdges.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGroupLeafVertices.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeColumns.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeGraphs.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMergeTables.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMutableGraphHelper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNetworkHierarchy.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPipelineGraphSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPruneTreeFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRandomGraphSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRemoveIsolatedVertices.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSparseArrayToTable.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStreamGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStringToCategory.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStringToNumeric.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableToArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableToGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableToSparseArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTableToTreeFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThresholdGraph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkThresholdTable.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransposeMatrix.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeFieldAggregator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTreeLevelsFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVertexDegree.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRemoveHiddenData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkKCoreDecomposition.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInfovisCoreModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtklibxml2.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_libxml2.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtklibxml2-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlversion.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/DOCBparser.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/HTMLparser.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/HTMLtree.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/SAX.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/SAX2.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/c14n.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/catalog.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/chvalid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/debugXML.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/dict.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/encoding.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/entities.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/globals.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/hash.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/list.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/nanoftp.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/nanohttp.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/parser.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/parserInternals.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/pattern.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/relaxng.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/schemasInternals.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/schematron.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/threads.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/tree.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/uri.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/valid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/vtk_libxml2_mangle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xinclude.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xlink.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlIO.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlautomata.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlerror.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlexports.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlmemory.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlmodule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlreader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlregexp.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlsave.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlschemas.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlschemastypes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlstring.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlunicode.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xmlwriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xpath.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xpathInternals.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtklibxml2/libxml/xpointer.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOInfovis.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkIOInfovis-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkBiomTableReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkChacoGraphReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDelimitedTextReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDIMACSGraphReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDIMACSGraphWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFixedWidthTextReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkISIReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNewickTreeReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRISReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTulipReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXGMLReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLTreeReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOInfovisModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOPLY.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkIOPLY-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPLY.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPLYReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPLYWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOPLYModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkexpat.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_expat.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkexpat-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkexpat/expatDllConfig.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkexpat/expat.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkexpat/vtk_expat_mangle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOXMLParser.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkIOXMLParser-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLDataParser.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLParser.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLUtilities.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOXMLParserModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkIOXML.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkIOXML-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRTXMLPolyDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLCompositeDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLCompositeDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLDataSetWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLFileReadTester.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLGenericDataObjectReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLHierarchicalBoxDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLHierarchicalBoxDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLHierarchicalDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLHyperOctreeReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLHyperOctreeWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLImageDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLImageDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLMultiBlockDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLMultiBlockDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLMultiGroupDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPDataSetWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPImageDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPImageDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPolyDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPolyDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPPolyDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPPolyDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPRectilinearGridReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPRectilinearGridWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPStructuredDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPStructuredDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPStructuredGridReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPStructuredGridWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPUnstructuredDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPUnstructuredDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPUnstructuredGridReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLPUnstructuredGridWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLRectilinearGridReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLRectilinearGridWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLStructuredDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLStructuredDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLStructuredGridReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLStructuredGridWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLUnstructuredDataReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLUnstructuredDataWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLUnstructuredGridReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLUnstructuredGridWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLWriterC.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLWriter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkIOXMLModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkImagingCore.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkImagingCore-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageStencilIterator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkExtractVOI.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageAppendComponents.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageAppend.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageBlend.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageCacheFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageCast.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageChangeInformation.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageClip.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageConstantPad.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageDataStreamer.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageDecomposeFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageDifference.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageExtractComponents.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageFlip.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageIterateFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMagnify.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMapToColors.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMask.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMirrorPad.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImagePadFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImagePermute.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageResample.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageReslice.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageResliceToColors.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageShiftScale.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageShrink3D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageThreshold.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageTranslateExtent.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageWrapPad.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRTAnalyticSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageResize.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageBSplineCoefficients.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageStencilData.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageStencilAlgorithm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractImageInterpolator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageBSplineInternals.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageBSplineInterpolator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageSincInterpolator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageInterpolator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageStencilSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImagingCoreModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkUtilitiesHashSource.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkParallelCore.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkParallelCore-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCommunicator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDummyCommunicator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDummyController.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiProcessController.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMultiProcessStream.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProcess.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProcessGroup.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSocketCommunicator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSocketController.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSubCommunicator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSubGroup.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFieldDataSerializer.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkParallelCoreModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkUtilitiesMaterialLibrary.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkRenderingCore.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkRenderingCore-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGPUInfoListArray.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkNoise200x200.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPythagoreanQuadruples.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRayCastStructures.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTDxMotionEventInfo.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractMapper3D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractPicker.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractVolumeMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkActor2DCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkActor2D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkActorCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkActor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAssembly.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCameraActor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCamera.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCameraInterpolator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellCenterDepthSort.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkChooserPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkClipPlanesPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCoincidentTopologyResolutionPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkColorTransferFunction.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositePainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositePolyDataMapper2.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCompositePolyDataMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCoordinate.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCullerCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCuller.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDataSetMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDefaultPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDiscretizableColorTransferFunction.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDisplayListPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkDistanceToCamera.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFollower.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFrustumCoverageCuller.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericRenderWindowInteractor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGenericVertexAttributeMapping.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGlyph3DMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGPUInfo.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGPUInfoList.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphicsFactory.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkGraphToGlyphs.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHardwareSelector.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHierarchicalPolyDataMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageActor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMapper3D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageProperty.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageSlice.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkImageSliceMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInteractorEventRecorder.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInteractorObserver.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLightActor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLightCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLight.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLightingPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLightKit.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLinesPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLogLookupTable.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLookupTableWithEnabling.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMapArrayValues.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMapper2D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMapperCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkMaterialLibrary.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkObserverMediator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPainterDeviceAdapter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPainterPolyDataMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointsPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataMapper2D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolyDataPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPolygonsPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPrimitivePainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProp3DCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProp3D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProp3DFollower.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPropAssembly.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPropCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProp.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProperty2D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkProperty.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRendererCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderer.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRendererDelegate.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRendererSource.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderWindowCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderWindow.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderWindowInteractor.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRepresentationPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkScalarsToColorsPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkSelectVisiblePoints.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShaderCodeLibrary.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShaderDeviceAdapter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShaderDeviceAdapter2.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkShaderProgram.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStandardPolyDataPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTexture.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTexturedActor2D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransformCoordinateSystems.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTransformInterpolator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTStripsPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTupleInterpolator.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkViewDependentErrorMetric.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkViewport.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVisibilitySort.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVolumeCollection.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVolume.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVolumeProperty.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLMaterial.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLMaterialParser.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLMaterialReader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkXMLShader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWindowLevelLookupTable.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWindowToImageFilter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAssemblyNode.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAssemblyPath.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAssemblyPaths.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAreaPicker.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPicker.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkAbstractPropPicker.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPropPicker.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPickingManager.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkLODProp3D.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkWorldPointPicker.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkHardwareSelectionPolyDataPainter.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkCellPicker.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkPointPicker.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderedAreaPicker.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkScenePicker.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInteractorStyle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkInteractorStyleSwitchBase.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTDxInteractorStyle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTDxInteractorStyleCamera.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTDxInteractorStyleSettings.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkStringToImage.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTextMapper.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkTextProperty.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkRenderingCoreModule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkfreetype.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtk_freetype.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkfreetype-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/ft2build.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/vtk_freetype_mangle.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/vtk_ftmodule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/vtkFreeTypeConfig.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/freetype.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftadvanc.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftbbox.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftbdf.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftbitmap.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftbzip2.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftcache.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftchapters.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftcid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/fterrdef.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/fterrors.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftgasp.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftglyph.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftgxval.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftgzip.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftimage.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftincrem.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftlcdfil.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftlist.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftlzw.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftmac.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftmm.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftmodapi.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftmoderr.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftotval.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftoutln.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftpfr.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftrender.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftsizes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftsnames.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftstroke.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftsynth.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftsystem.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/fttrigon.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/fttypes.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftwinfnt.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ftxf86.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/t1tables.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ttnameid.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/tttables.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/tttags.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/ttunpat.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/config/ftheader.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/config/ftmodule.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/config/ftoption.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/config/ftstdlib.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkfreetype/include/freetype/config/ftconfig.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/cmake/vtk-6.0/Modules/vtkRenderingFreeType.cmake
-- Installing: /work/build/CMakeExternals/Install/vtk-android/lib/libvtkRenderingFreeType-6.0.a
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFreeTypeStringToImage.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkFreeTypeTools.h
-- Installing: /work/build/CMakeExternals/Install/vtk-android/include/vtk-6.0/vtkVectorText.h
-- Installing: /work/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'
[ 81%] No patch step for 'ves-android'
[ 84%] No update step for 'ves-android'
[ 87%] Performing configure step for 'ves-android'
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found Eigen: /work/build/CMakeExternals/Install/eigen
-- Eigen found (include: /work/build/CMakeExternals/Install/eigen)
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.5")
-- 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: /work/build/CMakeExternals/Build/ves-android
[ 90%] Performing forcebuild step for 'ves-android'
[ 93%] Performing build step for 'ves-android'
Scanning dependencies of target ves
[ 1%] Building CXX object src/ves/CMakeFiles/ves.dir/vesActor.cpp.o
[ 3%] Building CXX object src/ves/CMakeFiles/ves.dir/vesBackground.cpp.o
[ 4%] Building CXX object src/ves/CMakeFiles/ves.dir/vesBlend.cpp.o
[ 6%] Building CXX object src/ves/CMakeFiles/ves.dir/vesBlendFunction.cpp.o
[ 8%] Building CXX object src/ves/CMakeFiles/ves.dir/vesBoundingObject.cpp.o
[ 9%] Building CXX object src/ves/CMakeFiles/ves.dir/vesCamera.cpp.o
[ 11%] Building CXX object src/ves/CMakeFiles/ves.dir/vesCullVisitor.cpp.o
[ 12%] Building CXX object src/ves/CMakeFiles/ves.dir/vesDepth.cpp.o
[ 14%] Building CXX object src/ves/CMakeFiles/ves.dir/vesFBO.cpp.o
[ 16%] Building CXX object src/ves/CMakeFiles/ves.dir/vesFBORenderTarget.cpp.o
[ 17%] Building CXX object src/ves/CMakeFiles/ves.dir/vesEigen.cpp.o
[ 19%] Building CXX object src/ves/CMakeFiles/ves.dir/vesGeometryData.cpp.o
[ 20%] Building CXX object src/ves/CMakeFiles/ves.dir/vesGroupNode.cpp.o
[ 22%] Building CXX object src/ves/CMakeFiles/ves.dir/vesMapper.cpp.o
[ 24%] Building CXX object src/ves/CMakeFiles/ves.dir/vesMaterial.cpp.o
[ 25%] Building CXX object src/ves/CMakeFiles/ves.dir/vesNode.cpp.o
[ 27%] Building CXX object src/ves/CMakeFiles/ves.dir/vesOpenGLSupport.cpp.o
[ 29%] Building CXX object src/ves/CMakeFiles/ves.dir/vesRenderer.cpp.o
[ 30%] Building CXX object src/ves/CMakeFiles/ves.dir/vesRenderStage.cpp.o
[ 32%] Building CXX object src/ves/CMakeFiles/ves.dir/vesRenderToTexture.cpp.o
[ 33%] Building CXX object src/ves/CMakeFiles/ves.dir/vesShader.cpp.o
[ 35%] Building CXX object src/ves/CMakeFiles/ves.dir/vesTexture.cpp.o
[ 37%] Building CXX object src/ves/CMakeFiles/ves.dir/vesTransformNode.cpp.o
[ 38%] Building CXX object src/ves/CMakeFiles/ves.dir/vesShaderProgram.cpp.o
[ 40%] Building CXX object src/ves/CMakeFiles/ves.dir/vesUniform.cpp.o
[ 41%] Building CXX object src/ves/CMakeFiles/ves.dir/vesViewport.cpp.o
[ 43%] Building CXX object src/ves/CMakeFiles/ves.dir/vesVisitor.cpp.o
Linking CXX static library ../../lib/libves.a
[ 43%] Built target ves
[ 45%] 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
Scanning dependencies of target vesShaders
[ 46%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesBuiltinShaders.cpp.o
[ 48%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesBackgroundTexture_frag.cpp.o
[ 50%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesBackgroundTexture_vert.cpp.o
[ 51%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesBlinnPhong_frag.cpp.o
[ 53%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesBlinnPhong_vert.cpp.o
[ 54%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesCap_frag.cpp.o
[ 56%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesCap_vert.cpp.o
[ 58%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesClipPlane_frag.cpp.o
[ 59%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesClipPlane_vert.cpp.o
[ 61%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesGouraudTexture_frag.cpp.o
[ 62%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesGouraudTexture_vert.cpp.o
[ 64%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesShader_frag.cpp.o
[ 66%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesShader_vert.cpp.o
[ 67%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesTestTexture_frag.cpp.o
[ 69%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesTestTexture_vert.cpp.o
[ 70%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesToonShader_frag.cpp.o
[ 72%] Building CXX object src/shaders/CMakeFiles/vesShaders.dir/vesToonShader_vert.cpp.o
Linking CXX static library ../../lib/libvesShaders.a
[ 72%] Built target vesShaders
Scanning dependencies of target kiwi
[ 74%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiAnimationRepresentation.cpp.o
[ 75%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiBaseApp.cpp.o
[ 77%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiBaselineImageTester.cpp.o
[ 79%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiBrainAtlasRepresentation.cpp.o
[ 80%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiCameraSpinner.cpp.o
[ 82%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiCameraInteractor.cpp.o
[ 83%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiDataConversionTools.cpp.o
[ 85%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiDataLoader.cpp.o
[ 87%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiDataRepresentation.cpp.o
[ 88%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiImagePlaneDataRepresentation.cpp.o
[ 90%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiImageWidgetRepresentation.cpp.o
[ 91%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiPlaneWidget.cpp.o
[ 93%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiPolyDataRepresentation.cpp.o
[ 95%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiStreamingDataRepresentation.cpp.o
[ 96%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiText2DRepresentation.cpp.o
[ 98%] Building CXX object src/kiwi/CMakeFiles/kiwi.dir/vesKiwiViewerApp.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'
[ 43%] Built target ves
[ 72%] Built target vesShaders
[100%] Built target kiwi
Install the project...
-- Install configuration: "Release"
-- Installing: /work/build/CMakeExternals/Install/ves-android/lib/ves-config.cmake
-- Installing: /work/build/CMakeExternals/Install/ves-android/lib/ves-targets.cmake
-- Installing: /work/build/CMakeExternals/Install/ves-android/lib/ves-targets-release.cmake
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesActor.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesBackground.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesBlend.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesBlendFunction.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesBooleanUniform.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesBoundingObject.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesCamera.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesColorUniform.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesCullVisitor.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesDepth.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesEigen.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesEngineUniform.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesFBO.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesFBORenderTarget.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesGL.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesGLTypes.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesGeometryData.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesGroupNode.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesImage.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesIntegerUniform.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesMapper.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesMaterial.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesMaterialAttribute.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesMath.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesModelViewUniform.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesNode.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesNormalMatrixUniform.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesObject.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesOpenGLSupport.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesPrimitive.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesProjectionUniform.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderData.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderLeaf.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderStage.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderState.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderTarget.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderToTexture.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesRenderer.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesSetGet.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesShader.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesShaderProgram.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesSharedPtr.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesSourceData.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesStateAttributeBits.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesTestHelper.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesTexture.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesTransformInterface.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesTransformNode.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesTransformPrivate.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesUniform.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesVertexAttribute.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesVertexAttributeKeys.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesViewport.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesVisitor.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/ves/vesVersion.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/shaders/vesBuiltinShaders.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiAnimationRepresentation.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiBaseApp.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiBaselineImageTester.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiBrainAtlasRepresentation.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiCameraInteractor.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiCameraSpinner.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiDataConversionTools.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiDataLoader.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiDataRepresentation.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiImagePlaneDataRepresentation.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiImageWidgetRepresentation.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiPlaneWidget.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiPolyDataRepresentation.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiStreamingDataRepresentation.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiTestHelper.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiText2DRepresentation.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiViewerApp.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/include/ves/kiwi/vesKiwiWidgetRepresentation.h
-- Installing: /work/build/CMakeExternals/Install/ves-android/lib/libves.a
-- Installing: /work/build/CMakeExternals/Install/ves-android/lib/libvesShaders.a
-- Installing: /work/build/CMakeExternals/Install/ves-android/lib/libkiwi.a
[100%] Completed 'ves-android'
[100%] Built target ves-android
pat@macbook:/work/build$ cd ../VES/Apps/Android
pat@macbook:/work/VES/Apps/Android$ ls -l CMakeBuild/build
lrwxr-xr-x 1 pat wheel 11 Jun 13 12:29 CMakeBuild/build -> /work/build
pat@macbook:/work/VES/Apps/Android$ cd Kiwi/
pat@macbook:/work/VES/Apps/Android/Kiwi$ export PATH=/source/android/bundle/adt-bundle-mac-x86_64-20130522/sdk/platform-tools:/source/android/bundle/adt-bundle-mac-x86_64-20130522/sdk/tools:$PATH
pat@macbook:/work/VES/Apps/Android/Kiwi$ which adb
/source/android/bundle/adt-bundle-mac-x86_64-20130522/sdk/platform-tools/adb
pat@macbook:/work/VES/Apps/Android/Kiwi$ which android
/source/android/bundle/adt-bundle-mac-x86_64-20130522/sdk/tools/android
pat@macbook:/work/VES/Apps/Android/Kiwi$ which ant
/usr/bin/ant
pat@macbook:/work/VES/Apps/Android/Kiwi$ ant -version
Apache Ant(TM) version 1.8.2 compiled on June 20 2012
pat@macbook:/work/VES/Apps/Android/Kiwi$ ./configure_cmake.sh
+ VTK_DIR=/work/VES/Apps/Android/Kiwi/../CMakeBuild/build/CMakeExternals/Build/vtk-android
+ VES_DIR=/work/VES/Apps/Android/Kiwi/../CMakeBuild/build/CMakeExternals/Build/ves-android
+ TOOLCHAIN=/work/VES/Apps/Android/Kiwi/../../../CMake/toolchains/android.toolchain.cmake
+ mkdir -p /work/VES/Apps/Android/Kiwi
+ cd /work/VES/Apps/Android/Kiwi
+ /usr/local/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/work/VES/Apps/Android/Kiwi/../../../CMake/toolchains/android.toolchain.cmake -DANDROID_NATIVE_API_LEVEL=8 -DVTK_DIR=/work/VES/Apps/Android/Kiwi/../CMakeBuild/build/CMakeExternals/Build/vtk-android -DVES_DIR=/work/VES/Apps/Android/Kiwi/../CMakeBuild/build/CMakeExternals/Build/ves-android /work/VES/Apps/Android/Kiwi
-- Configuring done
-- Generating done
-- Build files have been written to: /work/VES/Apps/Android/Kiwi
pat@macbook:/work/VES/Apps/Android/Kiwi$ ./configure_ant.sh
+ /source/android/bundle/adt-bundle-mac-x86_64-20130522/sdk/tools/android update project --name KiwiViewer --path /work/VES/Apps/Android/Kiwi --target android-14
Error: Target id 'android-14' is not valid. Use 'android list targets' to get the target ids.
pat@macbook:/work/VES/Apps/Android/Kiwi$ emacs configure_ant.sh #changing target from android-14 to android-17 since I only have android-17 installed
pat@macbook:/work/VES/Apps/Android/Kiwi$ ./configure_ant.sh
+ /source/android/bundle/adt-bundle-mac-x86_64-20130522/sdk/tools/android update project --name KiwiViewer --path /work/VES/Apps/Android/Kiwi --target android-17
Updated and renamed default.properties to project.properties
Updated local.properties
Added file /work/VES/Apps/Android/Kiwi/build.xml
Added file /work/VES/Apps/Android/Kiwi/proguard-project.txt
pat@macbook:/work/VES/Apps/Android/Kiwi$ ./compile.sh
+ cd /work/VES/Apps/Android/Kiwi
+ make
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
+ cd /work/VES/Apps/Android/Kiwi
+ /usr/bin/ant -buildfile /work/VES/Apps/Android/Kiwi/build.xml -Dbuilddir=/work/VES/Apps/Android/Kiwi debug
Buildfile: /work/VES/Apps/Android/Kiwi/build.xml
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 22.0.1
[checkenv] Installed at /source/android/bundle/adt-bundle-mac-x86_64-20130522/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: 17.0.0
[echo] Resolving Build Target for KiwiViewer...
[gettarget] Project Target: Android 4.2.2
[gettarget] API level: 17
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: /work/VES/Apps/Android/Kiwi/bin
[mkdir] Created dir: /work/VES/Apps/Android/Kiwi/bin/res
[mkdir] Created dir: /work/VES/Apps/Android/Kiwi/gen
[mkdir] Created dir: /work/VES/Apps/Android/Kiwi/bin/classes
[mkdir] Created dir: /work/VES/Apps/Android/Kiwi/bin/dexedLibs
[echo] ----------
[echo] Resolving Dependencies for KiwiViewer...
[dependency] Library dependencies:
[dependency] No Libraries
[echo] ----------
[echo] Building Libraries with 'debug'...
[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...
[renderscript] No RenderScript files to compile.
[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 /work/VES/Apps/Android/Kiwi/bin/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
-post-compile:
-obfuscate:
-dex:
[dex] input: /work/VES/Apps/Android/Kiwi/bin/classes
[dex] Converting compiled files and external libraries into /work/VES/Apps/Android/Kiwi/bin/classes.dex...
-crunch:
[crunch] Crunching PNG Files in source dir: /work/VES/Apps/Android/Kiwi/res
[crunch] To destination dir: /work/VES/Apps/Android/Kiwi/bin/res
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable-hdpi/alert_dialog_icon.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable-hdpi/alert_dialog_icon.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable-hdpi/alert_dialog_icon.png: 0% size of source)
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable-hdpi/info_icon.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable-hdpi/info_icon.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable-hdpi/info_icon.png: 0% size of source)
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable-hdpi/kiwi_small_icon.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable-hdpi/kiwi_small_icon.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable-hdpi/kiwi_small_icon.png: 54% size of source)
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable-mdpi/alert_dialog_icon.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable-mdpi/alert_dialog_icon.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable-mdpi/alert_dialog_icon.png: 0% size of source)
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable-mdpi/kiwi_small_icon.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable-mdpi/kiwi_small_icon.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable-mdpi/kiwi_small_icon.png: 0% size of source)
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable/icon.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable/icon.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable/icon.png: 95% size of source)
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable/info_active.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable/info_active.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable/info_active.png: 0% size of source)
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable/info_inactive.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable/info_inactive.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable/info_inactive.png: 0% size of source)
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable/kitwarelogo.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable/kitwarelogo.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable/kitwarelogo.png: 61% size of source)
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable/opendata_active.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable/opendata_active.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable/opendata_active.png: 0% size of source)
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable/opendata_inactive.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable/opendata_inactive.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable/opendata_inactive.png: 0% size of source)
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable/reset_active.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable/reset_active.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable/reset_active.png: 57% size of source)
[crunch] Processing image to cache: /work/VES/Apps/Android/Kiwi/res/drawable/reset_inactive.png => /work/VES/Apps/Android/Kiwi/bin/res/drawable/reset_inactive.png
[crunch] (processed image to cache entry /work/VES/Apps/Android/Kiwi/bin/res/drawable/reset_inactive.png: 0% size of source)
[crunch] Crunched 13 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-debug-unaligned.apk and signing it with a debug key...
-post-package:
-do-debug:
[zipalign] Running zip align on final apk...
[echo] Debug Package: /work/VES/Apps/Android/Kiwi/bin/KiwiViewer-debug.apk
[propertyfile] Creating new property file: /work/VES/Apps/Android/Kiwi/bin/build.prop
[propertyfile] Updating property file: /work/VES/Apps/Android/Kiwi/bin/build.prop
[propertyfile] Updating property file: /work/VES/Apps/Android/Kiwi/bin/build.prop
[propertyfile] Updating property file: /work/VES/Apps/Android/Kiwi/bin/build.prop
-post-build:
debug:
BUILD SUCCESSFUL
Total time: 8 seconds
pat@macbook:/work/VES/Apps/Android/Kiwi$ ls bin/KiwiViewer-debug.apk
bin/KiwiViewer-debug.apk
pat@macbook:/work/VES/Apps/Android/Kiwi$
@lwk1122
Copy link

lwk1122 commented Aug 8, 2014

Hi, I successfully built VES but cannot find any .sh file in Kiwi directory... I tried copy and paste those sh file in pointcloud directory and modified accordingly but it shows : Kiwi does not support in-source build :) ...Could you tell me how to fix it? (I am now using Ubuntu, and in the first clone step, I got over 10000 objects instead of your 8937...

@adevaykin
Copy link

Build process was changed some time ago. Unfortunately, documentation was not changed accordingly. I'm trying to build it and have a lot of pain in the ass because of this. Did you succeed? I stuck on the build of Apps/Android/Kiwi.

@jongsony
Copy link

I am facing same problem, no .sh files in Kiwi directory after building VES successfully. Did anyone resolve this issue (no .sh files in Kiwi directory:~/VES/Apps/Android/Kiwi)?

Copy link

ghost commented May 2, 2015

Anyone got a fix for this? I am having the same problems.

@patmarion
Copy link
Author

At some point in the git history of VES/Kiwi, the android .sh files were removed and replaced with a new build system. The new build system is described here:

http://www.kitware.com/blog/home/post/642

I was not the author of the new system and I am not familiar with the new system, so I'm afraid I won't be able to offer much help. I would recommend that you checkout an earlier version from git history where the .sh files still exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment