[vtkusers] VTK-6.1 and Visual Studio 2013 on VirtualBox

Philippe Bouttefroy pbouttefroy at nvidia.com
Thu Apr 2 11:56:56 EDT 2015


Trying to ping again. Is there anyone who has encountered this issue as well? Also, I did not specify that this is an issue I face only when building for VS2013. I have a VM with Ubuntu on the same machine and build with GCC, with no problem at all.

-----Original Message-----
From: vtkusers [mailto:vtkusers-bounces at vtk.org] On Behalf Of Philippe Bouttefroy
Sent: Monday, March 30, 2015 12:08 PM
To: vtkusers at vtk.org
Subject: [vtkusers] VTK-6.1 and Visual Studio 2013 on VirtualBox

Hi everyone,

I have an issue building VTK-6.1 with Visual Studio 2013 on my VirtualBox
(Win7 64 bits). I have had no issues with building VTK-6.1 with VS2013 on a
non-virtualized machine.

It looks to me that the CMake configuration provides an invalid state for
the .sln. CMake configures and generates a solution without any problem (see
below). However, VS2013 will complain about not finding iostream.h (for
example), which does not exist since the VC folder contains the new ANSI
format (iostream).

Digging a little, I find that #vtksys_IOS_USE_ANSI is set to 0 in the
Configure.hxx file. On a non-virtualized machine it is set to 1 (which is
the value that I expected).

Below are: (i) the cmake output; (ii) the first few compilation errors from
VS 2013 (formatted).

Any help or pointers to a solution would be greatly appreciated.

Thanks,
Philippe

//-----------------------------------CMake
output------------------------------------------------
The C compiler identification is MSVC 18.0.31101.0
The CXX compiler identification is MSVC 18.0.31101.0
Check for working C compiler using: Visual Studio 12 2013
Check for working C compiler using: Visual Studio 12 2013 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 12 2013
Check for working CXX compiler using: Visual Studio 12 2013 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Performing Test Support for 64 bit file systems
Performing Test Support for 64 bit file systems - Failed
Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON
Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON - Success
Check if the system is big endian
Searching 16 bit integer
Looking for sys/types.h
Looking for sys/types.h - found
Looking for stdint.h
Looking for stdint.h - found
Looking for stddef.h
Looking for stddef.h - found
Check size of unsigned short
Check size of unsigned short - done
Using unsigned short
Check if the system is big endian - little endian
Looking for include file pthread.h
Looking for include file pthread.h - not found
Found Threads: TRUE  
Looking for C++ include iostream
Looking for C++ include iostream - found
Check for STD namespace
Check for STD namespace - found
Check for ANSI scope
Check for ANSI scope - found
Check for sstream
Check for sstream - found
Check size of int
Check size of int - done
Check size of long
Check size of long - done
Check size of char
Check size of char - done
Check size of short
Check size of short - done
Check size of float
Check size of float - done
Check size of double
Check size of double - done
Check size of long long
Check size of long long - done
Check size of __int64
Check size of __int64 - done
Check size of uintptr_t
Check size of uintptr_t - done
Checking whether long and __int64 are the same type
Checking whether long and __int64 are the same type -- no
Checking whether long long and __int64 are the same type
Checking whether long long and __int64 are the same type -- yes
Checking signedness of char
Checking signedness of char -- signed
Checking support for full template specialization syntax
Checking support for full template specialization syntax -- yes
Checking support for C++ explicit template instantiation
Checking support for C++ explicit template instantiation -- yes
Checking ANSI streams end-of-file bug level
Checking ANSI streams end-of-file bug level - 1
Checking if ostream supports long long
Checking if ostream supports long long -- yes
Checking if istream supports long long
Checking if istream supports long long -- yes
Looking for getsockname in socket
Looking for getsockname in socket - not found
Checking for getsockname with socklen_t
Checking for getsockname with socklen_t -- no
Looking for SO_REUSEADDR
Looking for SO_REUSEADDR - not found
CMake Warning (dev) at IO/Movie/module.cmake:1 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/vtkModuleMacros.cmake:764 (include)
  CMake/vtkModuleMacros.cmake:789 (vtk_add_module)
  CMake/vtkModuleMacros.cmake:798 (vtk_module_glob)
  CMake/vtkModuleTop.cmake:28 (vtk_module_search)
  CMakeLists.txt:362 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at ThirdParty/oggtheora/module.cmake:1 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/vtkModuleMacros.cmake:764 (include)
  CMake/vtkModuleMacros.cmake:789 (vtk_add_module)
  CMake/vtkModuleMacros.cmake:798 (vtk_module_glob)
  CMake/vtkModuleTop.cmake:28 (vtk_module_search)
  CMakeLists.txt:362 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

