Hi,
I’m having trouble getting the git-master version of the Superbuild
running on OSX (10.9) with clang (5.1). Setting the CMAKE_OSX_SYSROOT variable
causes the following error during CMake (2.8.12.2) generation for the ParaView
subproject:
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Check for working C compiler using: Ninja
-- Check for working C compiler using: Ninja -- broken
CMake Error at /Applications/CMake
2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61
(message):
The C compiler "/usr/bin/cc" is not able to compile a simple test program.
It fails with the following output:
Change Dir:
/Users/2zr/build/ParaView-Superbuild/paraview/src/paraview-build/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/bin/ninja cmTryCompileExec4050157075
[1/2] Building C object
CMakeFiles/cmTryCompileExec4050157075.dir/testCCompiler.c.o
FAILED: /usr/bin/cc -fPIC -arch x86_64 -mmacosx-version-min=10.9
-sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
-o CMakeFiles/cmTryCompileExec4050157075.dir/testCCompiler.c.o -c
testCCompiler.c
clang: error: unknown argument:
'-sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk'
[-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning)
in the future
ninja: build stopped: subcommand failed.
Even if I empty the CMAKE_OSX_SYSROOT variable, the system still tries to pass
an empty -sysroot flag to clang causing it to choke. I removed the sysroot flag
from the top-level CMakeLists.txt, but then the ParaView CMake setup fails for
a reason I can’t seem to understand. I’m attaching the log showing the CMake
output. The only obvious thing I see is the Fortran compiler. Is that required?
Thanks,
M
Dr. Michael Reuter
Scientific Data Analysis Group
Neutron Data Analysis and Visualization Division
Oak Ridge National Laboratory
Office: 1-865-241-7216
Fax: 1-865-574-6080
Email: [email protected]
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210
{\fonttbl\f0\froman\fcharset0 Times-Roman;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
\f0\fs36 \cf0 \cb1 \CocoaLigature0 -- The C compiler identification is Clang 5.1.0\
-- The CXX compiler identification is Clang 5.1.0\
-- Check for working C compiler using: Ninja\
-- Check for working C compiler using: Ninja -- works\
-- Detecting C compiler ABI info\
-- Detecting C compiler ABI info - done\
-- Check for working CXX compiler using: Ninja\
-- Check for working CXX compiler using: Ninja -- works\
-- Detecting CXX compiler ABI info\
-- Detecting CXX compiler ABI info - done\
-- Found Git: /usr/local/bin/git (found version "1.8.4") \
-- Determined Source Version : 4.2.0-RC1\
-- Looking for a Fortran compiler\
-- Looking for a Fortran compiler - NOTFOUND\
-- Looking for Q_WS_X11\
-- Looking for Q_WS_X11 - not found\
-- Looking for Q_WS_WIN\
-- Looking for Q_WS_WIN - not found\
-- Looking for Q_WS_QWS\
-- Looking for Q_WS_QWS - not found\
-- Looking for Q_WS_MAC\
-- Looking for Q_WS_MAC - found\
-- Looking for QT_MAC_USE_COCOA\
-- Looking for QT_MAC_USE_COCOA - found\
-- Found Qt4: /usr/local/bin/qmake (found suitable version "4.8.6", minimum required is "4.7.0") \
-- Performing Test Support for 64 bit file systems\
-- Performing Test Support for 64 bit file systems - Success\
-- Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON\
-- Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON - Success\
-- Check if the system is big endian\
-- Searching 16 bit integer\
-- Looking for sys/types.h\
-- Looking for sys/types.h - found\
-- Looking for stdint.h\
-- Looking for stdint.h - found\
-- Looking for stddef.h\
-- Looking for stddef.h - found\
-- Check size of unsigned short\
-- Check size of unsigned short - done\
-- Using unsigned short\
-- Check if the system is big endian - little endian\
-- Looking for include file pthread.h\
-- Looking for include file pthread.h - found\
-- Looking for pthread_create\
-- Looking for pthread_create - found\
-- Found Threads: TRUE \
-- Looking for C++ include iostream\
-- Looking for C++ include iostream - found\
-- Check for STD namespace\
-- Check for STD namespace - found\
-- Check for ANSI scope\
-- Check for ANSI scope - found\
-- Check for sstream\
-- Check for sstream - found\
-- Check size of int\
-- Check size of int - done\
-- Check size of long\
-- Check size of long - done\
-- Check size of char\
-- Check size of char - done\
-- Check size of short\
-- Check size of short - done\
-- Check size of float\
-- Check size of float - done\
-- Check size of double\
-- Check size of double - done\
-- Check size of long long\
-- Check size of long long - done\
-- Check size of __int64\
-- Check size of __int64 - failed\
-- Check size of uintptr_t\
-- Check size of uintptr_t - done\
-- Checking signedness of char\
-- Checking signedness of char -- signed\
-- Checking support for full template specialization syntax\
-- Checking support for full template specialization syntax -- yes\
-- Checking support for C++ explicit template instantiation\
-- Checking support for C++ explicit template instantiation -- yes\
-- Checking for builtin __sync_add_and_fetch\
-- Checking for builtin __sync_add_and_fetch -- success\
-- Checking ANSI streams end-of-file bug level\
-- Checking ANSI streams end-of-file bug level - 0\
-- Checking if ostream supports long long\
-- Checking if ostream supports long long -- yes\
-- Checking if istream supports long long\
-- Checking if istream supports long long -- yes\
-- Looking for getsockname in socket\
-- Looking for getsockname in socket - not found\
-- Checking for getsockname with socklen_t\
-- Checking for getsockname with socklen_t -- yes\
-- Looking for SO_REUSEADDR\
-- Looking for SO_REUSEADDR - found\
-- Group StandAlone modules: vtkChartsCore;vtkCommonComputationalGeometry;vtkCommonCore;vtkCommonExecutionModel;vtkCommonMisc;vtkCommonSystem;vtkCommonTransforms;vtkDomainsChemistry;vtkFiltersAMR;vtkFiltersCore;vtkFiltersExtraction;vtkFiltersFlowPaths;vtkFiltersGeneral;vtkFiltersGeneric;vtkFiltersGeometry;vtkFiltersHybrid;vtkFiltersHyperTree;vtkFiltersImaging;vtkFiltersModeling;vtkFiltersParallel;vtkFiltersParallelImaging;vtkFiltersProgrammable;vtkFiltersPython;vtkFiltersSelection;vtkFiltersSMP;vtkFiltersSources;vtkFiltersStatistics;vtkFiltersTexture;vtkFiltersVerdict;vtkImagingColor;vtkImagingCore;vtkImagingFourier;vtkImagingGeneral;vtkImagingHybrid;vtkImagingMath;vtkImagingMorphological;vtkImagingSources;vtkImagingStatistics;vtkImagingStencil;vtkInfovisCore;vtkInfovisLayout;vtkIOAMR;vtkIOCore;vtkIOEnSight;vtkIOExodus;vtkIOGeometry;vtkIOImage;vtkIOImport;vtkIOInfovis;vtkIOLegacy;vtkIOLSDyna;vtkIOMINC;vtkIOMovie;vtkIONetCDF;vtkIOParallel;vtkIOParallelXML;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;vtkParallelMPI4Py\
-- Group Rendering modules: vtkGeovisCore;vtkInteractionImage;vtkInteractionStyle;vtkInteractionWidgets;vtkIOExport;vtkRenderingAnnotation;vtkRenderingContext2D;vtkRenderingCore;vtkRenderingFreeType;vtkRenderingImage;vtkRenderingLabel;vtkRenderingLIC;vtkRenderingLOD;vtkRenderingVolume;vtkRenderingVolumeAMR;vtkViewsContext2D;vtkViewsCore;vtkViewsInfovis\
-- Group Qt modules: vtkGUISupportQt;vtkGUISupportQtOpenGL;vtkGUISupportQtSQL;vtkGUISupportQtWebkit;vtkRenderingQt;vtkViewsQt;vtkPVVTKExtensionsRendering;pqWidgets\
-- Group Tk modules: vtkRenderingTk\
-- Group Views modules: vtkViewsContext2D;vtkViewsGeovis\
-- Group Web modules: vtkWebApplications;vtkWebCore;vtkWebInstall;vtkWebJavaScript;vtkWebPython;vtkWebGLExporter\
-- Group ParaViewCore modules: smTestDriver;vtkPVClientServerCoreCore;vtkPVCommon;vtkPVServerImplementationCore;vtkPVServerManagerCore;vtkPVVTKExtensionsCore\
-- Group ParaViewRendering modules: vtkPVClientServerCoreRendering;vtkPVServerImplementationRendering;vtkPVServerManagerRendering;vtkPVVTKExtensionsRendering\
-- Group ParaViewQt modules: pqApplicationComponents;pqComponents;pqCore;pqWidgets\
-- Setting rendering backend to 'OpenGL' as none was specified.\
-- Backend OpenGL modules: vtkRenderingContextOpenGL;vtkRenderingFreeTypeOpenGL;vtkRenderingOpenGL;vtkRenderingVolumeOpenGL\
-- Enabling modules for OpenGL.\
-- Backend OpenGL2 modules: vtkRenderingContextOpenGL2;vtkRenderingOpenGL2\
-- Enabled 150 modules:\
-- * AutobahnPython, needed by 2 modules:\
vtkParaViewWebPython\
vtkWebPython\
-- * Pygments, needed by pqPython.\
-- * SixPython, needed by AutobahnPython.\
-- * Twisted, needed by AutobahnPython.\
-- * ZopeInterface, needed by Twisted.\
-- * pqApplicationComponents, needed by Option PARAVIEW_BUILD_QT_GUI.\
-- * pqComponents, needed by pqApplicationComponents.\
-- * pqCore, needed by 2 modules:\
pqComponents\
pqPython\
-- * pqPython, needed by pqComponents.\
-- * pqWidgets, needed by pqCore.\
-- * smTestDriver, needed by VTK_Group_ParaViewCore.\
-- * vtkChartsCore, needed by 3 modules:\
pqComponents\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
-- * vtkClientServer, needed by vtkPVCommon.\
-- * vtkCommonColor, needed by 3 modules:\
vtkChartsCore\
vtkPVServerManagerRendering\
vtkPVVTKExtensionsRendering\
-- * vtkCommonComputationalGeometry, needed by 2 modules:\
vtkFiltersGeneral\
vtkFiltersSources\
-- * vtkCommonCore, needed by 17 modules:\
smTestDriver\
vtkClientServer\
vtkCommonMath\
vtkCommonSystem\
vtkCommonTransforms\
vtkIOExport\
vtkIOImport\
vtkIOXdmf2\
vtkPVCommon\
vtkPVServerManagerCore\
vtkParallelCore\
vtkPythonInterpreter\
vtkUtilitiesProcessXML\
vtkVPIC\
vtkWebCore\
vtkWrappingPythonCore\
vtkWrappingTools\
-- * vtkCommonDataModel, needed by 19 modules:\
vtkCommonColor\
vtkCommonComputationalGeometry\
vtkCommonExecutionModel\
vtkDomainsChemistry\
vtkFiltersExtraction\
vtkFiltersParallelStatistics\
vtkIOCore\
vtkIOGeometry\
vtkIOImage\
vtkIOInfovis\
vtkIOLegacy\
vtkIOMovie\
vtkIONetCDF\
vtkIOParallelLSDyna\
vtkIOXMLParser\
vtkIOXdmf2\
vtkImagingCore\
vtkInfovisCore\
vtkRenderingContext2D\
-- * vtkCommonExecutionModel, needed by 19 modules:\
vtkFiltersCore\
vtkFiltersExtraction\
vtkFiltersFlowPaths\
vtkFiltersProgrammable\
vtkFiltersPython\
vtkFiltersStatistics\
vtkFiltersVerdict\
vtkGUISupportQt\
vtkIOCore\
vtkIOEnSight\
vtkIOImage\
vtkIOLSDyna\
vtkIOMovie\
vtkIOPLY\
vtkIOVPIC\
vtkIOXdmf2\
vtkImagingCore\
vtkPVServerManagerApplication\
vtkRenderingCore\
-- * vtkCommonMath, needed by 10 modules:\
vtkCommonComputationalGeometry\
vtkCommonDataModel\
vtkCommonMisc\
vtkCommonTransforms\
vtkFiltersCore\
vtkFiltersParallelStatistics\
vtkFiltersStatistics\
vtkIOImage\
vtkImagingCore\
vtkRenderingContext2D\
-- * vtkCommonMisc, needed by 11 modules:\
vtkCommonDataModel\
vtkCommonExecutionModel\
vtkFiltersCore\
vtkFiltersStatistics\
vtkIOCore\
vtkIOGeometry\
vtkIOImage\
vtkIOInfovis\
vtkIOLegacy\
vtkIOPLY\
vtkIOXMLParser\
-- * vtkCommonSystem, needed by 13 modules:\
vtkCommonComputationalGeometry\
vtkCommonDataModel\
vtkFiltersCore\
vtkFiltersParallelStatistics\
vtkIOGeometry\
vtkIOImage\
vtkIOInfovis\
vtkIOLegacy\
vtkIOMovie\
vtkIONetCDF\
vtkIOXMLParser\
vtkImagingCore\
vtkInfovisCore\
-- * vtkCommonTransforms, needed by 7 modules:\
vtkCommonDataModel\
vtkFiltersCore\
vtkFiltersStatistics\
vtkIOImage\
vtkImagingCore\
vtkRenderingContext2D\
vtkRenderingCore\
-- * vtkDICOMParser, needed by vtkIOImage.\
-- * vtkDomainsChemistry, needed by 2 modules:\
vtkPVClientServerCoreRendering\
vtkPVServerManagerApplication\
-- * vtkFiltersAMR, needed by 5 modules:\
vtkIOAMR\
vtkPVClientServerCoreRendering\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsDefault\
vtkRenderingVolumeAMR\
-- * vtkFiltersCore, needed by 6 modules:\
vtkFiltersExtraction\
vtkFiltersGeneral\
vtkFiltersGeneric\
vtkFiltersGeometry\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsCore\
-- * vtkFiltersExtraction, needed by 10 modules:\
vtkFiltersParallel\
vtkGUISupportQt\
vtkIOXdmf2\
vtkInfovisCore\
vtkInteractionStyle\
vtkPVClientServerCoreCore\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
vtkRenderingCore\
vtkRenderingLabel\
-- * vtkFiltersFlowPaths, needed by vtkPVServerManagerApplication.\
-- * vtkFiltersGeneral, needed by 13 modules:\
vtkFiltersAMR\
vtkFiltersExtraction\
vtkFiltersFlowPaths\
vtkFiltersHybrid\
vtkFiltersHyperTree\
vtkFiltersModeling\
vtkFiltersSources\
vtkFiltersTexture\
vtkIOExodus\
vtkInfovisCore\
vtkPVServerManagerApplication\
vtkRenderingVolumeOpenGL\
vtkWebCore\
-- * vtkFiltersGeneric, needed by 3 modules:\
vtkPVServerManagerApplication\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
-- * vtkFiltersGeometry, needed by 5 modules:\
vtkFiltersParallel\
vtkIOExport\
vtkPVServerManagerApplication\
vtkRenderingCore\
vtkWebGLExporter\
-- * vtkFiltersHybrid, needed by 2 modules:\
vtkInteractionWidgets\
vtkPVServerManagerApplication\
-- * vtkFiltersHyperTree, needed by 2 modules:\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
-- * vtkFiltersModeling, needed by 4 modules:\
vtkFiltersParallel\
vtkInteractionWidgets\
vtkPVServerManagerApplication\
vtkRenderingLOD\
-- * vtkFiltersParallel, needed by 6 modules:\
vtkIOParallel\
vtkPVClientServerCoreCore\
vtkPVServerManagerApplication\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
vtkRenderingParallel\
-- * vtkFiltersParallelStatistics, needed by 2 modules:\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsDefault\
-- * vtkFiltersProgrammable, needed by 2 modules:\
vtkPVClientServerCoreCore\
vtkPVServerManagerApplication\
-- * vtkFiltersPython, needed by vtkPVServerManagerApplication.\
-- * vtkFiltersSources, needed by 10 modules:\
vtkDomainsChemistry\
vtkFiltersFlowPaths\
vtkFiltersGeneric\
vtkFiltersModeling\
vtkIOImport\
vtkInteractionStyle\
vtkPVServerManagerApplication\
vtkRenderingAnnotation\
vtkRenderingCore\
vtkRenderingVolumeOpenGL\
-- * vtkFiltersStatistics, needed by 3 modules:\
vtkFiltersExtraction\
vtkFiltersParallelStatistics\
vtkPVServerManagerApplication\
-- * vtkFiltersTexture, needed by vtkPVServerManagerApplication.\
-- * vtkFiltersVerdict, needed by vtkPVServerManagerApplication.\
-- * vtkGUISupportQt, needed by 4 modules:\
pqApplicationComponents\
pqCore\
pqWidgets\
vtkPVVTKExtensionsRendering\
-- * vtkIOAMR, needed by vtkPVServerManagerApplication.\
-- * vtkIOCore, needed by 9 modules:\
vtkFiltersFlowPaths\
vtkIOGeometry\
vtkIOImage\
vtkIOInfovis\
vtkIOLegacy\
vtkIOMovie\
vtkIONetCDF\
vtkIOXMLParser\
vtkWebCore\
-- * vtkIOEnSight, needed by 2 modules:\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsDefault\
-- * vtkIOExodus, needed by 3 modules:\
vtkIOParallelExodus\
vtkIOParallelExodus\
vtkPVServerManagerApplication\
-- * vtkIOExport, needed by 3 modules:\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
vtkWebGLExporter\
-- * vtkIOGeometry, needed by 4 modules:\
vtkIOPLY\
vtkIOXML\
vtkPVServerManagerApplication\
vtkPVServerManagerApplication\
-- * vtkIOImage, needed by 9 modules:\
pqComponents\
vtkIOExport\
vtkIOParallel\
vtkImagingHybrid\
vtkPVServerManagerApplication\
vtkPVServerManagerApplication\
vtkRenderingParallel\
vtkTestingRendering\
vtkWebCore\
-- * vtkIOImport, needed by 2 modules:\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsDefault\
-- * vtkIOInfovis, needed by 2 modules:\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsDefault\
-- * vtkIOLSDyna, needed by vtkIOParallelLSDyna.\
-- * vtkIOLegacy, needed by 5 modules:\
vtkIOInfovis\
vtkIOXdmf2\
vtkPVServerManagerApplication\
vtkParallelCore\
vtkRenderingLIC\
-- * vtkIOMovie, needed by 2 modules:\
vtkPVAnimation\
vtkPVServerManagerApplication\
-- * vtkIONetCDF, needed by 2 modules:\
vtkIOParallel\
vtkPVServerManagerApplication\
-- * vtkIOPLY, needed by vtkPVServerManagerApplication.\
-- * vtkIOParallel, needed by 3 modules:\
vtkPVServerManagerApplication\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsDefault\
-- * vtkIOParallelExodus, needed by 2 modules:\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsDefault\
-- * vtkIOParallelLSDyna, needed by vtkPVServerManagerApplication.\
-- * vtkIOParallelXML, needed by vtkPVVTKExtensionsDefault.\
-- * vtkIOVPIC, needed by vtkPVServerManagerApplication.\
-- * vtkIOXML, needed by 11 modules:\
vtkDomainsChemistry\
vtkIOExodus\
vtkIOInfovis\
vtkIOLSDyna\
vtkIOParallel\
vtkIOParallelXML\
vtkIOXdmf2\
vtkPVServerManagerApplication\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
vtkRenderingLIC\
-- * vtkIOXMLParser, needed by 2 modules:\
vtkIOXML\
vtkPVCommon\
-- * vtkIOXdmf2, needed by vtkPVServerManagerApplication.\
-- * vtkImagingColor, needed by 2 modules:\
vtkInteractionImage\
vtkRenderingAnnotation\
-- * vtkImagingCore, needed by 10 modules:\
vtkGUISupportQt\
vtkIOExport\
vtkImagingColor\
vtkImagingFourier\
vtkImagingHybrid\
vtkImagingMorphological\
vtkImagingSources\
vtkPVServerManagerApplication\
vtkRenderingVolume\
vtkTestingRendering\
-- * vtkImagingFourier, needed by 3 modules:\
vtkFiltersStatistics\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsDefault\
-- * vtkImagingGeneral, needed by 2 modules:\
vtkImagingMorphological\
vtkInteractionWidgets\
-- * vtkImagingHybrid, needed by 3 modules:\
vtkInteractionWidgets\
vtkPVServerManagerApplication\
vtkRenderingOpenGL\
-- * vtkImagingMorphological, needed by vtkPVServerManagerApplication.\
-- * vtkImagingSources, needed by 5 modules:\
vtkFiltersHybrid\
vtkImagingGeneral\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsDefault\
vtkRenderingLIC\
-- * vtkInfovisCore, needed by 2 modules:\
vtkChartsCore\
vtkIOInfovis\
-- * vtkInteractionImage, needed by vtkPVServerManagerApplication.\
-- * vtkInteractionStyle, needed by 5 modules:\
vtkGUISupportQt\
vtkInteractionImage\
vtkInteractionWidgets\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
-- * vtkInteractionWidgets, needed by 6 modules:\
vtkInteractionImage\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsDefault\
vtkPVVTKExtensionsRendering\
vtkViewsCore\
vtkWebGLExporter\
-- * vtkMetaIO, needed by vtkIOImage.\
-- * vtkPVAnimation, needed by 4 modules:\
pqApplicationComponents\
pqComponents\
pqCore\
vtkPVServerManagerApplication\
-- * vtkPVCatalyst, needed by Option PARAVIEW_ENABLE_CATALYST.\
-- * vtkPVClientServerCoreCore, needed by 3 modules:\
VTK_Group_ParaViewCore\
vtkPVClientServerCoreRendering\
vtkPVServerImplementationCore\
-- * vtkPVClientServerCoreDefault, needed by 2 modules:\
pqCore\
vtkPVServerManagerDefault\
-- * vtkPVClientServerCoreRendering, needed by 3 modules:\
VTK_Group_ParaViewRendering\
vtkPVClientServerCoreDefault\
vtkPVServerImplementationRendering\
-- * vtkPVCommon, needed by 4 modules:\
VTK_Group_ParaViewCore\
vtkPVClientServerCoreCore\
vtkPVClientServerCoreCore\
vtkPVVTKExtensionsCore\
-- * vtkPVServerImplementationCore, needed by 3 modules:\
VTK_Group_ParaViewCore\
vtkPVServerImplementationRendering\
vtkPVServerManagerCore\
-- * vtkPVServerImplementationRendering, needed by 2 modules:\
VTK_Group_ParaViewRendering\
vtkPVServerManagerRendering\
-- * vtkPVServerManagerApplication, needed by 3 modules:\
Option PARAVIEW_ENABLE_COMMANDLINE_TOOLS\
pqCore\
vtkPVCatalyst\
-- * vtkPVServerManagerCore, needed by 6 modules:\
VTK_Group_ParaViewCore\
pqWidgets\
vtkPVAnimation\
vtkPVServerManagerApplication\
vtkPVServerManagerRendering\
vtkPVServerManagerRendering\
-- * vtkPVServerManagerDefault, needed by 6 modules:\
pqApplicationComponents\
pqComponents\
pqCore\
vtkPVAnimation\
vtkPVServerManagerApplication\
vtkParaViewWebCore\
-- * vtkPVServerManagerRendering, needed by 4 modules:\
VTK_Group_ParaViewRendering\
pqApplicationComponents\
pqComponents\
vtkPVServerManagerDefault\
-- * vtkPVVTKExtensionsCore, needed by 4 modules:\
VTK_Group_ParaViewCore\
vtkPVClientServerCoreCore\
vtkPVVTKExtensionsDefault\
vtkPVVTKExtensionsRendering\
-- * vtkPVVTKExtensionsDefault, needed by 3 modules:\
vtkPVAnimation\
vtkPVClientServerCoreDefault\
vtkPVClientServerCoreRendering\
-- * vtkPVVTKExtensionsRendering, needed by 3 modules:\
VTK_Group_ParaViewRendering\
vtkPVClientServerCoreRendering\
vtkPVVTKExtensionsDefault\
-- * vtkParaViewWeb, needed by Option PARAVIEW_ENABLE_WEB.\
-- * vtkParaViewWebApplications, needed by vtkParaViewWeb.\
-- * vtkParaViewWebCore, needed by vtkParaViewWeb.\
-- * vtkParaViewWebPython, needed by 2 modules:\
vtkParaViewWeb\
vtkParaViewWebApplications\
-- * vtkParaViewWebWidgets, needed by vtkParaViewWebApplications.\
-- * vtkParallelCore, needed by 13 modules:\
vtkFiltersAMR\
vtkFiltersParallel\
vtkFiltersParallelStatistics\
vtkIOAMR\
vtkIOParallel\
vtkIOParallelExodus\
vtkIOParallelLSDyna\
vtkIOParallelXML\
vtkIOVPIC\
vtkPVVTKExtensionsCore\
vtkRenderingParallel\
vtkRenderingVolumeAMR\
vtkWebCore\
-- * vtkParseOGLExt, needed by vtkRenderingOpenGL.\
-- * vtkPython, needed by 11 modules:\
AutobahnPython\
Pygments\
SixPython\
Twisted\
ZopeInterface\
vtkClientServer\
vtkFiltersPython\
vtkPythonInterpreter\
vtkWebCore\
vtkWebPython\
vtkWrappingPythonCore\
-- * vtkPythonInterpreter, needed by 4 modules:\
pqPython\
vtkClientServer\
vtkPVClientServerCoreCore\
vtkPVServerManagerCore\
-- * vtkRenderingAnnotation, needed by 4 modules:\
vtkIOExport\
vtkInteractionWidgets\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
-- * vtkRenderingContext2D, needed by 5 modules:\
vtkChartsCore\
vtkIOExport\
vtkPVServerManagerApplication\
vtkRenderingContextOpenGL\
vtkViewsContext2D\
-- * vtkRenderingContextOpenGL, needed by 2 modules:\
vtkRenderingContext2D\
vtkRenderingGL2PS\
-- * vtkRenderingCore, needed by 18 modules:\
vtkDomainsChemistry\
vtkFiltersHybrid\
vtkFiltersParallel\
vtkIOExport\
vtkIOImport\
vtkInteractionImage\
vtkInteractionStyle\
vtkRenderingContext2D\
vtkRenderingFreeType\
vtkRenderingFreeType\
vtkRenderingFreeTypeOpenGL\
vtkRenderingLOD\
vtkRenderingOpenGL\
vtkRenderingVolume\
vtkTestingRendering\
vtkViewsCore\
vtkWebCore\
vtkWebGLExporter\
-- * vtkRenderingFreeType, needed by 11 modules:\
vtkIOExport\
vtkInteractionImage\
vtkInteractionWidgets\
vtkPVServerManagerApplication\
vtkPVServerManagerApplication\
vtkRenderingAnnotation\
vtkRenderingContext2D\
vtkRenderingContextOpenGL\
vtkRenderingFreeTypeOpenGL\
vtkRenderingGL2PS\
vtkRenderingLabel\
-- * vtkRenderingFreeTypeOpenGL, needed by 3 modules:\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
vtkRenderingCore\
-- * vtkRenderingGL2PS, needed by vtkIOExport.\
-- * vtkRenderingLIC, needed by 2 modules:\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
-- * vtkRenderingLOD, needed by vtkPVServerManagerApplication.\
-- * vtkRenderingLabel, needed by 3 modules:\
vtkIOExport\
vtkPVClientServerCoreRendering\
vtkPVServerManagerApplication\
-- * vtkRenderingOpenGL, needed by 11 modules:\
vtkGUISupportQt\
vtkIOExport\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
vtkRenderingContextOpenGL\
vtkRenderingCore\
vtkRenderingFreeTypeOpenGL\
vtkRenderingGL2PS\
vtkRenderingLIC\
vtkRenderingParallel\
vtkRenderingVolumeOpenGL\
-- * vtkRenderingParallel, needed by 2 modules:\
vtkPVServerManagerApplication\
vtkPVVTKExtensionsRendering\
-- * vtkRenderingVolume, needed by 4 modules:\
vtkInteractionWidgets\
vtkPVServerManagerApplication\
vtkRenderingVolumeAMR\
vtkRenderingVolumeOpenGL\
-- * vtkRenderingVolumeAMR, needed by vtkPVClientServerCoreRendering.\
-- * vtkRenderingVolumeOpenGL, needed by 4 modules:\
vtkPVClientServerCoreRendering\
vtkPVServerManagerApplication\
vtkPVServerManagerDefault\
vtkRenderingVolume\
-- * vtkTestingCore, needed by vtkTestingRendering.\
-- * vtkTestingRendering, needed by 3 modules:\
pqCore\
vtkPVServerManagerApplication\
vtkPVServerManagerDefault\
-- * vtkUtilitiesEncodeString, needed by 3 modules:\
vtkPVVTKExtensionsRendering\
vtkRenderingOpenGL\
vtkWebGLExporter\
-- * vtkUtilitiesHashSource, needed by vtkParallelCore.\
-- * vtkUtilitiesProcessXML, needed by vtkPVServerManagerApplication.\
-- * vtkUtilitiesWrapClientServer, needed by vtkPVClientServerCoreCore.\
-- * vtkVPIC, needed by vtkIOVPIC.\
-- * vtkViewsContext2D, needed by 2 modules:\
vtkPVClientServerCoreRendering\
vtkPVServerManagerApplication\
-- * vtkViewsCore, needed by 2 modules:\
vtkPVClientServerCoreRendering\
vtkViewsContext2D\
-- * vtkWebCore, needed by 2 modules:\
vtkParaViewWeb\
vtkParaViewWebCore\
-- * vtkWebGLExporter, needed by 3 modules:\
vtkPVClientServerCoreRendering\
vtkParaViewWeb\
vtkWebCore\
-- * vtkWebJavaScript, needed by 2 modules:\
vtkParaViewWeb\
vtkParaViewWebApplications\
-- * vtkWebPython, needed by vtkParaViewWeb.\
-- * vtkWrappingTools, needed by 2 modules:\
vtkUtilitiesWrapClientServer\
vtkWrappingPythonCore\
-- * vtkalglib, needed by 2 modules:\
vtkFiltersParallelStatistics\
vtkFiltersStatistics\
-- * vtkexodusII, needed by 3 modules:\
vtkIOExodus\
vtkIOParallel\
vtkIOParallelExodus\
-- * 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 3 modules:\
vtkIOAMR\
vtknetcdf\
vtkxdmf2\
-- * vtkjpeg, needed by 2 modules:\
vtkIOImage\
vtktiff\
-- * vtkjsoncpp, needed by 2 modules:\
vtkIOGeometry\
vtkPVServerManagerCore\
-- * vtklibxml2, needed by 3 modules:\
vtkIOInfovis\
vtkPVServerManagerApplication\
vtkxdmf2\
-- * vtknetcdf, needed by 4 modules:\
vtkIONetCDF\
vtkIOParallel\
vtkPVVTKExtensionsDefault\
vtkexodusII\
-- * vtkpng, needed by 2 modules:\
vtkIOImage\
vtkgl2ps\
-- * vtkprotobuf, needed by vtkPVServerImplementationCore.\
-- * vtkpugixml, needed by vtkPVServerManagerCore.\
-- * vtkqttesting, needed by pqWidgets.\
-- * vtksys, needed by 50 modules:\
pqApplicationComponents\
pqComponents\
pqCore\
smTestDriver\
vtkCommonCore\
vtkCommonDataModel\
vtkCommonSystem\
vtkDICOMParser\
vtkIOAMR\
vtkIOCore\
vtkIOExodus\
vtkIOGeometry\
vtkIOImage\
vtkIOInfovis\
vtkIOLSDyna\
vtkIOLegacy\
vtkIONetCDF\
vtkIOParallelExodus\
vtkIOParallelXML\
vtkIOXML\
vtkIOXdmf2\
vtkImagingFourier\
vtkPVAnimation\
vtkPVCatalyst\
vtkPVClientServerCoreCore\
vtkPVClientServerCoreDefault\
vtkPVClientServerCoreRendering\
vtkPVCommon\
vtkPVServerImplementationCore\
vtkPVServerManagerApplication\
vtkPVServerManagerCore\
vtkPVServerManagerDefault\
vtkPVServerManagerRendering\
vtkPVVTKExtensionsCore\
vtkPVVTKExtensionsDefault\
vtkParallelCore\
vtkPythonInterpreter\
vtkRenderingCore\
vtkRenderingLIC\
vtkRenderingOpenGL\
vtkRenderingVolumeOpenGL\
vtkTestingRendering\
vtkUtilitiesEncodeString\
vtkUtilitiesHashSource\
vtkUtilitiesProcessXML\
vtkVPIC\
vtkWebCore\
vtkWebGLExporter\
vtkWrappingPythonCore\
vtkWrappingTools\
-- * vtktiff, needed by vtkIOImage.\
-- * vtkverdict, needed by vtkFiltersVerdict.\
-- * vtkxdmf2, needed by vtkIOXdmf2.\
-- * vtkzlib, needed by 12 modules:\
vtkIOCore\
vtkIOGeometry\
vtkIOImage\
vtkMetaIO\
vtkPVClientServerCoreRendering\
vtkPVVTKExtensionsRendering\
vtkfreetype\
vtkgl2ps\
vtkhdf5\
vtklibxml2\
vtkpng\
vtktiff\
-- Found PythonLibs: /usr/lib/libpython2.7.dylib \
-- Found PythonInterp: /usr/bin/python (found version "2.7.5") \
-- Checking whether header cstdio is available\
-- Checking whether header cstdio is available - yes\
-- Checking for Large File Support\
-- Checking for Large File Support - yes\
-- Checking whether STL classes are in std namespace\
-- Checking whether STL classes are in std namespace - yes\
-- Checking whether ANSI stream headers are available\
-- Checking whether ANSI stream headers are available - yes\
-- Checking whether ANSI streams are in std namespace\
-- Checking whether ANSI streams are in std namespace - yes\
-- Checking whether ANSI string stream is available\
-- Checking whether ANSI string stream is available - yes\
-- Checking whether header cstddef is available\
-- Checking whether header cstddef is available - yes\
-- Checking whether stl string has operator!= for char*\
-- Checking whether stl string has operator!= for char* - yes\
-- Checking whether stl has iterator_traits\
-- Checking whether stl has iterator_traits - yes\
-- Checking whether stl has standard template allocator\
-- Checking whether stl has standard template allocator - yes\
-- Checking for rebind member of stl allocator\
-- Checking for rebind member of stl allocator - yes\
-- Checking for non-standard argument to stl allocator<>::max_size\
-- Checking for non-standard argument to stl allocator<>::max_size - no\
-- Checking whether stl containers support allocator objects.\
-- Checking whether stl containers support allocator objects. - yes\
-- Checking whether ios has binary openmode\
-- Checking whether ios has binary openmode - yes\
-- Checking whether "<>" is needed for template friends\
-- Checking whether "<>" is needed for template friends - yes\
-- Checking for member template support\
-- Checking for member template support - yes\
-- Checking for standard template specialization syntax\
-- Checking for standard template specialization syntax - yes\
-- Checking whether argument dependent lookup is supported\
-- Checking whether argument dependent lookup is supported - yes\
-- Checking whether struct stat has st_mtim member\
-- Checking whether struct stat has st_mtim member - no\
-- Checking whether C++ compiler has 'long long'\
-- Checking whether C++ compiler has 'long long' - yes\
-- Checking whether C++ compiler has '__int64'\
-- Checking whether C++ compiler has '__int64' - no\
-- Checking for C type size macros\
-- Checking for C type size macros - compiled\
-- Check size of char\
-- Check size of char - done\
-- Check size of __int64\
-- Check size of __int64 - failed\
-- Checking whether char is signed\
-- Checking whether char is signed - yes\
-- Checking whether 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 - yes\
-- Checking whether CXX compiler has setenv\
-- Checking whether CXX compiler has setenv - yes\
-- Checking whether CXX compiler has unsetenv\
-- Checking whether CXX compiler has unsetenv - yes\
-- Checking whether CXX compiler has environ in stdlib.h\
-- Checking whether CXX compiler has environ in stdlib.h - no\
-- Checking whether CXX compiler has utimes\
-- Checking whether CXX compiler has utimes - yes\
-- 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 - found\
-- Checking whether CXX compiler has rlimit64\
-- Checking whether CXX compiler has rlimit64 - no\
-- Checking whether CXX compiler has atol\
-- Checking whether CXX compiler has atol - yes\
-- Checking whether CXX compiler has atoll\
-- Checking whether CXX compiler has atoll - yes\
-- Checking whether CXX compiler has _atoi64\
-- Checking whether CXX compiler has _atoi64 - no\
-- Looking for C++ include execinfo.h\
-- Looking for C++ include execinfo.h - found\
-- Checking whether backtrace works with this C++ compiler\
-- Checking whether backtrace works with this C++ compiler - yes\
-- Looking for C++ include dlfcn.h\
-- Looking for C++ include dlfcn.h - found\
-- Checking whether dladdr works with this C++ compiler\
-- Checking whether dladdr works with this C++ compiler - yes\
-- Looking for C++ include cxxabi.h\
-- Looking for C++ include cxxabi.h - found\
-- Checking whether cxxabi works with this C++ compiler\
-- Checking whether cxxabi works with this C++ compiler - yes\
-- 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 - found\
-- Looking for fenv.h\
-- Looking for fenv.h - found\
-- Looking for feenableexcept\
-- Looking for feenableexcept - not found\
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY\
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success\
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY\
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success\
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR\
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success\
-- Looking for include file assert.h\
-- Looking for include file assert.h - found\
-- Looking for include file dlfcn.h\
-- Looking for include file dlfcn.h - found\
-- Looking for include file fcntl.h\
-- Looking for include file fcntl.h - found\
-- Looking for include file inttypes.h\
-- Looking for include file inttypes.h - found\
-- Looking for include file limits.h\
-- Looking for include file limits.h - found\
-- Looking for include file malloc.h\
-- Looking for include file malloc.h - not found\
-- Looking for include file memory.h\
-- Looking for include file memory.h - found\
-- Looking for include file stdlib.h\
-- Looking for include file stdlib.h - found\
-- Looking for include file string.h\
-- Looking for include file string.h - found\
-- Looking for include file strings.h\
-- Looking for include file strings.h - found\
-- Looking for include file sys/stat.h\
-- Looking for include file sys/stat.h - found\
-- Looking for include file sys/time.h\
-- Looking for include file sys/time.h - found\
-- Looking for include file unistd.h\
-- Looking for include file unistd.h - found\
-- Looking for include file windows.h\
-- Looking for include file windows.h - not found\
-- Looking for include file ieeefp.h\
-- Looking for include file ieeefp.h - not found\
-- Looking for floor\
-- Looking for floor - found\
-- Looking for getopt\
-- Looking for getopt - found\
-- Looking for isascii\
-- Looking for isascii - found\
-- Looking for memmove\
-- Looking for memmove - found\
-- Looking for memset\
-- Looking for memset - found\
-- Looking for mmap\
-- Looking for mmap - found\
-- Looking for pow\
-- Looking for pow - found\
-- Looking for sqrt\
-- Looking for sqrt - found\
-- Looking for strcasecmp\
-- Looking for strcasecmp - found\
-- Looking for strchr\
-- Looking for strchr - found\
-- Looking for strrchr\
-- Looking for strrchr - found\
-- Looking for strstr\
-- Looking for strstr - found\
-- Looking for strtol\
-- Looking for strtol - found\
-- Looking for strtoul\
-- Looking for strtoul - found\
-- Check size of int\
-- Check size of int - done\
-- Check size of long\
-- Check size of long - done\
-- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework \
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") \
-- Protobuf: doing try-compiles for hash map/set headers\
-- Protobuf: doing try-compiles for pthread test\
-- Looking for dlopen in dl;\
-- Looking for dlopen in dl; - found\
-- Looking for shl_load in dld;dl\
-- Looking for shl_load in dld;dl - not found\
-- Looking for dlopen in dl;m\
-- Looking for dlopen in dl;m - found\
-- Looking for include file stdio.h\
-- Looking for include file stdio.h - found\
-- Looking for 8 include files stdio.h, ..., netdb.h\
-- Looking for 8 include files stdio.h, ..., netdb.h - found\
-- Looking for 10 include files stdio.h, ..., sys/socket.h\
-- Looking for 10 include files stdio.h, ..., sys/socket.h - found\
-- Looking for 11 include files stdio.h, ..., netinet/in.h\
-- Looking for 11 include files stdio.h, ..., netinet/in.h - found\
-- Looking for 12 include files stdio.h, ..., sys/select.h\
-- Looking for 12 include files stdio.h, ..., sys/select.h - found\
-- Looking for 19 include files stdio.h, ..., time.h\
-- Looking for 19 include files stdio.h, ..., time.h - found\
-- Looking for 21 include files stdio.h, ..., signal.h\
-- Looking for 21 include files stdio.h, ..., signal.h - found\
-- Looking for 22 include files stdio.h, ..., errno.h\
-- Looking for 22 include files stdio.h, ..., errno.h - found\
-- Looking for 23 include files stdio.h, ..., ansidecl.h\
-- Looking for 23 include files stdio.h, ..., ansidecl.h - not found\
-- Looking for 23 include files stdio.h, ..., arpa/inet.h\
-- Looking for 23 include files stdio.h, ..., arpa/inet.h - found\
-- Looking for 24 include files stdio.h, ..., arpa/nameser.h\
-- Looking for 24 include files stdio.h, ..., arpa/nameser.h - found\
-- Looking for 25 include files stdio.h, ..., ctype.h\
-- Looking for 25 include files stdio.h, ..., ctype.h - found\
-- Looking for 26 include files stdio.h, ..., dirent.h\
-- Looking for 26 include files stdio.h, ..., dirent.h - found\
-- Looking for 27 include files stdio.h, ..., dl.h\
-- Looking for 27 include files stdio.h, ..., dl.h - not found\
-- Looking for 27 include files stdio.h, ..., float.h\
-- Looking for 27 include files stdio.h, ..., float.h - found\
-- Looking for 28 include files stdio.h, ..., fp_class.h\
-- Looking for 28 include files stdio.h, ..., fp_class.h - not found\
-- Looking for 28 include files stdio.h, ..., math.h\
-- Looking for 28 include files stdio.h, ..., math.h - found\
-- Looking for 29 include files stdio.h, ..., nan.h\
-- Looking for 29 include files stdio.h, ..., nan.h - not found\
-- Looking for 29 include files stdio.h, ..., ndir.h\
-- Looking for 29 include files stdio.h, ..., ndir.h - not found\
-- Looking for 29 include files stdio.h, ..., pthread.h\
-- Looking for 29 include files stdio.h, ..., pthread.h - found\
-- Looking for 30 include files stdio.h, ..., resolv.h\
-- Looking for 30 include files stdio.h, ..., resolv.h - found\
-- Looking for 31 include files stdio.h, ..., stdarg.h\
-- Looking for 31 include files stdio.h, ..., stdarg.h - found\
-- Looking for 32 include files stdio.h, ..., sys/mman.h\
-- Looking for 32 include files stdio.h, ..., sys/mman.h - found\
-- Looking for 33 include files stdio.h, ..., sys/timeb.h\
-- Looking for 33 include files stdio.h, ..., sys/timeb.h - found\
-- Looking for finite\
-- Looking for finite - found\
-- Looking for fpclass\
-- Looking for fpclass - not found\
-- Looking for fp_class\
-- Looking for fp_class - not found\
-- Looking for fprintf\
-- Looking for fprintf - found\
-- Looking for ftime\
-- Looking for ftime - found\
-- Looking for gettimeofday\
-- Looking for gettimeofday - found\
-- Looking for localtime\
-- Looking for localtime - found\
-- Looking for printf\
-- Looking for printf - found\
-- Looking for sscanf\
-- Looking for sscanf - found\
-- Looking for sprintf\
-- Looking for sprintf - found\
-- Looking for snprintf\
-- Looking for snprintf - found\
-- Looking for signal\
-- Looking for signal - found\
-- Looking for strdup\
-- Looking for strdup - found\
-- Looking for strndup\
-- Looking for strndup - found\
-- Looking for strerror\
-- Looking for strerror - found\
-- Looking for strftime\
-- Looking for strftime - found\
-- Looking for stat\
-- Looking for stat - found\
-- Looking for _stat\
-- Looking for _stat - not found\
-- Looking for vfprintf\
-- Looking for vfprintf - found\
-- Looking for vsnprintf\
-- Looking for vsnprintf - found\
-- Looking for vsprintf\
-- Looking for vsprintf - found\
-- Checking for getaddrinfo.\
-- Checking for getaddrinfo. - yes\
-- Checking for socklen_t\
-- Checking for socklen_t - yes\
-- Checking for DIR in sys/dir.h\
-- Checking for DIR in sys/dir.h - yes\
-- Checking for DIR in sys/ndir.h\
-- Checking for DIR in sys/ndir.h - no\
-- Checking for va_copy\
-- Checking for va_copy - yes\
-- Checking for __va_copy\
-- Checking for __va_copy - yes\
-- Checking for ipv6 support.\
-- Checking for ipv6 support. - yes\
-- Looking for printf in m;\
-- Looking for printf in m; - found\
-- Looking for printf in ws2_32;m\
-- Looking for printf in ws2_32;m - not found\
-- Looking for printf in wsock32;m\
-- Looking for printf in wsock32;m - not found\
-- Looking for gethostname in ucb;m\
-- Looking for gethostname in ucb;m - not found\
-- Looking for connect in socket;m\
-- Looking for connect in socket;m - not found\
-- Looking for gethostbyname in c\
-- Looking for gethostbyname in c - found\
-- Looking for include file globus/common.h\
-- Looking for include file globus/common.h - not found\
-- Looking for include file io.h\
-- Looking for include file io.h - not found\
-- Looking for include file mfhdf.h\
-- Looking for include file mfhdf.h - not found\
-- Looking for include file pdb.h\
-- Looking for include file pdb.h - not found\
-- Looking for include file pthread.h\
-- Looking for include file pthread.h - found\
-- Looking for include files pthread.h, setjmp.h\
-- Looking for include files pthread.h, setjmp.h - found\
-- Looking for 3 include files pthread.h, ..., srbclient.h\
-- Looking for 3 include files pthread.h, ..., srbclient.h - not found\
-- Looking for 3 include files pthread.h, ..., stddef.h\
-- Looking for 3 include files pthread.h, ..., stddef.h - found\
-- Looking for 4 include files pthread.h, ..., stdint.h\
-- Looking for 4 include files pthread.h, ..., stdint.h - found\
-- Looking for 5 include files pthread.h, ..., string.h\
-- Looking for 5 include files pthread.h, ..., string.h - found\
-- Looking for 6 include files pthread.h, ..., strings.h\
-- Looking for 6 include files pthread.h, ..., strings.h - found\
-- Looking for 7 include files pthread.h, ..., sys/ioctl.h\
-- Looking for 7 include files pthread.h, ..., sys/ioctl.h - found\
-- Looking for 8 include files pthread.h, ..., sys/proc.h\
-- Looking for 8 include files pthread.h, ..., sys/proc.h - not found\
-- Looking for 8 include files pthread.h, ..., sys/resource.h\
-- Looking for 8 include files pthread.h, ..., sys/resource.h - found\
-- Looking for 9 include files pthread.h, ..., sys/socket.h\
-- Looking for 9 include files pthread.h, ..., sys/socket.h - found\
-- Looking for 10 include files pthread.h, ..., sys/stat.h\
-- Looking for 10 include files pthread.h, ..., sys/stat.h - found\
-- Looking for 11 include files pthread.h, ..., sys/time.h\
-- Looking for 11 include files pthread.h, ..., sys/time.h - found\
-- Looking for 12 include files pthread.h, ..., time.h\
-- Looking for 12 include files pthread.h, ..., time.h - found\
-- Looking for 13 include files pthread.h, ..., sys/timeb.h\
-- Looking for 13 include files pthread.h, ..., sys/timeb.h - found\
-- Looking for 14 include files pthread.h, ..., sys/types.h\
-- Looking for 14 include files pthread.h, ..., sys/types.h - found\
-- Looking for 15 include files pthread.h, ..., unistd.h\
-- Looking for 15 include files pthread.h, ..., unistd.h - found\
-- Looking for 16 include files pthread.h, ..., stdlib.h\
-- Looking for 16 include files pthread.h, ..., stdlib.h - found\
-- Looking for 17 include files pthread.h, ..., memory.h\
-- Looking for 17 include files pthread.h, ..., memory.h - found\
-- Looking for 18 include files pthread.h, ..., dlfcn.h\
-- Looking for 18 include files pthread.h, ..., dlfcn.h - found\
-- Looking for 19 include files pthread.h, ..., features.h\
-- Looking for 19 include files pthread.h, ..., features.h - not found\
-- Looking for 19 include files pthread.h, ..., inttypes.h\
-- Looking for 19 include files pthread.h, ..., inttypes.h - found\
-- Looking for 20 include files pthread.h, ..., winsock.h\
-- Looking for 20 include files pthread.h, ..., winsock.h - not found\
-- Looking for 20 include files pthread.h, ..., netinet/in.h\
-- Looking for 20 include files pthread.h, ..., netinet/in.h - 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 long\
-- Check size of long long - done\
-- Check size of __int64\
-- Check size of __int64 - failed\
-- 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 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 - found\
-- Looking for fork\
-- Looking for fork - found\
-- Looking for frexpf\
-- Looking for frexpf - found\
-- Looking for frexpl\
-- Looking for frexpl - found\
-- Looking for gethostname\
-- Looking for gethostname - found\
-- Looking for getpwuid\
-- Looking for getpwuid - found\
-- Looking for getrusage\
-- Looking for getrusage - found\
-- Looking for lstat\
-- Looking for lstat - found\
-- Looking for rand_r\
-- Looking for rand_r - found\
-- Looking for random\
-- Looking for random - found\
-- Looking for setsysinfo\
-- Looking for setsysinfo - not found\
-- Looking for signal\
-- Looking for signal - found\
-- Looking for longjmp\
-- Looking for longjmp - found\
-- Looking for setjmp\
-- Looking for setjmp - found\
-- Looking for siglongjmp\
-- Looking for siglongjmp - found\
-- Looking for sigsetjmp\
-- Looking for sigsetjmp - found\
-- Looking for sigaction\
-- Looking for sigaction - found\
-- Looking for sigprocmask\
-- Looking for sigprocmask - found\
-- Looking for snprintf\
-- Looking for snprintf - found\
-- Looking for srandom\
-- Looking for srandom - found\
-- Looking for strdup\
-- Looking for strdup - found\
-- Looking for symlink\
-- Looking for symlink - found\
-- Looking for system\
-- Looking for system - found\
-- Looking for vasprintf\
-- Looking for vasprintf - found\
-- Looking for waitpid\
-- Looking for waitpid - found\
-- Looking for vsnprintf\
-- Looking for vsnprintf - found\
-- Looking for ioctl\
-- Looking for ioctl - found\
-- Looking for difftime\
-- Looking for difftime - found\
-- Looking for fseeko\
-- Looking for fseeko - found\
-- Looking for ftello\
-- Looking for ftello - found\
-- Looking for fstat64\
-- Looking for fstat64 - found\
-- Looking for stat64\
-- Looking for stat64 - found\
-- Looking for tzname\
-- Looking for tzname - found\
-- Looking for TIOCGWINSZ\
-- Looking for TIOCGWINSZ - found\
-- Looking for TIOCGETD\
-- Looking for TIOCGETD - found\
-- Performing Other Test TIME_WITH_SYS_TIME - Success\
-- Performing Other Test STDC_HEADERS - Success\
-- Performing Other Test HAVE_TM_ZONE - Success\
-- Performing Other Test HAVE_STRUCT_TM_TM_ZONE - Success\
-- Performing Other Test HAVE_ATTRIBUTE - Success\
-- Performing Other Test HAVE_FUNCTION - Success\
-- Performing Other Test HAVE_TM_GMTOFF - Success\
-- Performing Other Test HAVE_STRUCT_TIMEZONE - Failed\
-- Performing Other Test HAVE_STAT_ST_BLOCKS - Success\
-- Performing Other Test SYSTEM_SCOPE_THREADS - Success\
-- Performing Other Test HAVE_SOCKLEN_T - Failed\
-- Performing Other Test DEV_T_IS_SCALAR - Failed\
-- Performing Other Test HAVE_OFF64_T - Failed\
-- Performing Other Test GETTIMEOFDAY_GIVES_TZ - Failed\
-- Performing Other Test VSNPRINTF_WORKS - Success\
-- Performing Other Test HAVE_C99_FUNC - Success\
-- Performing Other Test HAVE_C99_DESIGNATED_INITIALIZER - Success\
-- Performing Other Test CXX_HAVE_OFFSETOF - Success\
-- Performing Other Test HAVE_TIMEZONE - Success\
-- Performing Other Test INLINE_TEST_inline - Success\
-- Performing Other Test INLINE_TEST___inline__ - Success\
-- 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... no\
-- 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... yes\
-- 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\
-- Performing Test HAVE_STD_C99\
-- Performing Test HAVE_STD_C99 - Success\
-- Performing Test HAVE_OMIT_FRAME_POINTER\
-- Performing Test HAVE_OMIT_FRAME_POINTER - Success\
-- Performing Test HAVE_INLINE_FUNCTIONS\
-- Performing Test HAVE_INLINE_FUNCTIONS - Success\
-- Performing Test HAVE_NO_COMMON\
-- Performing Test HAVE_NO_COMMON - Success\
-- Looking for include file alloca.h\
-- Looking for include file alloca.h - found\
-- Looking for 12 include files alloca.h, ..., stdbool.h\
-- Looking for 12 include files alloca.h, ..., stdbool.h - found\
-- Looking for alloca\
-- Looking for alloca - found\
-- Check size of size_t\
-- Check size of size_t - done\
-- Check size of ssize_t\
-- Check size of ssize_t - done\
-- 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 - Success\
-- Performing NetCDF Test HAVE_FTRUNCATE\
-- Performing NetCDF Test HAVE_FTRUNCATE - Success\
-- Looking for malloc.h\
-- Looking for malloc.h - not found\
-- Check size of long long\
-- Check size of long long - done\
-- Looking for malloc.h\
-- Looking for malloc.h - not found\
-- Looking for strtoll\
-- Looking for strtoll - found\
-- Check if system supports 64 bit streams\
-- Check if system supports 64 bit streams - yes\
-- Plugin: AdiosReader - Reader for *.bp files based on Adios : Disabled\
-- Plugin: AnalyzeNIfTIIO - Reader/Writer for Analyze and NifTI files : Enabled\
-- Found Qt4: /usr/local/bin/qmake (found suitable version "4.8.6", minimum required is "4.7.0") \
-- Plugin: ArrowGlyph - Glyph with customizable Arrows : Enabled\
-- Plugin: CatalystScriptGeneratorPlugin - Plugins for creating co-processing Python scripts : Enabled\
-- Plugin: EyeDomeLighting - Add 3D View with eye-dome Lighting support : Enabled\
-- Plugin: ForceTime - Override time requests : Disabled\
-- Plugin: GMVReader - Reader for binary or ASCII files stored in General Mesh Viewer file format : Enabled\
-- Plugin: H5PartReader - Reader for h5part files : Enabled\
-- Plugin: InSituExodus - Experimental memory-conserving Exodus II file reader. : Disabled\
-- Plugin: MantaView - Manta Ray-Cast View : Disabled\
-- Plugin: MobileRemoteControl - Use a mobile device to view the ParaView scene and control the camera. : Enabled\
-- Plugin: Moments - Filters for Flux and Circulation Fields : Enabled\
-- Plugin: NonOrthogonalSource - Non Orthogonal Source code sample : Enabled\
-- Plugin: PointSprite - Point Sprites : Enabled\
-- Plugin: PythonQtPlugin - PythonQt Plugin : Disabled\
-- Plugin: QuadView - Add a Quad view to explore data by slicing it along 3 axis. : Enabled\
-- Plugin: RGBZView - 3D View that dump into a file the RGB and Z buffer for each render. : Enabled\
-- Plugin: SciberQuestToolKit - SciberQuestToolKit - Domain specific visualization tools for magnetospheric sciences. : Enabled\
-- Plugin: SierraPlotTools - Sierra Plotting Tools : Enabled\
-- Plugin: SLACTools - SLAC Tools : Enabled\
-- Plugin: StreamingParticles - Render Particles with Streaming : Enabled\
-- Plugin: SurfaceLIC - Add Surface-LIC vector visualization support : Enabled\
-- Plugin: TemporalParallelismScriptGenerator - Plugin for creating Python spatio-temporal processing scripts : Disabled\
-- Plugin: PacMan - Testing plugin : Enabled\
-- Plugin: UncertaintyRendering - Add uncertainty visualization support : Enabled\
-- Plugin: VaporPlugin - Plugin to read NCAR VDR files : Disabled\
-- Plugin: VRPlugin - Virtual Reality Devices and Interactor styles : Disabled\
-- Configuring done\
-- Generating done\
-- Build files have been written to: /Users/2zr/build/ParaView-Superbuild/paraview/src/paraview-build\
[22/24] Performing build step for 'paraview'\
FAILED: cd /Users/2zr/build/ParaView-Superbuild/paraview/src/paraview-build && "/Applications/CMake 2.8-12.app/Contents/bin/cmake" -P /Users/2zr/build/ParaView-Superbuild/pv-paraview-build.cmake && "/Applications/CMake 2.8-12.app/Contents/bin/cmake" -E touch /Users/2zr/build/ParaView-Superbuild/paraview/src/paraview-stamp/paraview-build\
CMake Error at /Users/2zr/build/ParaView-Superbuild/pv-paraview-build.cmake:26 (message):\
Failed!!!\
}
_______________________________________________
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 ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview