[vtkusers] hoe to build vtk on mac osX

Andy Cedilnik andy.cedilnik at kitware.com
Fri Sep 13 12:10:13 EDT 2002


Hello Daniel,

You should be able to build Python from sources. Make sure to setup
Tcl/TK same way as in VTK so using -framework Tcl... 

				Andy

On Fri, 2002-09-13 at 11:24, Dr. Dan White wrote:
> I saw your message on the vtk list re building vtk on OXX10.1
> 
> Do you or anyone have a CMakeCache.txt that works.
> I'm not sure what options to use for a build with the cocoa-aqua 
> interface (I could live with an X11 build), and how to specify the 
> path to the GL and GLUT libraries, since they are in frameworks, and 
> with the python bindings (and Tk/Tcl, I have the 8.3 frameworks 
> installed)
> 
> For an aqua build do I have to use an aqua compatible python 
> (MacPython), or does the X11 one from say fink work?
> 
> at present I get this error at the make step
> 
> c++ -Wno-deprecated -DvtkCommonPython_EXPORTS  
> -I/Applications/Develop/VTK/Common 
> -I/Applications/Develop/VTK/Rendering -I/Applications/Develop/osxBin 
> -I/Applications/Develop/VTK/Common 
> -I/Applications/Develop/VTK/Filtering 
> -I/Applications/Develop/VTK/Imaging 
> -I/Applications/Develop/VTK/Graphics -I/Applications/Develop/VTK/IO 
> -I/Applications/Develop/VTK/Utilities/zlib 
> -I/Applications/Develop/osxBin/Utilities/zlib 
> -I/Applications/Develop/VTK/Utilities/png 
> -I/Applications/Develop/osxBin/Utilities/png 
> -I/Applications/Develop/VTK/Utilities/jpeg 
> -I/Applications/Develop/osxBin/Utilities/jpeg 
> -I/Applications/Develop/VTK/Utilities/tiff 
> -I/Applications/Develop/osxBin/Utilities/tiff 
> -I/Applications/Develop/VTK/Utilities/expat 
> -I/Applications/Develop/osxBin/Utilities/expat 
> -I/Applications/Develop/VTK/Common/Testing/Cxx -I-framework\ Tcl 
> -INOTFOUND   -DVTK_USE_COCOA -c 
> /Applications/Develop/osxBin/Common/vtkCommonPythonInit.cxx -o 
> vtkCommonPythonInit.o
> /Applications/Develop/osxBin/Common/vtkCommonPythonInit.cxx:4: 
> Python.h: No such file or directory
> *** Error code 1
> 
> Stop in /Applications/Develop/osxBin/Common.
> *** Error code 1
> 
> Stop in /Applications/Develop/osxBin/Common.
> *** Error code 1
> 
> Stop in /Applications/Develop/osxBin.
> *** Error code 1
> 
> Stop in /Applications/Develop/osxBin.
> 
> Cheers
> 
> Dan
> 
> P.S. here is my current non functional  CMakeCache.txt
> 
> # This is the CMakeCache file.
> # For build in directory: /Applications/Develop/osxBin
> # You can edit this file to change values found and used by cmake.
> # If you do not want to change any of the values, simply exit the 
> editor.
> # If you do want to change a value, simply edit, save, and exit the 
> editor.
> # The syntax for the file is as follows:
> # KEY:TYPE=VALUE
> # KEY is the name of a varible in the cache.
> # TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
> # VALUE is the current value for the KEY.
> 
> ########################
> # EXTERNAL cache entries
> ########################
> 
> //Path to a program.
> BASH:FILEPATH=/usr/local/bin/bash
> 
> //Build the documentation (Doxygen).
> BUILD_DOCUMENTATION:BOOL=OFF
> 
> //Build VTK examples.
> BUILD_EXAMPLES:BOOL=ON
> 
> // OS X CMake build VTK with shared libraries
> BUILD_SHARED_LIBS:BOOL=ON
> 
> //Build the testing tree.
> BUILD_TESTING:BOOL=ON
> 
> //Archive program used to make archive libraries.
> CMAKE_AR:FILEPATH=/usr/bin/ar
> 
> //Arguments for CMAKE_AR program to create an archive library.
> CMAKE_AR_ARGS:STRING=cr
> 
> //Archive program used to make archive libraries of c++ object
> // files.
> CMAKE_CXX_AR:FILEPATH=/usr/bin/ar
> 
> //Arguments for CMAKE_CXX_AR program to create an archive library.
> //
> CMAKE_CXX_AR_ARGS:STRING=cr
> 
> //Name of C++ compiler used.
> CMAKE_CXX_COMPILER:FILEPATH=c++
> 
> //Flags used by CXX compiler.
> CMAKE_CXX_FLAGS:STRING=
> 
> //program used to link c++ shared libraries
> CMAKE_CXX_LINK_SHARED:STRING=c++
> 
> //Flag used by CXX to build a shared library.
> CMAKE_CXX_MODULE_BUILD_FLAGS:STRING=-bundle -flat_namespace 
> -undefined suppress
> 
> //Flags used to link a shared library.
> CMAKE_CXX_MODULE_LINK_FLAGS:STRING=
> 
> //Flag used by CXX to build a shared library.
> CMAKE_CXX_SHLIB_BUILD_FLAGS:STRING=-dynamiclib
> 
> //Flag used for building shared library objects.
> CMAKE_CXX_SHLIB_CFLAGS:STRING=
> 
> //Flags used to link a shared library.
> CMAKE_CXX_SHLIB_LINK_FLAGS:STRING=
> 
> //Flag used to specify run-time search paths.
> CMAKE_CXX_SHLIB_RUNTIME_FLAG:STRING=
> 
> //If null, each runtime path is a separate option. Otherwise, they
> // are all joined, separated by this.
> CMAKE_CXX_SHLIB_RUNTIME_SEP:STRING=:
> 
> //Name of C compiler used.
> CMAKE_C_COMPILER:FILEPATH=gcc
> 
> //Flags for C compiler.
> CMAKE_C_FLAGS:STRING=
> 
> //program used to link c shared libraries
> CMAKE_C_LINK_SHARED:STRING=gcc
> 
> //Dynamic link library to link in.
> CMAKE_DL_LIBS:STRING=
> 
> //Use HP pthreads.
> CMAKE_HP_PTHREADS:BOOL=0
> 
> //Install path prefix, prepended onto install directories.
> CMAKE_INSTALL_PREFIX:PATH=/usr/local
> 
> //Path to a program.
> CMAKE_MAKE_PROGRAM:FILEPATH=/usr/local/bin/gmake
> 
> //Flag used by CXX to build a shared library.
> CMAKE_MODULE_BUILD_FLAGS:STRING=-bundle -flat_namespace -undefined 
> suppress
> 
> //Flags used to link a shared library.
> CMAKE_MODULE_LINK_FLAGS:STRING=
> 
> //Module library suffix.
> CMAKE_MODULE_SUFFIX:STRING=.so
> 
> //Library randomizer program used on archive libraries.
> CMAKE_RANLIB:FILEPATH=ranlib
> 
> //Flag used by CXX to build a shared library.
> CMAKE_SHLIB_BUILD_FLAGS:STRING=-dynamiclib
> 
> //Flag used for building shared library objects.
> CMAKE_SHLIB_CFLAGS:STRING=
> 
> //Libraries used by LD for shared libraries.
> CMAKE_SHLIB_LD_LIBS:STRING=
> 
> //Flags used to link a shared library.
> CMAKE_SHLIB_LINK_FLAGS:STRING=
> 
> //Flag used to specify run-time search paths.
> CMAKE_SHLIB_RUNTIME_FLAG:STRING=
> 
> //If null, each runtime path is a separate option. Otherwise, they
> // are all joined, separated by this.
> CMAKE_SHLIB_RUNTIME_SEP:STRING=:
> 
> //Shared library suffix.
> CMAKE_SHLIB_SUFFIX:STRING=.dylib
> 
> //If set, runtime paths are not added when using shared libraries.
> //
> CMAKE_SKIP_RPATH:BOOL=NO
> 
> //CXX template flags used by compiler.
> CMAKE_TEMPLATE_FLAGS:STRING=
> 
> //Thread library used.
> CMAKE_THREAD_LIBS:STRING=-lpthread
> 
> //Use the pthreads library.
> CMAKE_USE_PTHREADS:BOOL=1
> 
> //Use sproc libs.
> CMAKE_USE_SPROC:BOOL=0
> 
> //The system uses big endian byte ordering.
> CMAKE_WORDS_BIGENDIAN:BOOL=1
> 
> //X11 extra flags.
> CMAKE_X_CFLAGS:STRING= -I/usr/X11R6/include
> 
> //Libraries and options used in X11 programs.
> CMAKE_X_LIBS:STRING=' -lSM -lICE  -L/usr/X11R6/lib -lX11 -lXext '
> 
> //Path to a program.
> CP:FILEPATH=/bin/cp
> 
> //If you have Dart installed, where is it located?
> DART_ROOT:PATH=NOTFOUND
> 
> //Build the HTML Help file (CHM).
> DOCUMENTATION_HTML_HELP:BOOL=ON
> 
> //Build a compressed tar archive of the HTML doc.
> DOCUMENTATION_HTML_TARZ:BOOL=OFF
> 
> //Path to a program.
> DOT:FILEPATH=NOTFOUND
> 
> DOT_PATH:FILEPATH=
> 
> //Path to a program.
> DOXYGEN:FILEPATH=NOTFOUND
> 
> //Single output directory for building all executables.
> EXECUTABLE_OUTPUT_PATH:PATH=/Applications/Develop/osxBin/bin
> 
> //Build FTGL examples (warning: you need Glut)
> FTGL_BUILD_EXAMPLES:BOOL=ON
> 
> //What is the path where the file GL/glut.h can be found
> GLUT_INCLUDE_DIR:PATH=-framework OpenGL
> 
> //GLUT library for OSX
> GLUT_glut_LIBRARY:STRING=-framework Glut
> 
> //Path to a program.
> GNUPLOT:FILEPATH=/usr/local/bin/gnuplot
> 
> //Path to a program.
> GZIP:FILEPATH=/usr/bin/gzip
> 
> //Single output directory for building all libraries.
> LIBRARY_OUTPUT_PATH:PATH=/Applications/Develop/osxBin/bin
> 
> //Path to a program.
> MV:FILEPATH=/bin/mv
> 
> //What is the path where the file GL/gl.h can be found
> OPENGL_INCLUDE_DIR:PATH=-framework OpenGL
> 
> //Where can one of the MesaGL or GL libraries be found
> OPENGL_gl_LIBRARY:FILEPATH=-framework OpenGL
> 
> //Where can one of the MesaGLU or GLU libraries be found
> OPENGL_glu_LIBRARY:FILEPATH=-framework OpenGL
> 
> //What is the path where the file GL/xmesa.h can be found
> OPENGL_xmesa_INCLUDE_DIR:PATH=-framework OpenGL
> 
> //Path to a program.
> PERL_EXECUTABLE:FILEPATH=/usr/local/bin/perl
> 
> //What is the path where the file Python.h can be found
> PYTHON_INCLUDE_PATH:PATH=NOTFOUND
> 
> //Where can one of the python, python21, python2.1, python20, python2.0,
> // python1.5, python15, python22 or python2.2 libraries be found
> //
> PYTHON_LIBRARY:FILEPATH=NOTFOUND
> 
> //Path to a program.
> RM:FILEPATH=/bin/rm
> 
> //Path to a program.
> TAR:FILEPATH=/sw/bin/tar
> 
> //What is the path where the file tcl.h can be found
> TCL_INCLUDE_PATH:PATH=-framework Tcl
> 
> //Where can one of the tcl, tcl84, tcl8.4, tcl83, tcl8.3, tcl82,
> // tcl8.2, tcl80 or tcl8.0 libraries be found
> TCL_LIBRARY:FILEPATH=-framework Tcl
> 
> //Where can one of the tcld, tcl84d, tcl8.4d, tcl83d, tcl8.3d,
> // tcl82d, tcl8.2d, tcl80d or tcl8.0d libraries be found
> TCL_LIBRARY_DEBUG:FILEPATH=-framework Tcl
> 
> //Where can one of the tclstub, tclstub84, tclstub8.4, tclstub83,
> // tclstub8.3, tclstub82, tclstub8.2, tclstub80 or tclstub8.0 libraries
> // be found
> TCL_STUB_LIBRARY:FILEPATH=-framework Tcl
> 
> //Where can one of the tclstubd, tclstub84d, tclstub8.4d, tclstub83d,
> // tclstub8.3d, tclstub82d, tclstub8.2d, tclstub80d or tclstub8.0d
> // libraries be found
> TCL_STUB_LIBRARY_DEBUG:FILEPATH=-framework Tcl
> 
> //Path to a program.
> TCL_TCLSH:FILEPATH=/sw/bin/tclsh
> 
> //What is the path where the file tk.h can be found
> TK_INCLUDE_PATH:PATH=-framework Tk
> 
> //Where can one of the tk, tk84, tk8.4, tk83, tk8.3, tk82, tk8.2,
> // tk80 or tk8.0 libraries be found
> TK_LIBRARY:FILEPATH=-framework -Tk
> 
> //Where can one of the tkd, tk84d, tk8.4d, tk83d, tk8.3d, tk82d,
> // tk8.2d, tk80d or tk8.0d libraries be found
> TK_LIBRARY_DEBUG:FILEPATH=framework Tk
> 
> //Where can one of the tkstub, tkstub84, tkstub8.4, tkstub83, tkstub8.3,
> // tkstub82, tkstub8.2, tkstub80 or tkstub8.0 libraries be found
> //
> TK_STUB_LIBRARY:FILEPATH=-framework Tk
> 
> //Where can one of the tkstubd, tkstub84d, tkstub8.4d, tkstub83d,
> // tkstub8.3d, tkstub82d, tkstub8.2d, tkstub80d or tkstub8.0d libraries
> // be found
> TK_STUB_LIBRARY_DEBUG:FILEPATH=-framework Tk
> 
> //Path to a program.
> TK_WISH:FILEPATH=/Applications/WishWish Shell.app/Contents/MacOS/Wish 
> Shell
> 
> //Value Computed by CMake
> VTKEXPAT_BINARY_DIR:STATIC=/Applications/Develop/osxBin/Utilities/expat
> 
> //Value Computed by CMake
> VTKEXPAT_SOURCE_DIR:STATIC=/Applications/Develop/VTK/Utilities/expat
> 
> //Value Computed by CMake
> VTKFREETYPE_BINARY_DIR:STATIC=/Applications/Develop/osxBin/Utilities/freetype
> 
> //Value Computed by CMake
> VTKFREETYPE_SOURCE_DIR:STATIC=/Applications/Develop/VTK/Utilities/freetype
> 
> //Value Computed by CMake
> VTKFTGL_BINARY_DIR:STATIC=/Applications/Develop/osxBin/Utilities/ftgl
> 
> //Value Computed by CMake
> VTKFTGL_SOURCE_DIR:STATIC=/Applications/Develop/VTK/Utilities/ftgl
> 
> //Value Computed by CMake
> VTKJPEG_BINARY_DIR:STATIC=/Applications/Develop/osxBin/Utilities/jpeg
> 
> //Value Computed by CMake
> VTKJPEG_SOURCE_DIR:STATIC=/Applications/Develop/VTK/Utilities/jpeg
> 
> //Value Computed by CMake
> VTKPNG_BINARY_DIR:STATIC=/Applications/Develop/osxBin/Utilities/png
> 
> //Value Computed by CMake
> VTKPNG_SOURCE_DIR:STATIC=/Applications/Develop/VTK/Utilities/png
> 
> //Value Computed by CMake
> VTKTIFF_BINARY_DIR:STATIC=/Applications/Develop/osxBin/Utilities/tiff
> 
> //Value Computed by CMake
> VTKTIFF_SOURCE_DIR:STATIC=/Applications/Develop/VTK/Utilities/tiff
> 
> //Value Computed by CMake
> VTKZLIB_BINARY_DIR:STATIC=/Applications/Develop/osxBin/Utilities/zlib
> 
> //Value Computed by CMake
> VTKZLIB_SOURCE_DIR:STATIC=/Applications/Develop/VTK/Utilities/zlib
> 
> //Value Computed by CMake
> VTK_BINARY_DIR:STATIC=/Applications/Develop/osxBin
> 
> //Build vtkpython executable, which will correctly initialize static
> // constructors. (EXPERIMENTAL)
> VTK_BUILD_PYTHON_EXECUTABLE:BOOL=OFF
> 
> //What is the path where the file VTKData.readme can be found
> VTK_DATA_ROOT:PATH=/Applications/Develop/VTKData
> 
> //Build leak checking support into vtk.
> VTK_DEBUG_LEAKS:BOOL=OFF
> 
> //Use mangled Mesa with OpenGL
> VTK_MANGLE_MESA:BOOL=OFF
> 
> //The opengl library being used supports off screen Mesa calls.
> //
> VTK_OPENGL_HAS_OSMESA:BOOL=OFF
> 
> //Value Computed by CMake
> VTK_SOURCE_DIR:STATIC=/Applications/Develop/VTK
> 
> //Build VTK with 64 bit ids
> VTK_USE_64BIT_IDS:BOOL=OFF
> 
> //Use the ANSI standard iostream library
> VTK_USE_ANSI_STDLIB:BOOL=OFF
> 
> //Build classes using Carbon API
> VTK_USE_CARBON:BOOL=OFF
> 
> //Build classes using Cocoa API - Can only use one of these!
> VTK_USE_COCOA:BOOL=ON
> 
> //Build VTK with Freetype support)
> VTK_USE_FREETYPE:BOOL=ON
> 
> //Build the hybrid directory classes
> VTK_USE_HYBRID:BOOL=OFF
> 
> //Build the parallel directory classes
> VTK_USE_PARALLEL:BOOL=OFF
> 
> //Build the patented directory classes, these classes are patented
> // and may require a license to use
> VTK_USE_PATENTED:BOOL=OFF
> 
> //Build the rendering classes used for displaying
> VTK_USE_RENDERING:BOOL=ON
> 
> //Build VTK with volume pro support
> VTK_USE_VOLUMEPRO:BOOL=OFF
> 
> //Build classes for the X11 window manager
> VTK_USE_X:BOOL=OFF
> 
> //Where can the hints file be found
> VTK_WRAP_HINTS:FILEPATH=/Applications/Develop/VTK/Wrapping/hints
> 
> //wrap classes into the Java language
> VTK_WRAP_JAVA:BOOL=OFF
> 
> //wrap classes into the Python interpreted language
> VTK_WRAP_PYTHON:BOOL=ON
> 
> //Path to an internal program.
> VTK_WRAP_PYTHON_EXE:FILEPATH=/Applications/Develop/osxBin/bin/./vtkWrapPython
> 
> //wrap classes into the TCL intepreted language
> VTK_WRAP_TCL:BOOL=ON
> 
> //Path to an internal program.
> VTK_WRAP_TCL_EXE:FILEPATH=/Applications/Develop/osxBin/bin/./vtkWrapTcl
> 
> //Path to a program.
> WGET_EXECUTABLE:FILEPATH=/usr/local/bin/wget
> 
> //Dependencies for the target
> vtkCommonPython_LIB_DEPENDS:STATIC=-lpthread;-lm;NOTFOUND;vtkCommon;
> 
> //Dependencies for the target
> vtkCommonTCL_LIB_DEPENDS:STATIC=-lpthread;-lm;-framework Tcl;vtkCommon;
> 
> //Dependencies for the target
> vtkCommon_LIB_DEPENDS:STATIC=-lpthread;-lm;
> 
> //Dependencies for the target
> vtkFilteringPython_LIB_DEPENDS:STATIC=-lpthread;-lm;NOTFOUND;vtkFiltering;
> 
> //Dependencies for the target
> vtkFilteringTCL_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkCommonTCL;vtkFiltering;
> -framework Tcl;
> 
> //Dependencies for the target
> vtkFiltering_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkCommon;
> 
> //Dependencies for the target
> vtkGraphicsPython_LIB_DEPENDS:STATIC=-lpthread;-lm;NOTFOUND;vtkGraphics;
> 
> //Dependencies for the target
> vtkGraphicsTCL_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkFilteringTCL;vtkGraphics;
> -framework Tcl;
> 
> //Dependencies for the target
> vtkGraphics_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkFiltering;
> 
> //Dependencies for the target
> vtkIOPython_LIB_DEPENDS:STATIC=-lpthread;-lm;NOTFOUND;vtkIO;
> 
> //Dependencies for the target
> vtkIOTCL_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkFilteringTCL;vtkIO;-framework 
> Tcl;
> 
> //Dependencies for the target
> vtkIO_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkFiltering;vtkpng;vtkzlib;vtkjpeg;
> vtktiff;vtkexpat;
> 
> //Dependencies for the target
> vtkImagingPython_LIB_DEPENDS:STATIC=-lpthread;-lm;NOTFOUND;vtkImaging;
> 
> //Dependencies for the target
> vtkImagingTCL_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkFilteringTCL;vtkImaging;
> -framework Tcl;
> 
> //Dependencies for the target
> vtkImaging_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkFiltering;
> 
> //Dependencies for the target
> vtkRenderingPythonTkWidgets_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkRendering;
> -framework Tcl;-framework -Tk;
> 
> //Dependencies for the target
> vtkRenderingPython_LIB_DEPENDS:STATIC=-lpthread;-lm;NOTFOUND;vtkRendering;
> 
> //Dependencies for the target
> vtkRenderingTCL_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkGraphicsTCL;vtkImagingTCL;
> vtkRendering;-framework Tcl;-framework -Tk;
> 
> //Dependencies for the target
> vtkRendering_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkGraphics;vtkImaging;-framework 
> OpenGL;vtkftgl;vtkfreetype;
> 
> //Dependencies for the target
> vtkexpat_LIB_DEPENDS:STATIC=-lpthread;-lm;
> 
> //Dependencies for the target
> vtkfreetype_LIB_DEPENDS:STATIC=-lpthread;-lm;
> 
> //Dependencies for the target
> vtkftgl_LIB_DEPENDS:STATIC=-lpthread;-lm;-framework OpenGL;vtkfreetype;
> 
> //Dependencies for the target
> vtkjpeg_LIB_DEPENDS:STATIC=-lpthread;-lm;
> 
> //Dependencies for the target
> vtkpng_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkzlib;
> 
> //Dependencies for the target
> vtktiff_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkzlib;vtkjpeg;
> 
> //Dependencies for the target
> vtkzlib_LIB_DEPENDS:STATIC=-lpthread;-lm;
> 
> 
> ########################
> # INTERNAL cache entries
> ########################
> 
> //Executable to project name.
> /Applications/Develop/osxBin/bin/./vtkWrapPython:INTERNAL=vtkWrapPython
> //Executable to project name.
> /Applications/Develop/osxBin/bin/./vtkWrapTcl:INTERNAL=vtkWrapTcl
> //Advanced flag for variable: BASH
> BASH-ADVANCED:INTERNAL=1
> //Advanced flag for variable: BUILD_DOCUMENTATION
> BUILD_DOCUMENTATION-ADVANCED:INTERNAL=1
> //What flags are required by the c++ compiler to make it ansi.
> CMAKE_ANSI_CFLAGS:INTERNAL=
> //Advanced flag for variable: CMAKE_ANSI_CFLAGS
> CMAKE_ANSI_CFLAGS-ADVANCED:INTERNAL=1
> //What flags are required by the c++ compiler to make it ansi.
> CMAKE_ANSI_CXXFLAGS:INTERNAL=
> //Advanced flag for variable: CMAKE_ANSI_CXXFLAGS
> CMAKE_ANSI_CXXFLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_AR
> CMAKE_AR-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_AR_ARGS
> CMAKE_AR_ARGS-ADVANCED:INTERNAL=1
> //What is the target build tool cmake is generating for.
> CMAKE_BUILD_TOOL:INTERNAL=make
> //This is the directory where this CMakeCahe.txt was created
> CMAKE_CACHEFILE_DIR:INTERNAL=/Applications/Develop/osxBin
> //Major version of cmake used to create the current loaded cache
> //
> CMAKE_CACHE_MAJOR_VERSION:INTERNAL=1
> //Minor version of cmake used to create the current loaded cache
> //
> CMAKE_CACHE_MINOR_VERSION:INTERNAL=5
> //Path to CMake executable.
> CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
> //Is the compile GNU C++.
> CMAKE_COMPILER_IS_GNUCXX:INTERNAL=1
> //Advanced flag for variable: CMAKE_COMPILER_IS_GNUCXX
> CMAKE_COMPILER_IS_GNUCXX-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_CXX_AR
> CMAKE_CXX_AR-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_CXX_AR_ARGS
> CMAKE_CXX_AR_ARGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_CXX_COMPILER
> CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_CXX_LINK_SHARED
> CMAKE_CXX_LINK_SHARED-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_CXX_MODULE_BUILD_FLAGS
> CMAKE_CXX_MODULE_BUILD_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_CXX_MODULE_LINK_FLAGS
> CMAKE_CXX_MODULE_LINK_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_CXX_SHLIB_BUILD_FLAGS
> CMAKE_CXX_SHLIB_BUILD_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_CXX_SHLIB_CFLAGS
> CMAKE_CXX_SHLIB_CFLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_CXX_SHLIB_LINK_FLAGS
> CMAKE_CXX_SHLIB_LINK_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_CXX_SHLIB_RUNTIME_FLAG
> CMAKE_CXX_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_CXX_SHLIB_RUNTIME_SEP
> CMAKE_CXX_SHLIB_RUNTIME_SEP-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_C_COMPILER
> CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_C_LINK_SHARED
> CMAKE_C_LINK_SHARED-ADVANCED:INTERNAL=1
> //shared link flags for cc
> CMAKE_C_SHLIB_LINK_FLAGS:INTERNAL=
> //Advanced flag for variable: CMAKE_C_SHLIB_LINK_FLAGS
> CMAKE_C_SHLIB_LINK_FLAGS-ADVANCED:INTERNAL=1
> //runtime directory flag for cc
> CMAKE_C_SHLIB_RUNTIME_FLAG:INTERNAL=
> //Advanced flag for variable: CMAKE_C_SHLIB_RUNTIME_FLAG
> CMAKE_C_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_DL_LIBS
> CMAKE_DL_LIBS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_EXECUTABLE_SUFFIX
> CMAKE_EXECUTABLE_SUFFIX-ADVANCED:INTERNAL=1
> //Name of generator.
> CMAKE_GENERATOR:INTERNAL=Unix Makefiles
> //Is X11 around.
> CMAKE_HAS_X:INTERNAL=1
> //Start directory with the top level CMakeLists.txt file for this
> // project
> CMAKE_HOME_DIRECTORY:INTERNAL=/Applications/Develop/VTK
> //Advanced flag for variable: CMAKE_HP_PTHREADS
> CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_MAKE_PROGRAM
> CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_MODULE_BUILD_FLAGS
> CMAKE_MODULE_BUILD_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_MODULE_LINK_FLAGS
> CMAKE_MODULE_LINK_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_MODULE_SUFFIX
> CMAKE_MODULE_SUFFIX-ADVANCED:INTERNAL=1
> //Does the compiler support ansi for scoping.
> CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=
> //Advanced flag for variable: CMAKE_NO_ANSI_FOR_SCOPE
> CMAKE_NO_ANSI_FOR_SCOPE-ADVANCED:INTERNAL=1
> //Does the compiler support headers like iostream.
> CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=
> //Advanced flag for variable: CMAKE_NO_ANSI_STREAM_HEADERS
> CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1
> //Does the compiler support the ansi stringstream class.
> CMAKE_NO_ANSI_STRING_STREAM:INTERNAL=1
> //Does the compiler not support explicit template instantiation.
> //
> CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION:INTERNAL=1
> //Advanced flag for variable: CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION
> //
> CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION-ADVANCED:INTERNAL=1
> //Does the compiler support std::.
> CMAKE_NO_STD_NAMESPACE:INTERNAL=
> //Advanced flag for variable: CMAKE_NO_STD_NAMESPACE
> CMAKE_NO_STD_NAMESPACE-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_OBJECT_FILE_SUFFIX
> CMAKE_OBJECT_FILE_SUFFIX-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_RANLIB
> CMAKE_RANLIB-ADVANCED:INTERNAL=1
> //Path to CMake installation.
> CMAKE_ROOT:INTERNAL=/usr/local/share/CMake
> //Advanced flag for variable: CMAKE_SHLIB_BUILD_FLAGS
> CMAKE_SHLIB_BUILD_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_SHLIB_CFLAGS
> CMAKE_SHLIB_CFLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_SHLIB_LD_LIBS
> CMAKE_SHLIB_LD_LIBS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_SHLIB_LINK_FLAGS
> CMAKE_SHLIB_LINK_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_SHLIB_RUNTIME_FLAG
> CMAKE_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_SHLIB_RUNTIME_SEP
> CMAKE_SHLIB_RUNTIME_SEP-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_SHLIB_SUFFIX
> CMAKE_SHLIB_SUFFIX-ADVANCED:INTERNAL=1
> //Size of char data type
> CMAKE_SIZEOF_CHAR:INTERNAL=1
> //Size of double data type
> CMAKE_SIZEOF_DOUBLE:INTERNAL=8
> //Size of float data type
> CMAKE_SIZEOF_FLOAT:INTERNAL=4
> //Size of int data type
> CMAKE_SIZEOF_INT:INTERNAL=4
> //Size of long data type
> CMAKE_SIZEOF_LONG:INTERNAL=4
> //Size of short data type
> CMAKE_SIZEOF_SHORT:INTERNAL=2
> //Size of void* data type
> CMAKE_SIZEOF_VOID_P:INTERNAL=4
> //Advanced flag for variable: CMAKE_SKIP_RPATH
> CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_STATICLIB_SUFFIX
> CMAKE_STATICLIB_SUFFIX-ADVANCED:INTERNAL=1
> //What system is this.  Result of uname.
> CMAKE_SYSTEM:INTERNAL=Darwin-5.5
> //Advanced flag for variable: CMAKE_TEMPLATE_FLAGS
> CMAKE_TEMPLATE_FLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_THREAD_LIBS
> CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_USE_PTHREADS
> CMAKE_USE_PTHREADS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_USE_SPROC
> CMAKE_USE_SPROC-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_USE_WIN32_THREADS
> CMAKE_USE_WIN32_THREADS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_WORDS_BIGENDIAN
> CMAKE_WORDS_BIGENDIAN-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_X_CFLAGS
> CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CMAKE_X_LIBS
> CMAKE_X_LIBS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: CP
> CP-ADVANCED:INTERNAL=1
> //Path to an executable
> CommonCxxTests_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Common/Testing/
> Cxx
> //Advanced flag for variable: DOCUMENTATION_HTML_HELP
> DOCUMENTATION_HTML_HELP-ADVANCED:INTERNAL=1
> //Advanced flag for variable: DOCUMENTATION_HTML_TARZ
> DOCUMENTATION_HTML_TARZ-ADVANCED:INTERNAL=1
> //Advanced flag for variable: DOT
> DOT-ADVANCED:INTERNAL=1
> //Advanced flag for variable: DOT_PATH
> DOT_PATH-ADVANCED:INTERNAL=1
> //Advanced flag for variable: DOXYGEN
> DOXYGEN-ADVANCED:INTERNAL=1
> //Advanced flag for variable: EXECUTABLE_OUTPUT_PATH
> EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1
> //Advanced flag for variable: FTGL_BUILD_EXAMPLES
> FTGL_BUILD_EXAMPLES-ADVANCED:INTERNAL=1
> //Path to an executable
> FilteringCxxTests_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Filtering/
> Testing/Cxx
> //Advanced flag for variable: GLUT_INCLUDE_PATH
> GLUT_INCLUDE_PATH-ADVANCED:INTERNAL=1
> //Advanced flag for variable: GNUPLOT
> GNUPLOT-ADVANCED:INTERNAL=1
> //Advanced flag for variable: GZIP
> GZIP-ADVANCED:INTERNAL=1
> //Path to an executable
> GraphicsCxxTests_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Graphics/
> Testing/Cxx
> //Path to an executable
> IOCxxTests_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/IO/Testing/Cxx
> //Path to an executable
> ImagingCxxTests_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Imaging/Testing/
> Cxx
> //Advanced flag for variable: LIBRARY_OUTPUT_PATH
> LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1
> //Advanced flag for variable: MV
> MV-ADVANCED:INTERNAL=1
> //Advanced flag for variable: PERL_EXECUTABLE
> PERL_EXECUTABLE-ADVANCED:INTERNAL=1
> //Advanced flag for variable: RM
> RM-ADVANCED:INTERNAL=1
> //Path to an executable
> RenderingCxxTests_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Rendering/
> Testing/Cxx
> //Advanced flag for variable: TAR
> TAR-ADVANCED:INTERNAL=1
> //Path to an executable
> TestCxxFeatures_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Common/Testing/
> Cxx
> //Path to an executable
> TestInstantiator_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Common/Testing/
> Cxx
> //Path to an executable
> TimeRenderer2_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Rendering/Testing/
> Cxx
> //Path to an executable
> TimeRenderer_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Rendering/Testing/
> Cxx
> //Advanced flag for variable: VTK_BUILD_PYTHON_EXECUTABLE
> VTK_BUILD_PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
> //Is this VTK built with shared libraries.
> VTK_BUILD_SHARED_LIBS:INTERNAL=ON
> //Advanced flag for variable: VTK_DEBUG_LEAKS
> VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1
> //Where VTK executables are. Used by projects which depend on VTK.
> // Do not remove.
> VTK_EXECUTABLE_PATH:INTERNAL=/Applications/Develop/osxBin/bin
> //Where VTK libraries are. Used by projects which depend on VTK.
> // Do not remove.
> VTK_LIBRARY_PATH:INTERNAL=/Applications/Develop/osxBin/bin
> //Advanced flag for variable: VTK_MANGLE_MESA
> VTK_MANGLE_MESA-ADVANCED:INTERNAL=1
> //Advanced flag for variable: VTK_OPENGL_HAS_OSMESA
> VTK_OPENGL_HAS_OSMESA-ADVANCED:INTERNAL=1
> //Advanced flag for variable: VTK_USE_64BIT_IDS
> VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: VTK_USE_FREETYPE
> VTK_USE_FREETYPE-ADVANCED:INTERNAL=1
> //Advanced flag for variable: VTK_WRAP_HINTS
> VTK_WRAP_HINTS-ADVANCED:INTERNAL=1
> //Advanced flag for variable: VTK_WRAP_PYTHON_EXE
> VTK_WRAP_PYTHON_EXE-ADVANCED:INTERNAL=1
> //Advanced flag for variable: VTK_WRAP_TCL_EXE
> VTK_WRAP_TCL_EXE-ADVANCED:INTERNAL=1
> //Advanced flag for variable: WGET_EXECUTABLE
> WGET_EXECUTABLE-ADVANCED:INTERNAL=1
> //Path to an executable
> mkg3states_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Utilities/tiff
> //Path to a library
> vtkCommonPython_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Common
> //Whether a library is static, shared or module.
> vtkCommonPython_LIBRARY_TYPE:INTERNAL=MODULE
> //Path to a library
> vtkCommonTCL_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Common
> //Whether a library is static, shared or module.
> vtkCommonTCL_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkCommon_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Common
> //Whether a library is static, shared or module.
> vtkCommon_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkFilteringPython_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Filtering
> //Whether a library is static, shared or module.
> vtkFilteringPython_LIBRARY_TYPE:INTERNAL=MODULE
> //Path to a library
> vtkFilteringTCL_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Filtering
> //Whether a library is static, shared or module.
> vtkFilteringTCL_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkFiltering_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Filtering
> //Whether a library is static, shared or module.
> vtkFiltering_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkGraphicsPython_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Graphics
> //Whether a library is static, shared or module.
> vtkGraphicsPython_LIBRARY_TYPE:INTERNAL=MODULE
> //Path to a library
> vtkGraphicsTCL_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Graphics
> //Whether a library is static, shared or module.
> vtkGraphicsTCL_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkGraphics_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Graphics
> //Whether a library is static, shared or module.
> vtkGraphics_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkIOPython_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/IO
> //Whether a library is static, shared or module.
> vtkIOPython_LIBRARY_TYPE:INTERNAL=MODULE
> //Path to a library
> vtkIOTCL_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/IO
> //Whether a library is static, shared or module.
> vtkIOTCL_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkIO_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/IO
> //Whether a library is static, shared or module.
> vtkIO_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkImagingPython_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Imaging
> //Whether a library is static, shared or module.
> vtkImagingPython_LIBRARY_TYPE:INTERNAL=MODULE
> //Path to a library
> vtkImagingTCL_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Imaging
> //Whether a library is static, shared or module.
> vtkImagingTCL_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkImaging_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Imaging
> //Whether a library is static, shared or module.
> vtkImaging_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkRenderingPythonTkWidgets_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/
> Rendering
> //Whether a library is static, shared or module.
> vtkRenderingPythonTkWidgets_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkRenderingPython_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Rendering
> //Whether a library is static, shared or module.
> vtkRenderingPython_LIBRARY_TYPE:INTERNAL=MODULE
> //Path to a library
> vtkRenderingTCL_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Rendering
> //Whether a library is static, shared or module.
> vtkRenderingTCL_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkRendering_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Rendering
> //Whether a library is static, shared or module.
> vtkRendering_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to an executable
> vtkWrapPython_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Wrapping
> //Path to an executable
> vtkWrapTcl_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Wrapping
> //Path to an executable
> vtk_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Wrapping/Tcl
> //Path to a library
> vtkexpat_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Utilities/expat
> //Whether a library is static, shared or module.
> vtkexpat_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkfreetype_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Utilities/freetype
> //Whether a library is static, shared or module.
> vtkfreetype_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkftgl_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Utilities/ftgl
> //Whether a library is static, shared or module.
> vtkftgl_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkjpeg_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Utilities/jpeg
> //Whether a library is static, shared or module.
> vtkjpeg_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkpng_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Utilities/png
> //Whether a library is static, shared or module.
> vtkpng_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtktiff_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Utilities/tiff
> //Whether a library is static, shared or module.
> vtktiff_LIBRARY_TYPE:INTERNAL=SHARED
> //Path to a library
> vtkzlib_CMAKE_PATH:INTERNAL=/Applications/Develop/osxBin/Utilities/zlib
> //Whether a library is static, shared or module.
> vtkzlib_LIBRARY_TYPE:INTERNAL=SHARED





More information about the vtkusers mailing list