Group StandAlone modules:
vtkChartsCore;vtkCommonComputationalGeometry;vtkCommonCore;vtkCommonExecutionModel;vtkCommonMisc;vtkCommonSystem;vtkCommonTransforms;vtkDomainsChemistry;vtkFiltersAMR;vtkFiltersCore;vtkFiltersExtraction;vtkFiltersFlowPaths;vtkFiltersGeneral;vtkFiltersGeneric;vtkFiltersGeometry;vtkFiltersHybrid;vtkFiltersHyperTree;vtkFiltersImaging;vtkFiltersModeling;vtkFiltersParallel;vtkFiltersParallelImaging;vtkFiltersProgrammable;vtkFiltersSelection;vtkFiltersSMP;vtkFiltersSources;vtkFiltersStatistics;vtkFiltersTexture;vtkFiltersVerdict;vtkImagingColor;vtkImagingCore;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInfovisCore;vtkInfovisLayout;vtkIOAMR;vtkIOCore;vtkIOEnSight;vtkIOExodus;vtkIOExport;vtkIOGeometry;vtkIOImage;vtkIOImport;vtkIOInfovis;vtkIOLegacy;vtkIOLSDyna;vtkIOMINC;vtkIOMovie;vtkIONetCDF;vtkIOParallel;vtkIOPLY;vtkIOSQL;vtkIOVideo;vtkIOXML;vtkIOXMLParser;vtkParallelCore
Group Imaging modules:
vtkFiltersImaging;vtkImagingColor;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInteractionImage;vtkRenderingImage
Group MPI modules:
vtkFiltersParallelGeometry;vtkFiltersParallelMPI;vtkIOMPIImage;vtkIOMPIParallel;vtkIOParallelNetCDF;vtkParallelMPI
Group Rendering modules:
vtkGeovisCore;vtkInteractionImage;vtkInteractionStyle;vtkInteractionWidgets;vtkRenderingAnnotation;vtkRenderingContext2D;vtkRenderingCore;vtkRenderingFreeType;vtkRenderingFreeTypeOpenGL;vtkRenderingImage;vtkRenderingLabel;vtkRenderingLIC;vtkRenderingLOD;vtkRenderingOpenGL;vtkRenderingVolume;vtkRenderingVolumeAMR;vtkRenderingVolumeOpenGL;vtkViewsContext2D;vtkViewsCore;vtkViewsGeovis;vtkViewsInfovis
Group Qt modules:
vtkGUISupportQt;vtkGUISupportQtOpenGL;vtkGUISupportQtSQL;vtkGUISupportQtWebkit;vtkRenderingQt;vtkViewsQt
Group Tk modules: vtkRenderingTk
Group Views modules: vtkViewsContext2D;vtkViewsGeovis
Group Web modules:
vtkWebApplications;vtkWebCore;vtkWebInstall;vtkWebJavaScript;vtkWebPython;vtkWebGLExporter
Enabled 110 modules:
 * vtkChartsCore, needed by 2 modules:
        VTK_Group_StandAlone
        vtkViewsInfovis
 * vtkCommonColor, needed by 2 modules:
        vtkChartsCore
        vtkViewsInfovis
 * vtkCommonComputationalGeometry, needed by 5 modules:
        VTK_Group_StandAlone
        vtkFiltersGeneral
        vtkFiltersSelection
        vtkFiltersSources
        vtkImagingStencil
 * vtkCommonCore, needed by 7 modules:
        VTK_Group_StandAlone
        vtkCommonMath
        vtkCommonSystem
        vtkCommonTransforms
        vtkIOExport
        vtkIOImport
        vtkParallelCore
 * vtkCommonDataModel, needed by 15 modules:
        vtkCommonColor
        vtkCommonComputationalGeometry
        vtkCommonExecutionModel
        vtkDomainsChemistry
        vtkIOCore
        vtkIOGeometry
        vtkIOImage
        vtkIOInfovis
        vtkIOLegacy
        vtkIOMovie
        vtkIONetCDF
        vtkIOXMLParser
        vtkImagingMath
        vtkInfovisCore
        vtkRenderingContext2D
 * vtkCommonExecutionModel, needed by 19 modules:
        VTK_Group_StandAlone
        vtkFiltersCore
        vtkFiltersExtraction
        vtkFiltersFlowPaths
        vtkFiltersProgrammable
        vtkFiltersStatistics
        vtkFiltersVerdict
        vtkIOCore
        vtkIOEnSight
        vtkIOImage
        vtkIOLSDyna
        vtkIOMINC
        vtkIOMovie
        vtkIOPLY
        vtkIOVideo
        vtkImagingCore
        vtkImagingMath
        vtkInfovisLayout
        vtkRenderingCore
 * vtkCommonMath, needed by 9 modules:
        vtkCommonComputationalGeometry
        vtkCommonDataModel
        vtkCommonMisc
        vtkCommonTransforms
        vtkFiltersCore
        vtkFiltersStatistics
        vtkIOImage
        vtkImagingCore
        vtkRenderingContext2D
 * vtkCommonMisc, needed by 12 modules:
        VTK_Group_StandAlone
        vtkCommonDataModel
        vtkCommonExecutionModel
        vtkFiltersCore
        vtkFiltersStatistics
        vtkIOCore
        vtkIOGeometry
        vtkIOImage
        vtkIOInfovis
        vtkIOLegacy
        vtkIOPLY
        vtkIOXMLParser
 * vtkCommonSystem, needed by 13 modules:
        VTK_Group_StandAlone
        vtkCommonComputationalGeometry
        vtkCommonDataModel
        vtkFiltersCore
        vtkIOGeometry
        vtkIOImage
        vtkIOInfovis
        vtkIOLegacy
        vtkIOMovie
        vtkIONetCDF
        vtkIOXMLParser
        vtkImagingCore
        vtkInfovisCore
 * vtkCommonTransforms, needed by 8 modules:
        VTK_Group_StandAlone
        vtkCommonDataModel
        vtkFiltersCore
        vtkFiltersStatistics
        vtkIOImage
        vtkImagingCore
        vtkRenderingContext2D
        vtkRenderingCore
 * vtkDICOMParser, needed by vtkIOImage.
 * vtkDomainsChemistry, needed by VTK_Group_StandAlone.
 * vtkFiltersAMR, needed by 3 modules:
        VTK_Group_StandAlone
        vtkIOAMR
        vtkRenderingVolumeAMR
 * vtkFiltersCore, needed by 7 modules:
        VTK_Group_StandAlone
        vtkFiltersExtraction
        vtkFiltersGeneral
        vtkFiltersGeneric
        vtkFiltersGeometry
        vtkFiltersSMP
        vtkFiltersSelection
 * vtkFiltersExtraction, needed by 6 modules:
        VTK_Group_StandAlone
        vtkFiltersParallel
        vtkInfovisCore
        vtkInteractionStyle
        vtkRenderingCore
        vtkRenderingLabel
 * vtkFiltersFlowPaths, needed by VTK_Group_StandAlone.
 * vtkFiltersGeneral, needed by 13 modules:
        VTK_Group_StandAlone
        vtkFiltersAMR
        vtkFiltersExtraction
        vtkFiltersFlowPaths
        vtkFiltersHybrid
        vtkFiltersHyperTree
        vtkFiltersModeling
        vtkFiltersSMP
        vtkFiltersSources
        vtkFiltersTexture
        vtkIOExodus
        vtkInfovisCore
        vtkRenderingVolumeOpenGL
 * vtkFiltersGeneric, needed by VTK_Group_StandAlone.
 * vtkFiltersGeometry, needed by 5 modules:
        VTK_Group_StandAlone
        vtkFiltersParallel
        vtkIOExport
        vtkRenderingCore
        vtkViewsInfovis
 * vtkFiltersHybrid, needed by 3 modules:
        VTK_Group_StandAlone
        vtkIOMINC
        vtkInteractionWidgets
 * vtkFiltersHyperTree, needed by VTK_Group_StandAlone.
 * vtkFiltersImaging, needed by 3 modules:
        VTK_Group_StandAlone
        vtkFiltersParallelImaging
        vtkViewsInfovis
 * vtkFiltersModeling, needed by 6 modules:
        VTK_Group_StandAlone
        vtkFiltersParallel
        vtkInfovisLayout
        vtkInteractionWidgets
        vtkRenderingLOD
        vtkViewsInfovis
 * vtkFiltersParallel, needed by 3 modules:
        VTK_Group_StandAlone
        vtkFiltersParallelImaging
        vtkIOParallel
 * vtkFiltersParallelImaging, needed by VTK_Group_StandAlone.
 * vtkFiltersProgrammable, needed by VTK_Group_StandAlone.
 * vtkFiltersSMP, needed by VTK_Group_StandAlone.
 * vtkFiltersSelection, needed by VTK_Group_StandAlone.
 * vtkFiltersSources, needed by 10 modules:
        VTK_Group_StandAlone
        vtkDomainsChemistry
        vtkFiltersFlowPaths
        vtkFiltersGeneric
        vtkFiltersModeling
        vtkIOImport
        vtkInteractionStyle
        vtkRenderingAnnotation
        vtkRenderingCore
        vtkRenderingVolumeOpenGL
 * vtkFiltersStatistics, needed by 3 modules:
        VTK_Group_StandAlone
        vtkFiltersExtraction
        vtkFiltersImaging
 * vtkFiltersTexture, needed by VTK_Group_StandAlone.
 * vtkFiltersVerdict, needed by VTK_Group_StandAlone.
 * vtkGeovisCore, needed by 2 modules:
        VTK_Group_Rendering
        vtkViewsGeovis
 * vtkIOAMR, needed by VTK_Group_StandAlone.
 * vtkIOCore, needed by 10 modules:
        VTK_Group_StandAlone
        vtkFiltersFlowPaths
        vtkIOGeometry
        vtkIOImage
        vtkIOInfovis
        vtkIOLegacy
        vtkIOMovie
        vtkIONetCDF
        vtkIOSQL
        vtkIOXMLParser
 * vtkIOEnSight, needed by VTK_Group_StandAlone.
 * vtkIOExodus, needed by VTK_Group_StandAlone.
 * vtkIOExport, needed by VTK_Group_StandAlone.
 * vtkIOGeometry, needed by 4 modules:
        VTK_Group_StandAlone
        vtkIOMINC
        vtkIOPLY
        vtkIOXML
 * vtkIOImage, needed by 5 modules:
        VTK_Group_StandAlone
        vtkIOExport
        vtkIOMINC
        vtkIOParallel
        vtkImagingHybrid
 * vtkIOImport, needed by VTK_Group_StandAlone.
 * vtkIOInfovis, needed by VTK_Group_StandAlone.
 * vtkIOLSDyna, needed by VTK_Group_StandAlone.
 * vtkIOLegacy, needed by 5 modules:
        VTK_Group_StandAlone
        vtkFiltersParallelImaging
        vtkIOInfovis
        vtkParallelCore
        vtkRenderingLIC
 * vtkIOMINC, needed by VTK_Group_StandAlone.
 * vtkIOMovie, needed by VTK_Group_StandAlone.
 * vtkIONetCDF, needed by 2 modules:
        VTK_Group_StandAlone
        vtkIOParallel
 * vtkIOPLY, needed by VTK_Group_StandAlone.
 * vtkIOParallel, needed by VTK_Group_StandAlone.
 * vtkIOSQL, needed by VTK_Group_StandAlone.
 * vtkIOVideo, needed by VTK_Group_StandAlone.
 * vtkIOXML, needed by 7 modules:
        VTK_Group_StandAlone
        vtkDomainsChemistry
        vtkGeovisCore
        vtkIOExodus
        vtkIOLSDyna
        vtkIOParallel
        vtkRenderingLIC
 * vtkIOXMLParser, needed by 2 modules:
        VTK_Group_StandAlone
        vtkIOXML
 * vtkImagingColor, needed by 3 modules:
        VTK_Group_StandAlone
        vtkInteractionImage
        vtkRenderingAnnotation
 * vtkImagingCore, needed by 12 modules:
        VTK_Group_StandAlone
        vtkFiltersParallelImaging
        vtkIOExport
        vtkImagingColor
        vtkImagingFourier
        vtkImagingHybrid
        vtkImagingMorphological
        vtkImagingSources
        vtkImagingStatistics
        vtkImagingStencil
        vtkRenderingImage
        vtkRenderingVolume
 * vtkImagingFourier, needed by 2 modules:
        VTK_Group_StandAlone
        vtkFiltersStatistics
 * vtkImagingGeneral, needed by 4 modules:
        VTK_Group_StandAlone
        vtkFiltersImaging
        vtkImagingMorphological
        vtkInteractionWidgets
 * vtkImagingHybrid, needed by 4 modules:
        VTK_Group_StandAlone
        vtkInfovisLayout
        vtkInteractionWidgets
        vtkRenderingOpenGL
 * vtkImagingMath, needed by VTK_Group_StandAlone.
 * vtkImagingMorphological, needed by VTK_Group_StandAlone.
 * vtkImagingSources, needed by 5 modules:
        VTK_Group_StandAlone
        vtkFiltersHybrid
        vtkFiltersImaging
        vtkImagingGeneral
        vtkRenderingLIC
 * vtkImagingStatistics, needed by VTK_Group_StandAlone.
 * vtkImagingStencil, needed by VTK_Group_StandAlone.
 * vtkInfovisCore, needed by 4 modules:
        VTK_Group_StandAlone
        vtkChartsCore
        vtkIOInfovis
        vtkInfovisLayout
 * vtkInfovisLayout, needed by 3 modules:
        VTK_Group_StandAlone
        vtkGeovisCore
        vtkViewsInfovis
 * vtkInteractionImage, needed by VTK_Group_Rendering.
 * vtkInteractionStyle, needed by 5 modules:
        VTK_Group_Rendering
        vtkGeovisCore
        vtkInteractionImage
        vtkInteractionWidgets
        vtkViewsInfovis
 * vtkInteractionWidgets, needed by 4 modules:
        VTK_Group_Rendering
        vtkGeovisCore
        vtkInteractionImage
        vtkViewsCore
 * vtkMetaIO, needed by vtkIOImage.
 * vtkParallelCore, needed by 7 modules:
        VTK_Group_StandAlone
        vtkFiltersAMR
        vtkFiltersParallel
        vtkFiltersParallelImaging
        vtkIOAMR
        vtkIOParallel
        vtkRenderingVolumeAMR
 * vtkParseOGLExt, needed by vtkRenderingOpenGL.
 * vtkRenderingAnnotation, needed by 3 modules:
        VTK_Group_Rendering
        vtkIOExport
        vtkInteractionWidgets
 * vtkRenderingContext2D, needed by 6 modules:
        VTK_Group_Rendering
        vtkChartsCore
        vtkIOExport
        vtkRenderingGL2PS
        vtkViewsContext2D
        vtkViewsInfovis
 * vtkRenderingCore, needed by 18 modules:
        VTK_Group_Rendering
        vtkDomainsChemistry
        vtkFiltersHybrid
        vtkFiltersParallel
        vtkIOExport
        vtkIOImport
        vtkIOMINC
        vtkInteractionImage
        vtkInteractionStyle
        vtkRenderingContext2D
        vtkRenderingFreeType
        vtkRenderingFreeType
        vtkRenderingFreeTypeOpenGL
        vtkRenderingImage
        vtkRenderingLOD
        vtkRenderingOpenGL
        vtkRenderingVolume
        vtkViewsCore
 * vtkRenderingFreeType, needed by 9 modules:
        VTK_Group_Rendering
        vtkIOExport
        vtkInteractionImage
        vtkInteractionWidgets
        vtkRenderingAnnotation
        vtkRenderingContext2D
        vtkRenderingFreeTypeOpenGL
        vtkRenderingGL2PS
        vtkRenderingLabel
 * vtkRenderingFreeTypeOpenGL, needed by VTK_Group_Rendering.
 * vtkRenderingGL2PS, needed by vtkIOExport.
 * vtkRenderingImage, needed by VTK_Group_Rendering.
 * vtkRenderingLIC, needed by VTK_Group_Rendering.
 * vtkRenderingLOD, needed by VTK_Group_Rendering.
 * vtkRenderingLabel, needed by 3 modules:
        VTK_Group_Rendering
        vtkIOExport
        vtkViewsInfovis
 * vtkRenderingOpenGL, needed by 8 modules:
        VTK_Group_Rendering
        vtkGeovisCore
        vtkIOExport
        vtkRenderingContext2D
        vtkRenderingFreeTypeOpenGL
        vtkRenderingGL2PS
        vtkRenderingLIC
        vtkRenderingVolumeOpenGL
 * vtkRenderingVolume, needed by 4 modules:
        VTK_Group_Rendering
        vtkInteractionWidgets
        vtkRenderingVolumeAMR
        vtkRenderingVolumeOpenGL
 * vtkRenderingVolumeAMR, needed by VTK_Group_Rendering.
 * vtkRenderingVolumeOpenGL, needed by VTK_Group_Rendering.
 * vtkUtilitiesEncodeString, needed by vtkRenderingOpenGL.
 * vtkUtilitiesHashSource, needed by vtkParallelCore.
 * vtkViewsContext2D, needed by VTK_Group_Rendering.
 * vtkViewsCore, needed by 4 modules:
        VTK_Group_Rendering
        vtkGeovisCore
        vtkViewsContext2D
        vtkViewsInfovis
 * vtkViewsGeovis, needed by VTK_Group_Rendering.
 * vtkViewsInfovis, needed by 2 modules:
        VTK_Group_Rendering
        vtkViewsGeovis
 * vtkalglib, needed by vtkFiltersStatistics.
 * vtkexodusII, needed by 2 modules:
        vtkIOExodus
        vtkIOParallel
 * vtkexpat, needed by vtkIOXMLParser.
 * vtkfreetype, needed by 2 modules:
        vtkRenderingFreeType
        vtkftgl
 * vtkftgl, needed by vtkRenderingFreeType.
 * vtkgl2ps, needed by 2 modules:
        vtkIOExport
        vtkRenderingGL2PS
 * vtkhdf5, needed by 2 modules:
        vtkIOAMR
        vtknetcdf
 * vtkjpeg, needed by 2 modules:
        vtkIOImage
        vtktiff
 * vtkjsoncpp, needed by vtkIOGeometry.
 * vtklibproj4, needed by vtkGeovisCore.
 * vtklibxml2, needed by vtkIOInfovis.
 * vtknetcdf, needed by 4 modules:
        vtkIOMINC
        vtkIONetCDF
        vtkIOParallel
        vtkexodusII
 * vtkoggtheora, needed by vtkIOMovie.
 * vtkpng, needed by 2 modules:
        vtkIOImage
        vtkgl2ps
 * vtksqlite, needed by vtkIOSQL.
 * vtksys, needed by 25 modules:
        vtkCommonCore
        vtkCommonDataModel
        vtkCommonSystem
        vtkDICOMParser
        vtkIOAMR
        vtkIOCore
        vtkIOExodus
        vtkIOGeometry
        vtkIOImage
        vtkIOInfovis
        vtkIOLSDyna
        vtkIOLegacy
        vtkIOMINC
        vtkIONetCDF
        vtkIOSQL
        vtkIOVideo
        vtkIOXML
        vtkImagingFourier
        vtkParallelCore
        vtkRenderingCore
        vtkRenderingLIC
        vtkRenderingOpenGL
        vtkRenderingVolumeOpenGL
        vtkUtilitiesEncodeString
        vtkUtilitiesHashSource
 * vtktiff, needed by vtkIOImage.
 * vtkverdict, needed by vtkFiltersVerdict.
 * vtkzlib, needed by 9 modules:
        vtkIOCore
        vtkIOGeometry
        vtkMetaIO
        vtkfreetype
        vtkgl2ps
        vtkhdf5
        vtklibxml2
        vtkpng
        vtktiff
