[CMake] cmake-gui crash in Windows 8.1

Klaim - Joël Lamotte mjklaim at gmail.com
Wed Jul 9 07:49:39 EDT 2014


I first had to generate (for vs2013 64bit) the project files for VTK itself
(6.1.0) but there is a crash
around the end of the configuration with the message in the screenshot.
The configuration actually ends but with a few warnings related to the
custom command that crashes.
The generation apparently work. (see the logs attached)

I compiled all VTK for release, no apparent problem, then I tried cmake gui
with the wikiexamples.
Configuration went with no apparent problem (see the logs attached).
Generation was proportionally very long (2minutes vs a few seconds of
configuration) and the memory used by cmake kept growing until reaching
1.6go,
but it did end.

There might be an issue related to memory consumption and these specific
scripts.
The 1.6go are not released once the generation is done, but is released if
I try to configure another project, so i'm not sure if it's a leak.

I tried the generation twice without restarting CMake GUI (both making
cmake reach 1.6+go) and didn't reproduce the crash so far.
I might have more available memory than you though.



[image: Inline image 1]


On Wed, Jul 9, 2014 at 11:21 AM, Andrew Maclean <andrew.amaclean at gmail.com>
wrote:

> I have no problems with any other CMake build just with the vtk wiki
> examples. If you get a chance I would appreciate it if you could try a
> 64-bit build on the examples to see if the same issue happens to you.
>
> Regards
> Andrew.
>
> On Jul 9, 2014 7:10 PM, "Klaim - Joël Lamotte" <mjklaim at gmail.com> wrote:
> >
> >
> >
> >
> > On Fri, Jul 4, 2014 at 9:50 AM, Andrew Maclean <
> andrew.amaclean at gmail.com> wrote:
> >>
> >> Hi All,
> >> Has anyone noticed a problem with CMake 3.0 in Windows?
> >>
> >
> > I switched recently to CMake 3.0 for my project (uninstalled previous
> cmake, installed new cmake, changed cmake scripts version requirement to
> 3.0)
> > I didn't not meet any strange problem so far.
> >
> >>
> >> Using cmake-gui in Windows 8.1 on the VTK Wiki Examples.
> >> The compiler is: VS 12 2013 Win64
> >
> >
> > Same configuration here (Win 8.1 64bit with both 32 and 64bit builds for
> vc2013) but I'm not compiling the wiki examples.
> > The problem might be related to the example being to old or something
> like that?
> > Anyway could you point to a specific example so that I can try it?
> > Maybe the examples specify a CMake version that triggers the problem in
> CMake 3.0 implementation.
> >
> >>
> >> Configure works Ok, however generate fails with a run-time error when
> it has completed about 75% of the generation process - it seems to hang at
> this point then crash.
> >> The message is:
> >> "This application has requested the Runtime to terminate it in an
> unusual way. Please contact the application's support team for more
> information."
> >>
> >> A subsequent running of CMake from the command line is OK.
> >>
> >> I have only ever seen this with the VTK Wiki Examples. Building VTK
> works OK.
> >> There is no problem with the last version of CMake 2.8.
> >> Regards
> >>    Andrew
> >> --
> >> ___________________________________________
> >> Andrew J. P. Maclean
> >>
> >> ___________________________________________
> >>
> >> --
> >>
> >> Powered by www.kitware.com
> >>
> >> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
> >>
> >> Kitware offers various services to support the CMake community. For
> more information on each offering, please visit:
> >>
> >> CMake Support: http://cmake.org/cmake/help/support.html
> >> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> >> CMake Training Courses: http://cmake.org/cmake/help/training.html
> >>
> >> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
> >>
> >> Follow this link to subscribe/unsubscribe:
> >> http://public.kitware.com/mailman/listinfo/cmake
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20140709/2a88528f/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmake_vtk_error.png
Type: image/png
Size: 8069 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake/attachments/20140709/2a88528f/attachment-0001.png>
-------------- next part --------------
Here is the full log (VTK-6.1.0, VS2013 64bit):