CMake Warning (dev) at Utilities/KWSys/vtksys/CMakeLists.txt:264
(CONFIGURE_FILE):
  configure_file called with unknown argument(s):

   COPY_ONLY

This warning is for project developers.  Use -Wno-dev to suppress it.

Checking whether header cstdio is available
Checking whether header cstdio is available - no
Checking for Large File Support
Checking for Large File Support - failed to compile
Checking whether STL classes are in std namespace
Checking whether STL classes are in std namespace - no
Checking whether ANSI stream headers are available
Checking whether ANSI stream headers are available - no
Checking whether strstream.h is available
Checking whether strstream.h is available - no
Checking whether strstrea.h is available
Checking whether strstrea.h is available - no
Checking whether header cstddef is available
Checking whether header cstddef is available - no
Checking whether stl string has operator!= for char*
Checking whether stl string has operator!= for char* - no
Checking whether stl has iterator_traits
Checking whether stl has iterator_traits - no
Checking whether stl has old iterator_category
Checking whether stl has old iterator_category - no
Checking whether stl has internal __iterator_category
Checking whether stl has internal __iterator_category - no
Checking whether stl has standard template allocator
Checking whether stl has standard template allocator - no
Checking whether stl has old non-template allocator
Checking whether stl has old non-template allocator - no
Checking whether stl containers support allocator objects.
Checking whether stl containers support allocator objects. - no
Checking whether stl string has ostream operator<<
Checking whether stl string has ostream operator<< - no
Checking whether stl string has istream operator>>
Checking whether stl string has istream operator>> - no
Checking whether ios has binary openmode
Checking whether ios has binary openmode - no
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 - no
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 - 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 - failed
Check size of short
Check size of short - done
Check size of int
Check size of int - done
Check size of long
Check size of long - done
Check size of long long
Check size of long long - done
Check size of __int64
Check size of __int64 - done
Checking whether char is signed
Checking whether char is signed - failed to compile
Checking whether wstring is available
Checking whether wstring is available - no
Checking whether C compiler has ptrdiff_t in stddef.h
Checking whether C compiler has ptrdiff_t in stddef.h - no
Checking whether C compiler has ssize_t in unistd.h
Checking whether C compiler has ssize_t in unistd.h - no
Checking whether CXX compiler has setenv
Checking whether CXX compiler has setenv - no
Checking whether CXX compiler has unsetenv
Checking whether CXX compiler has unsetenv - no
Checking whether CXX compiler has environ in stdlib.h
Checking whether CXX compiler has environ in stdlib.h - no
Checking whether CXX compiler has utimes
Checking whether CXX compiler has utimes - no
Checking whether CXX compiler has utimensat
Checking whether CXX compiler has utimensat - no
Looking for include files sys/types.h, ifaddrs.h
Looking for include files sys/types.h, ifaddrs.h - not found
Looking for GetProcessMemoryInfo
Looking for GetProcessMemoryInfo - found
Checking whether CXX compiler has rlimit64
Checking whether CXX compiler has rlimit64 - no
Checking whether CXX compiler has atol
Checking whether CXX compiler has atol - no
Checking whether CXX compiler has atoll
Checking whether CXX compiler has atoll - no
Checking whether CXX compiler has _atoi64
Checking whether CXX compiler has _atoi64 - yes
CMake Warning (dev) at Utilities/KWSys/vtksys/CMakeLists.txt:1067 (IF):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at Common/Core/CMakeLists.txt:70 (configure_file):
  configure_file called with unknown argument(s):

   COPY_ONLY

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at Common/Core/CMakeLists.txt:73 (configure_file):
  configure_file called with unknown argument(s):

   COPY_ONLY

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at Common/Core/CMakeLists.txt:76 (configure_file):
  configure_file called with unknown argument(s):

   COPY_ONLY

This warning is for project developers.  Use -Wno-dev to suppress it.

Looking for InterlockedAdd
Looking for InterlockedAdd - found
Performing Test VTK_HAS_STD_ISNAN
Performing Test VTK_HAS_STD_ISNAN - Success
Performing Test VTK_HAS_STD_ISINF
Performing Test VTK_HAS_STD_ISINF - Success
Performing Test VTK_HAS_STD_ISFINITE
Performing Test VTK_HAS_STD_ISFINITE - Success
Looking for isnan
Looking for isnan - found
Looking for isinf
Looking for isinf - found
Looking for isfinite
Looking for isfinite - found
Looking for finite
Looking for finite - not found
Looking for fenv.h
Looking for fenv.h - found
Looking for feenableexcept
Looking for feenableexcept - not found
CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/Core/CMakeLists.txt:594 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/Core/CMakeLists.txt:594 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

Performing Test COMPILER_HAS_DEPRECATED_ATTR
Performing Test COMPILER_HAS_DEPRECATED_ATTR - Failed
Performing Test COMPILER_HAS_DEPRECATED
Performing Test COMPILER_HAS_DEPRECATED - Success
CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/Math/CMakeLists.txt:52 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/Math/CMakeLists.txt:52 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/Misc/CMakeLists.txt:15 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/Misc/CMakeLists.txt:15 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/System/CMakeLists.txt:26 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/System/CMakeLists.txt:26 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/Transforms/CMakeLists.txt:28 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/Transforms/CMakeLists.txt:28 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/DataModel/CMakeLists.txt:289 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/DataModel/CMakeLists.txt:289 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/Color/CMakeLists.txt:12 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/Color/CMakeLists.txt:12 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/ExecutionModel/CMakeLists.txt:83 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/ExecutionModel/CMakeLists.txt:83 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Core/CMakeLists.txt:93 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Core/CMakeLists.txt:93 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/ComputationalGeometry/CMakeLists.txt:27 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Common/ComputationalGeometry/CMakeLists.txt:27 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/General/CMakeLists.txt:119 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/General/CMakeLists.txt:119 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Core/CMakeLists.txt:62 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Core/CMakeLists.txt:62 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Fourier/CMakeLists.txt:18 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Fourier/CMakeLists.txt:18 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Statistics/CMakeLists.txt:25 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Statistics/CMakeLists.txt:25 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Extraction/CMakeLists.txt:38 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Extraction/CMakeLists.txt:38 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Infovis/Core/CMakeLists.txt:45 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Infovis/Core/CMakeLists.txt:45 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Geometry/CMakeLists.txt:39 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Geometry/CMakeLists.txt:39 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Sources/CMakeLists.txt:43 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Sources/CMakeLists.txt:43 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/Core/CMakeLists.txt:189 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/Core/CMakeLists.txt:189 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