The C compiler identification is MSVC 18.0.30501.0
The CXX compiler identification is MSVC 18.0.30501.0
Check for working C compiler using: Visual Studio 12 2013 Win64
Check for working C compiler using: Visual Studio 12 2013 Win64 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 12 2013 Win64
Check for working CXX compiler using: Visual Studio 12 2013 Win64 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Performing Test Support for 64 bit file systems
Performing Test Support for 64 bit file systems - Failed
Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON
Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON - Success
Check if the system is big endian
Searching 16 bit integer
Looking for sys/types.h
Looking for sys/types.h - found
Looking for stdint.h
Looking for stdint.h - found
Looking for stddef.h
Looking for stddef.h - found
Check size of unsigned short
Check size of unsigned short - done
Using unsigned short
Check if the system is big endian - little endian
Looking for include file pthread.h
Looking for include file pthread.h - not found
Found Threads: TRUE
Looking for C++ include iostream
Looking for C++ include iostream - found
Check for STD namespace
Check for STD namespace - found
Check for ANSI scope
Check for ANSI scope - found
Check for sstream
Check for sstream - found
Check size of int
Check size of int - done
Check size of long
Check size of long - done
Check size of char
Check size of char - done
Check size of short
Check size of short - done
Check size of float
Check size of float - done
Check size of double
Check size of double - done
Check size of long long
Check size of long long - done
Check size of __int64
Check size of __int64 - done
Check size of uintptr_t
Check size of uintptr_t - done
Checking whether long and __int64 are the same type
Checking whether long and __int64 are the same type -- no
Checking whether long long and __int64 are the same type
Checking whether long long and __int64 are the same type -- yes
Checking signedness of char
Checking signedness of char -- signed
Checking support for full template specialization syntax
Checking support for full template specialization syntax -- yes
Checking support for C++ explicit template instantiation
Checking support for C++ explicit template instantiation -- yes
Checking ANSI streams end-of-file bug level
Checking ANSI streams end-of-file bug level - 1
Checking if ostream supports long long
Checking if ostream supports long long -- yes
Checking if istream supports long long
Checking if istream supports long long -- yes
Looking for getsockname in socket
Looking for getsockname in socket - not found
Checking for getsockname with socklen_t
Checking for getsockname with socklen_t -- no
Looking for SO_REUSEADDR
Looking for SO_REUSEADDR - not found
Group StandAlone modules: vtkChartsCore;vtkCommonComputationalGeometry;vtkCommonCore;vtkCommonExecutionModel;vtkCommonMisc;vtkCommonSystem;vtkCommonTransforms;vtkDomainsChemistry;vtkFiltersAMR;vtkFiltersCore;vtkFiltersExtraction;vtkFiltersFlowPaths;vtkFiltersGeneral;vtkFiltersGeneric;vtkFiltersGeometry;vtkFiltersHybrid;vtkFiltersHyperTree;vtkFiltersImaging;vtkFiltersModeling;vtkFiltersParallel;vtkFiltersParallelImaging;vtkFiltersProgrammable;vtkFiltersSelection;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
Checking whether header cstdio is available
Checking whether header cstdio is available - yes
Checking for Large File Support
Checking for Large File Support - failed to compile
Checking whether STL classes are in std namespace
Checking whether STL classes are in std namespace - yes
Checking whether ANSI stream headers are available
Checking whether ANSI stream headers are available - yes
Checking whether ANSI streams are in std namespace
Checking whether ANSI streams are in std namespace - yes
Checking whether ANSI string stream is available
Checking whether ANSI string stream is available - yes
Checking whether header cstddef is available
Checking whether header cstddef is available - yes
Checking whether stl string has operator!= for char*
Checking whether stl string has operator!= for char* - yes
Checking whether stl has iterator_traits
Checking whether stl has iterator_traits - yes
Checking whether stl has standard template allocator
Checking whether stl has standard template allocator - yes
Checking for rebind member of stl allocator
Checking for rebind member of stl allocator - yes
Checking for non-standard argument to stl allocator<>::max_size
Checking for non-standard argument to stl allocator<>::max_size - no
Checking whether stl containers support allocator objects.
Checking whether stl containers support allocator objects. - yes
Checking whether ios has binary openmode
Checking whether ios has binary openmode - yes
Checking whether "<>" is needed for template friends
Checking whether "<>" is needed for template friends - yes
Checking for member template support
Checking for member template support - yes
Checking for standard template specialization syntax
Checking for standard template specialization syntax - yes
Checking whether argument dependent lookup is supported
Checking whether argument dependent lookup is supported - yes
Checking whether C++ compiler has 'long long'
Checking whether C++ compiler has 'long long' - yes
Checking whether C++ compiler has '__int64'
Checking whether C++ compiler has '__int64' - yes
Checking whether long and __int64 are the same type
Checking whether long and __int64 are the same type - no
Checking whether long long and __int64 are the same type
Checking whether long long and __int64 are the same type - yes
Checking for C type size macros
Checking for C type size macros - compiled
Check size of char
Check size of char - done
Check size of short
Check size of short - done
Check size of int
Check size of int - done
Check size of long
Check size of long - done
Check size of long long
Check size of long long - done
Check size of __int64
Check size of __int64 - done
Checking whether char is signed
Checking whether char is signed - yes
Checking whether wstring is available
Checking whether wstring is available - yes
Checking whether C compiler has ptrdiff_t in stddef.h
Checking whether C compiler has ptrdiff_t in stddef.h - yes
Checking whether C compiler has ssize_t in unistd.h
Checking whether C compiler has ssize_t in unistd.h - no
Checking whether CXX compiler has setenv
Checking whether CXX compiler has setenv - no
Checking whether CXX compiler has unsetenv
Checking whether CXX compiler has unsetenv - no
Checking whether CXX compiler has environ in stdlib.h
Checking whether CXX compiler has environ in stdlib.h - yes
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 - yes
Checking whether CXX compiler has atoll
Checking whether CXX compiler has atoll - yes
Checking whether CXX compiler has _atoi64
Checking whether CXX compiler has _atoi64 - yes
Looking for 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
Performing Test COMPILER_HAS_DEPRECATED_ATTR
Performing Test COMPILER_HAS_DEPRECATED_ATTR - Failed
Performing Test COMPILER_HAS_DEPRECATED
Performing Test COMPILER_HAS_DEPRECATED - Success
Found OpenGL: opengl32
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
Looking for csin
Looking for csin - not found
Looking for atanh
Looking for atanh - not found
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 - 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
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: found "ll"
checking IF converting from long double to integers is accurate... yes
Checking IF converting from long double to integers works... yes
checking IF accurately converting from integers to long double... yes
Checking IF accurately converting unsigned long to float values... yes
Checking IF accurately converting unsigned long long to floating-point values... no
Checking IF accurately roundup converting floating-point to unsigned long long values... yes
Checking IF right maximum converting floating-point to unsigned long long values... yes
Checking IF correctly converting long double to unsigned int values... yes
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... yes
Checking IF correctly converting long double to (unsigned) long long values... yes
Checking IF correctly converting (unsigned) long long to long double values... yes
Checking IF alignment restrictions are strictly enforced... yes
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
"E:/Downloads/web/VTKWikiExamples/buid-VTK-6.1.0-64/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
"E:/Downloads/web/VTKWikiExamples/buid-VTK-6.1.0-64/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
"E:/Downloads/web/VTKWikiExamples/buid-VTK-6.1.0-64/ThirdParty/hdf5/vtkhdf5/H5overflow.h"
is unknown in this context.
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
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 - yes
Checking for __va_copy
Checking for __va_copy - no
Checking for ipv6 support.
Checking for ipv6 support. - no
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
Configuring done
-------------- next part --------------
VTKWikiExamples: VTK VERSION: 6.1.0
VTKWikiExamples: ImageText requires VTK_USE_SYSTEM_FREETYPE and will not be built
VTKWikiExamples: PKMeansClustering requires VTK_PARALLEL and will not be built
VTKWikiExamples: Not building Qt examples
Configuring done


More information about the CMake mailing list