Found OpenGL: opengl32  
CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/FreeType/CMakeLists.txt:72 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/FreeType/CMakeLists.txt:72 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Core/CMakeLists.txt:36 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Core/CMakeLists.txt:36 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

Looking for include file assert.h
Looking for include file assert.h - found
Looking for include file dlfcn.h
Looking for include file dlfcn.h - not found
Looking for include file fcntl.h
Looking for include file fcntl.h - found
Looking for include file inttypes.h
Looking for include file inttypes.h - found
Looking for include file limits.h
Looking for include file limits.h - found
Looking for include file malloc.h
Looking for include file malloc.h - found
Looking for include file memory.h
Looking for include file memory.h - found
Looking for include file stdlib.h
Looking for include file stdlib.h - found
Looking for include file string.h
Looking for include file string.h - found
Looking for include file strings.h
Looking for include file strings.h - not found
Looking for include file sys/stat.h
Looking for include file sys/stat.h - found
Looking for include file sys/time.h
Looking for include file sys/time.h - not found
Looking for include file unistd.h
Looking for include file unistd.h - not found
Looking for include file windows.h
Looking for include file windows.h - found
Looking for include file ieeefp.h
Looking for include file ieeefp.h - not found
Looking for floor
Looking for floor - found
Looking for getopt
Looking for getopt - not found
Looking for isascii
Looking for isascii - not found
Looking for memmove
Looking for memmove - found
Looking for memset
Looking for memset - found
Looking for mmap
Looking for mmap - not found
Looking for pow
Looking for pow - found
Looking for sqrt
Looking for sqrt - found
Looking for strcasecmp
Looking for strcasecmp - not found
Looking for strchr
Looking for strchr - found
Looking for strrchr
Looking for strrchr - found
Looking for strstr
Looking for strstr - found
Looking for strtol
Looking for strtol - found
Looking for strtoul
Looking for strtoul - found
Check size of int
Check size of int - done
Check size of long
Check size of long - done
CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Image/CMakeLists.txt:39 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Image/CMakeLists.txt:39 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Hybrid/CMakeLists.txt:17 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Hybrid/CMakeLists.txt:17 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/OpenGL/CMakeLists.txt:451 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/OpenGL/CMakeLists.txt:451 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/Context2D/CMakeLists.txt:52 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/Context2D/CMakeLists.txt:52 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Charts/Core/CMakeLists.txt:62 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Charts/Core/CMakeLists.txt:62 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Geometry/CMakeLists.txt:42 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Geometry/CMakeLists.txt:42 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/XMLParser/CMakeLists.txt:6 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/XMLParser/CMakeLists.txt:6 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/XML/CMakeLists.txt:80 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/XML/CMakeLists.txt:80 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Domains/Chemistry/CMakeLists.txt:32 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Domains/Chemistry/CMakeLists.txt:32 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Legacy/CMakeLists.txt:38 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Legacy/CMakeLists.txt:38 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Parallel/Core/CMakeLists.txt:43 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Parallel/Core/CMakeLists.txt:43 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/AMR/CMakeLists.txt:22 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/AMR/CMakeLists.txt:22 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/FlowPaths/CMakeLists.txt:30 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/FlowPaths/CMakeLists.txt:30 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Generic/CMakeLists.txt:13 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Generic/CMakeLists.txt:13 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Sources/CMakeLists.txt:11 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Sources/CMakeLists.txt:11 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Hybrid/CMakeLists.txt:27 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Hybrid/CMakeLists.txt:27 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/HyperTree/CMakeLists.txt:17 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/HyperTree/CMakeLists.txt:17 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/General/CMakeLists.txt:28 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/General/CMakeLists.txt:28 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Imaging/CMakeLists.txt:7 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Imaging/CMakeLists.txt:7 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Modeling/CMakeLists.txt:33 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Modeling/CMakeLists.txt:33 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Parallel/CMakeLists.txt:47 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Parallel/CMakeLists.txt:47 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/ParallelImaging/CMakeLists.txt:10 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/ParallelImaging/CMakeLists.txt:10 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Programmable/CMakeLists.txt:7 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Programmable/CMakeLists.txt:7 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/SMP/CMakeLists.txt:15 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/SMP/CMakeLists.txt:15 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Selection/CMakeLists.txt:7 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Selection/CMakeLists.txt:7 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Texture/CMakeLists.txt:11 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Texture/CMakeLists.txt:11 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Verdict/CMakeLists.txt:7 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Filters/Verdict/CMakeLists.txt:7 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Infovis/Layout/CMakeLists.txt:57 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Infovis/Layout/CMakeLists.txt:57 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Interaction/Style/CMakeLists.txt:54 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Interaction/Style/CMakeLists.txt:54 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Color/CMakeLists.txt:12 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Color/CMakeLists.txt:12 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/Annotation/CMakeLists.txt:34 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/Annotation/CMakeLists.txt:34 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/Volume/CMakeLists.txt:60 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/Volume/CMakeLists.txt:60 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Interaction/Widgets/CMakeLists.txt:157 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Interaction/Widgets/CMakeLists.txt:157 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Views/Core/CMakeLists.txt:10 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Views/Core/CMakeLists.txt:10 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

Looking for csin
Looking for csin - not found
Looking for atanh
Looking for atanh - not found
CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Geovis/Core/CMakeLists.txt:37 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Geovis/Core/CMakeLists.txt:37 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

Looking for printf in ws2_32;
Looking for printf in ws2_32; - found
Looking for printf in wsock32;ws2_32
Looking for printf in wsock32;ws2_32 - found
Looking for gethostname in ucb;ws2_32;wsock32
Looking for gethostname in ucb;ws2_32;wsock32 - not found
Looking for connect in socket;ws2_32;wsock32
Looking for connect in socket;ws2_32;wsock32 - not found
Looking for gethostbyname in c
Looking for gethostbyname in c - not found
Looking for gethostbyname in nsl;ws2_32;wsock32
Looking for gethostbyname in nsl;ws2_32;wsock32 - not found
Looking for include file globus/common.h
Looking for include file globus/common.h - not found
Looking for include files io.h, mfhdf.h
Looking for include files io.h, mfhdf.h - not found
Looking for include files io.h, pdb.h
Looking for include files io.h, pdb.h - not found
Looking for include files io.h, pthread.h
Looking for include files io.h, pthread.h - not found
Looking for 3 include files io.h, ..., srbclient.h
Looking for 3 include files io.h, ..., srbclient.h - not found
Looking for 4 include files io.h, ..., stdint.h
Looking for 4 include files io.h, ..., stdint.h - found
Looking for 5 include files io.h, ..., string.h
Looking for 5 include files io.h, ..., string.h - found
Looking for 6 include files io.h, ..., strings.h
Looking for 6 include files io.h, ..., strings.h - not found
Looking for 6 include files io.h, ..., sys/ioctl.h
Looking for 6 include files io.h, ..., sys/ioctl.h - not found
Looking for 6 include files io.h, ..., sys/proc.h
Looking for 6 include files io.h, ..., sys/proc.h - not found
Looking for 6 include files io.h, ..., sys/resource.h
Looking for 6 include files io.h, ..., sys/resource.h - not found
Looking for 6 include files io.h, ..., sys/socket.h
Looking for 6 include files io.h, ..., sys/socket.h - not found
Looking for 7 include files io.h, ..., sys/time.h
Looking for 7 include files io.h, ..., sys/time.h - not found
Looking for 7 include files io.h, ..., time.h
Looking for 7 include files io.h, ..., time.h - found
Looking for 10 include files io.h, ..., unistd.h
Looking for 10 include files io.h, ..., unistd.h - not found
Looking for 10 include files io.h, ..., stdlib.h
Looking for 10 include files io.h, ..., stdlib.h - found
Looking for 11 include files io.h, ..., memory.h
Looking for 11 include files io.h, ..., memory.h - found
Looking for 12 include files io.h, ..., dlfcn.h
Looking for 12 include files io.h, ..., dlfcn.h - not found
Looking for 12 include files io.h, ..., features.h
Looking for 12 include files io.h, ..., features.h - not found
Looking for 12 include files io.h, ..., inttypes.h
Looking for 12 include files io.h, ..., inttypes.h - found
Looking for 14 include files io.h, ..., netinet/in.h
Looking for 14 include files io.h, ..., netinet/in.h - not found
Looking for C++ include stdint.h
Looking for C++ include stdint.h - found
Check size of char
Check size of char - done
Check size of short
Check size of short - done
Check size of int
Check size of int - done
Check size of unsigned
Check size of unsigned - done
Check size of long
Check size of long - done
Check size of long long
Check size of long long - done
Check size of __int64
Check size of __int64 - done
Check size of float
Check size of float - done
Check size of double
Check size of double - done
Check size of long double
Check size of long double - done
Check size of int8_t
Check size of int8_t - done
Check size of uint8_t
Check size of uint8_t - done
Check size of int_least8_t
Check size of int_least8_t - done
Check size of uint_least8_t
Check size of uint_least8_t - done
Check size of int_fast8_t
Check size of int_fast8_t - done
Check size of uint_fast8_t
Check size of uint_fast8_t - done
Check size of int16_t
Check size of int16_t - done
Check size of uint16_t
Check size of uint16_t - done
Check size of int_least16_t
Check size of int_least16_t - done
Check size of uint_least16_t
Check size of uint_least16_t - done
Check size of int_fast16_t
Check size of int_fast16_t - done
Check size of uint_fast16_t
Check size of uint_fast16_t - done
Check size of int32_t
Check size of int32_t - done
Check size of uint32_t
Check size of uint32_t - done
Check size of int_least32_t
Check size of int_least32_t - done
Check size of uint_least32_t
Check size of uint_least32_t - done
Check size of int_fast32_t
Check size of int_fast32_t - done
Check size of uint_fast32_t
Check size of uint_fast32_t - done
Check size of int64_t
Check size of int64_t - done
Check size of uint64_t
Check size of uint64_t - done
Check size of int_least64_t
Check size of int_least64_t - done
Check size of uint_least64_t
Check size of uint_least64_t - done
Check size of int_fast64_t
Check size of int_fast64_t - done
Check size of uint_fast64_t
Check size of uint_fast64_t - done
Check size of size_t
Check size of size_t - done
Check size of ssize_t
Check size of ssize_t - failed
Check size of off_t
Check size of off_t - done
Check size of off64_t
Check size of off64_t - failed
Looking for alarm
Looking for alarm - not found
Looking for fork
Looking for fork - not found
Looking for frexpf
Looking for frexpf - not found
Looking for frexpl
Looking for frexpl - not found
Looking for getpwuid
Looking for getpwuid - not found
Looking for getrusage
Looking for getrusage - not found
Looking for lstat
Looking for lstat - not found
Looking for rand_r
Looking for rand_r - not found
Looking for random
Looking for random - not found
Looking for setsysinfo
Looking for setsysinfo - not found
Looking for signal
Looking for signal - found
Looking for setjmp
Looking for setjmp - not found
Looking for siglongjmp
Looking for siglongjmp - not found
Looking for sigsetjmp
Looking for sigsetjmp - not found
Looking for sigaction
Looking for sigaction - not found
Looking for sigprocmask
Looking for sigprocmask - not found
Looking for snprintf
Looking for snprintf - not found
Looking for srandom
Looking for srandom - not found
Looking for symlink
Looking for symlink - not found
Looking for vasprintf
Looking for vasprintf - not found
Looking for waitpid
Looking for waitpid - not found
Looking for vsnprintf
Looking for vsnprintf - found
Looking for ioctl
Looking for ioctl - not found
Looking for fseeko
Looking for fseeko - not found
Looking for ftello
Looking for ftello - not found
Looking for fstat64
Looking for fstat64 - not found
Looking for stat64
Looking for stat64 - not found
Looking for tzname
Looking for tzname - found
CMake Warning (dev) at ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake:450
(IF):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "H5_HAVE_SYS_TIME_H" will no longer be dereferenced
  when the policy is set to NEW.  Since the policy is not set the OLD
  behavior will be used.
Call Stack (most recent call first):
  ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake:533 (HDF5_FUNCTION_TEST)
  ThirdParty/hdf5/vtkhdf5/CMakeLists.txt:182 (INCLUDE)
This warning is for project developers.  Use -Wno-dev to suppress it.

Performing Other Test INLINE_TEST_inline - Failed
Performing Other Test INLINE_TEST___inline__ - Failed
Performing Other Test INLINE_TEST___inline - Success
Checking for appropriate format for 64 bit long:
Checking for apropriate format for 64 bit long: not found
checking IF converting from long double to integers is accurate... yes
Checking IF converting from long double to integers works... no
checking IF accurately converting from integers to long double... yes
Checking IF accurately converting unsigned long to float values... no
Checking IF accurately converting unsigned long long to floating-point
values... no
Checking IF accurately roundup converting floating-point to unsigned long
long values... no
Checking IF right maximum converting floating-point to unsigned long long
values... no
Checking IF correctly converting long double to unsigned int values... no
Checking IF compiling unsigned long long to floating-point typecasts work...
yes
Checking IF compiling long long to floating-point typecasts work... yes
Checking IF converting unsigned long long to long double with precision...
no
Checking IF overflows normally converting floating-point to integer
values... no
Checking IF correctly converting long double to (unsigned) long long
values... no
Checking IF correctly converting (unsigned) long long to long double
values... no
Checking IF alignment restrictions are strictly enforced... no
CMake Warning (dev) at ThirdParty/hdf5/vtkhdf5/CMakeLists.txt:283 (IF):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at ThirdParty/hdf5/vtkhdf5/src/CMakeLists.txt:607
(ADD_CUSTOM_COMMAND):
  Policy CMP0040 is not set: The target in the TARGET signature of
  add_custom_command() must exist.  Run "cmake --help-policy CMP0040" for
  policy details.  Use the cmake_policy command to set the policy and
  suppress this warning.

  The target name
 
"C:/Users/project-elbrus-win7/jenkins/jobs/elbrus-win32-ci-third-party/workspace/Elbrus/external/vtk/vtk-6.1.0/build/ThirdParty/hdf5/vtkhdf5/H5Edefin.h"
  is unknown in this context.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at ThirdParty/hdf5/vtkhdf5/src/CMakeLists.txt:614
(ADD_CUSTOM_COMMAND):
  Policy CMP0040 is not set: The target in the TARGET signature of
  add_custom_command() must exist.  Run "cmake --help-policy CMP0040" for
  policy details.  Use the cmake_policy command to set the policy and
  suppress this warning.

  The target name
 
"C:/Users/project-elbrus-win7/jenkins/jobs/elbrus-win32-ci-third-party/workspace/Elbrus/external/vtk/vtk-6.1.0/build/ThirdParty/hdf5/vtkhdf5/H5version.h"
  is unknown in this context.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at ThirdParty/hdf5/vtkhdf5/src/CMakeLists.txt:621
(ADD_CUSTOM_COMMAND):
  Policy CMP0040 is not set: The target in the TARGET signature of
  add_custom_command() must exist.  Run "cmake --help-policy CMP0040" for
  policy details.  Use the cmake_policy command to set the policy and
  suppress this warning.

  The target name
 
"C:/Users/project-elbrus-win7/jenkins/jobs/elbrus-win32-ci-third-party/workspace/Elbrus/external/vtk/vtk-6.1.0/build/ThirdParty/hdf5/vtkhdf5/H5overflow.h"
  is unknown in this context.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/AMR/CMakeLists.txt:25 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/AMR/CMakeLists.txt:25 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/EnSight/CMakeLists.txt:16 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/EnSight/CMakeLists.txt:16 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

Looking for 4 include files stdlib.h, ..., float.h
Looking for 4 include files stdlib.h, ..., float.h - found
Looking for include file alloca.h
Looking for include file alloca.h - not found
Looking for 5 include files stdlib.h, ..., stdio.h
Looking for 5 include files stdlib.h, ..., stdio.h - found
Looking for 10 include files stdlib.h, ..., stdbool.h
Looking for 10 include files stdlib.h, ..., stdbool.h - found
Looking for alloca
Looking for alloca - not found
Looking for strerror
Looking for strerror - found
Check size of size_t
Check size of size_t - done
Check size of ssize_t
Check size of ssize_t - failed
Check size of ptrdiff_t
Check size of ptrdiff_t - done
Check size of off_t
Check size of off_t - done
Check size of double
Check size of double - done
Check size of float
Check size of float - done
Check size of short
Check size of short - done
Check size of uchar
Check size of uchar - failed
Check size of _Bool
Check size of _Bool - done
Performing NetCDF Test HAVE_ST_BLKSIZE
Performing NetCDF Test HAVE_ST_BLKSIZE - Failed
Performing NetCDF Test HAVE_FTRUNCATE
Performing NetCDF Test HAVE_FTRUNCATE - Failed
Looking for malloc.h
Looking for malloc.h - found
CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Exodus/CMakeLists.txt:30 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Exodus/CMakeLists.txt:30 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/GL2PS/CMakeLists.txt:8 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/GL2PS/CMakeLists.txt:8 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/Label/CMakeLists.txt:24 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/Label/CMakeLists.txt:24 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Export/CMakeLists.txt:33 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Export/CMakeLists.txt:33 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Import/CMakeLists.txt:12 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Import/CMakeLists.txt:12 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

Looking for dlopen in dl;
Looking for dlopen in dl; - not found
Looking for shl_load in dld;
Looking for shl_load in dld; - not found
Looking for dlopen in 
Looking for dlopen in  - not found
Looking for 8 include files stdio.h, ..., netdb.h
Looking for 8 include files stdio.h, ..., netdb.h - not found
Looking for 9 include files stdio.h, ..., sys/socket.h
Looking for 9 include files stdio.h, ..., sys/socket.h - not found
Looking for 9 include files stdio.h, ..., netinet/in.h
Looking for 9 include files stdio.h, ..., netinet/in.h - not found
Looking for 9 include files stdio.h, ..., sys/select.h
Looking for 9 include files stdio.h, ..., sys/select.h - not found
Looking for 13 include files stdio.h, ..., time.h
Looking for 13 include files stdio.h, ..., time.h - found
Looking for 14 include files stdio.h, ..., signal.h
Looking for 14 include files stdio.h, ..., signal.h - found
Looking for 15 include files stdio.h, ..., errno.h
Looking for 15 include files stdio.h, ..., errno.h - found
Looking for 16 include files stdio.h, ..., ansidecl.h
Looking for 16 include files stdio.h, ..., ansidecl.h - not found
Looking for 16 include files stdio.h, ..., arpa/inet.h
Looking for 16 include files stdio.h, ..., arpa/inet.h - not found
Looking for 16 include files stdio.h, ..., arpa/nameser.h
Looking for 16 include files stdio.h, ..., arpa/nameser.h - not found
Looking for 16 include files stdio.h, ..., ctype.h
Looking for 16 include files stdio.h, ..., ctype.h - found
Looking for 17 include files stdio.h, ..., dirent.h
Looking for 17 include files stdio.h, ..., dirent.h - not found
Looking for 17 include files stdio.h, ..., dl.h
Looking for 17 include files stdio.h, ..., dl.h - not found
Looking for 17 include files stdio.h, ..., float.h
Looking for 17 include files stdio.h, ..., float.h - found
Looking for 18 include files stdio.h, ..., fp_class.h
Looking for 18 include files stdio.h, ..., fp_class.h - not found
Looking for 18 include files stdio.h, ..., math.h
Looking for 18 include files stdio.h, ..., math.h - found
Looking for 19 include files stdio.h, ..., nan.h
Looking for 19 include files stdio.h, ..., nan.h - not found
Looking for 19 include files stdio.h, ..., ndir.h
Looking for 19 include files stdio.h, ..., ndir.h - not found
Looking for 19 include files stdio.h, ..., pthread.h
Looking for 19 include files stdio.h, ..., pthread.h - not found
Looking for 19 include files stdio.h, ..., resolv.h
Looking for 19 include files stdio.h, ..., resolv.h - not found
Looking for 19 include files stdio.h, ..., stdarg.h
Looking for 19 include files stdio.h, ..., stdarg.h - found
Looking for 20 include files stdio.h, ..., sys/mman.h
Looking for 20 include files stdio.h, ..., sys/mman.h - not found
Looking for 20 include files stdio.h, ..., sys/timeb.h
Looking for 20 include files stdio.h, ..., sys/timeb.h - found
Looking for finite
Looking for finite - not found
Looking for fpclass
Looking for fpclass - not found
Looking for fp_class
Looking for fp_class - not found
Looking for fprintf
Looking for fprintf - found
Looking for ftime
Looking for ftime - found
Looking for gettimeofday
Looking for gettimeofday - not found
Looking for localtime
Looking for localtime - found
Looking for printf
Looking for printf - found
Looking for sscanf
Looking for sscanf - found
Looking for sprintf
Looking for sprintf - found
Looking for snprintf
Looking for snprintf - not found
Looking for signal
Looking for signal - found
Looking for strdup
Looking for strdup - found
Looking for strndup
Looking for strndup - not found
Looking for strftime
Looking for strftime - found
Looking for stat
Looking for stat - found
Looking for _stat
Looking for _stat - found
Looking for vfprintf
Looking for vfprintf - found
Looking for vsnprintf
Looking for vsnprintf - found
Looking for vsprintf
Looking for vsprintf - found
Checking for getaddrinfo.
Checking for getaddrinfo. - no
Checking for socklen_t
Checking for socklen_t - no
Checking for DIR in sys/dir.h
Checking for DIR in sys/dir.h - no
Checking for DIR in sys/ndir.h
Checking for DIR in sys/ndir.h - no
Checking for va_copy
Checking for va_copy - no
Checking for __va_copy
Checking for __va_copy - no
Checking for ipv6 support.
Checking for ipv6 support. - no
CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Infovis/CMakeLists.txt:18 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Infovis/CMakeLists.txt:18 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/LSDyna/CMakeLists.txt:28 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/LSDyna/CMakeLists.txt:28 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/MINC/CMakeLists.txt:17 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/MINC/CMakeLists.txt:17 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at ThirdParty/oggtheora/module.cmake:1 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/vtkModuleMacros.cmake:134 (include)
  CMake/vtkModuleMacros.cmake:744 (vtk_module_impl)
  ThirdParty/oggtheora/CMakeLists.txt:1 (vtk_module_third_party)
This warning is for project developers.  Use -Wno-dev to suppress it.

Check size of int16_t
Check size of int16_t - done
Check size of int32_t
Check size of int32_t - done
Check size of uint32_t
Check size of uint32_t - done
Check size of uint16_t
Check size of uint16_t - done
Check size of u_int32_t
Check size of u_int32_t - failed
Check size of u_int16_t
Check size of u_int16_t - failed
Check size of int64_t
Check size of int64_t - done
Check size of short
Check size of short - done
Check size of int
Check size of int - done
Check size of long
Check size of long - done
Check size of long long
Check size of long long - done
Checking if vfw32 is available
Checking if vfw32 is available -- yes
Checking if vfw32 supports video capture
Checking if vfw32 supports video capture -- yes
CMake Warning (dev) at IO/Movie/module.cmake:1 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/vtkModuleMacros.cmake:134 (include)
  CMake/vtkModuleMacros.cmake:480 (vtk_module_impl)
  IO/Movie/CMakeLists.txt:37 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Movie/CMakeLists.txt:37 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Movie/CMakeLists.txt:37 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/NetCDF/CMakeLists.txt:11 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/NetCDF/CMakeLists.txt:11 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/PLY/CMakeLists.txt:12 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/PLY/CMakeLists.txt:12 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Parallel/CMakeLists.txt:15 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Parallel/CMakeLists.txt:15 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/SQL/CMakeLists.txt:30 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/SQL/CMakeLists.txt:30 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/vtkTestVideoForWindows.cmake:2 (IF):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "VTK_USE_VIDEO_FOR_WINDOWS" will no longer be
  dereferenced when the policy is set to NEW.  Since the policy is not set
  the OLD behavior will be used.
Call Stack (most recent call first):
  IO/Video/CMakeLists.txt:6 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/vtkTestVideoForWindows.cmake:29 (IF):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "VTK_VFW_SUPPORTS_CAPTURE" will no longer be
  dereferenced when the policy is set to NEW.  Since the policy is not set
  the OLD behavior will be used.
Call Stack (most recent call first):
  IO/Video/CMakeLists.txt:6 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Video/CMakeLists.txt:17 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  IO/Video/CMakeLists.txt:17 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Math/CMakeLists.txt:12 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Math/CMakeLists.txt:12 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Morphological/CMakeLists.txt:14 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Morphological/CMakeLists.txt:14 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Statistics/CMakeLists.txt:7 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Statistics/CMakeLists.txt:7 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Stencil/CMakeLists.txt:11 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Imaging/Stencil/CMakeLists.txt:11 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Interaction/Image/CMakeLists.txt:8 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Interaction/Image/CMakeLists.txt:8 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/FreeTypeOpenGL/CMakeLists.txt:35 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/FreeTypeOpenGL/CMakeLists.txt:35 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/Image/CMakeLists.txt:7 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/Image/CMakeLists.txt:7 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/LIC/CMakeLists.txt:64 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/LIC/CMakeLists.txt:64 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/LOD/CMakeLists.txt:5 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/LOD/CMakeLists.txt:5 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/VolumeAMR/CMakeLists.txt:5 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/VolumeAMR/CMakeLists.txt:5 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/VolumeOpenGL/CMakeLists.txt:120 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Rendering/VolumeOpenGL/CMakeLists.txt:120 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Views/Context2D/CMakeLists.txt:6 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Views/Context2D/CMakeLists.txt:6 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Views/Infovis/CMakeLists.txt:31 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Views/Infovis/CMakeLists.txt:31 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:199 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:354 (_test_compiler_hidden_visibility)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Views/Geovis/CMakeLists.txt:6 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMake/GenerateExportHeader.cmake:216 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "MSVC" will no longer be dereferenced when the
policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  CMake/GenerateExportHeader.cmake:355 (_test_compiler_has_deprecated)
  CMake/vtkModuleMacros.cmake:590 (generate_export_header)
  Views/Geovis/CMakeLists.txt:6 (vtk_module_library)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring done
Generating done
//------------------------------------------------------------------------------------------------

//------------------------------------VS2013
Errors-------------------------------------------
------ Build started: Project: vtksys, Configuration: Debug Win32 ------
...\vtk\vtk-6.1.0\build\Utilities\KWSys\vtksys/ios/iostream(26): fatal error
C1083: Cannot open include file: 'iostream.h': No such file or directory
  DynamicLoader.cxx
  EncodingCXX.cxx
...\vtk\vtk-6.1.0\build\Utilities\KWSys\vtksys/ios/iostream(26): fatal error
C1083: Cannot open include file: 'iostream.h': No such file or directory
  Glob.cxx

...\vtk\vtk-6.1.0\build\Utilities\KWSys\vtksys/ios/iostream(26): fatal error
C1083: Cannot open include file: 'iostream.h': No such file or directory
  vtkGarbageCollectorManager.cxx
  vtkGaussianRandomSequence.cxx
  vtkIdListCollection.cxx
  vtkIdList.cxx
  Generating Code...
  Compiling...
  vtkIdTypeArray.cxx
  vtkIndent.cxx
  vtkInformation.cxx
...\vtk\vtk-6.1.0\build\Utilities\KWSys\vtksys/hashtable.hxx(341): error
C2146: syntax error : missing ';' before identifier 'iterator_category'
...\vtk\vtk-6.1.0\build\Utilities\KWSys\vtksys/hashtable.hxx(362) : see
reference to class template instantiation
'vtksys::_Hashtable_iterator<_Val,_Key,_HashFcn,_ExtractKey,_EqualKey,_Alloc>'
being compiled
...\vtk\vtk-6.1.0\build\Utilities\KWSys\vtksys/hashtable.hxx(341): error
C4430: missing type specifier - int assumed. Note: C++ does not support
default-int
//------------------------------------------------------------------------------------------------




--
View this message in context: http://vtk.1045678.n5.nabble.com/VTK-6-1-and-Visual-Studio-2013-on-VirtualBox-tp5731233.html
Sent from the VTK - Users mailing list archive at Nabble.com.
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Search the list archives at: http://markmail.org/search/?q=vtkusers

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------


More information about the vtkusers mailing list