[prev in list] [next in list] [prev in thread] [next in thread] 

List:       vtkusers
Subject:    [vtkusers] Building vtk failed with python wrappers in os x 10.3
From:       Frederick Grim <fgrim () norby ! dyndns ! org>
Date:       2003-10-29 1:39:36
Message-ID: C0F436F0-09B0-11D8-9487-000A95AFC1C2 () norby ! dyndns ! org
[Download RAW message or body]

Howdy,

	I do not seem to be able to build vtk with the python wrappers.  My 
CMakeCache.txt is attached. I am using 10.3 on a dual g5 if that helps.
The build stops at:

Building shared library 
/Users/hal9000/VTK/bin/libvtkCommonPythonD.dylib...
ld: Undefined symbols:
_PyErr_Clear
_PyFloat_FromDouble
_PyInt_FromLong
_PyString_FromString
__Py_NoneStruct
_Py_BuildValue
_PyArg_ParseTuple
_PyCallable_Check
_PyErr_SetString
_PyExc_ValueError
_PyString_FromStringAndSize
_PyArg_ParseTupleAndKeywords
_PyArg_VaParse
_PyCFunction_NewEx
_PyDict_DelItem
_PyDict_DelItemString
_PyDict_GetItem
_PyDict_GetItemString
_PyDict_New
_PyDict_SetItem
_PyDict_Type
_PyErr_ExceptionMatches
_PyErr_Print
_PyEval_CallObjectWithKeywords
_PyEval_GetGlobals
_PyExc_AttributeError
_PyExc_KeyboardInterrupt
_PyExc_RuntimeError
_PyExc_TypeError
_PyFloat_AsDouble
_PyInt_AsLong
_PyList_Append
_PyList_GetItem
_PyList_New
_PyList_SetItem
_PyList_Sort
_PyMethod_New
_PyObject_Free
_PyObject_GetAttrString
_PySequence_GetItem
_PySequence_SetItem
_PyString_AsString
_PyString_InternFromString
_PyString_Type
_PyTuple_GetItem
_PyTuple_GetSlice
_PyTuple_New
_PyTuple_Size
_PyTuple_Type
_PyType_IsSubtype
_PyType_Type
_Py_AtExit
_Py_Exit
__PyObject_New
__PyString_Resize
/usr/bin/libtool: internal link edit command failed
/usr/local/bin/mpic++: No such file or directory
make[3]: *** [/Users/hal9000/VTK/bin/libvtkCommonPythonD.dylib] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [default_target] Error 2
make[1]: *** [default_target_Common] Error 2
make: *** [default_target] Error 2


["CMakeCache.txt" (CMakeCache.txt)]

# This is the CMakeCache file.
# For build in directory: /Users/hal9000/VTK
# 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 variable 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=/bin/bash

//Build the documentation (Doxygen).
BUILD_DOCUMENTATION:BOOL=ON

//Build VTK examples.
BUILD_EXAMPLES:BOOL=ON

//Build VTK with shared libraries.
BUILD_SHARED_LIBS:BOOL=ON

//Build the testing tree.
BUILD_TESTING:BOOL=ON

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//For backwards compatibility, what version of CMake commands and
// syntax should this version of CMake allow.
CMAKE_BACKWARDS_COMPATIBILITY:STRING=1.8

//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
//
CMAKE_BUILD_TYPE:STRING=

//Path to a program.
CMAKE_CTEST_COMMAND:FILEPATH=/usr/local/bin/ctest

//C++ compiler
CMAKE_CXX_COMPILER:STRING=/usr/local/bin/mpic++

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=-O2 -pipe -fomit-frame-pointer -faltivec -mcpu=970 -mtune=970 \
-mmultiple -mpowerpc-gpopt

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=

//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=

//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=

//C compiler
CMAKE_C_COMPILER:STRING=/usr/local/bin/mpicc

//Flags for C compiler.
CMAKE_C_FLAGS:STRING=-O2 -pipe -fomit-frame-pointer -faltivec -mcpu=970 -mtune=970 \
-mmultiple -mpowerpc-gpopt

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=

//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=

//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Use HP pthreads.
CMAKE_HP_PTHREADS:BOOL=

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when using shared libraries.
//
CMAKE_SKIP_RPATH:BOOL=NO

//Thread library used.
CMAKE_THREAD_LIBS:STRING=-lpthread

//Use the pthreads library.
CMAKE_USE_PTHREADS:BOOL=1

//Use sproc libs.
CMAKE_USE_SPROC:BOOL=

//Use the win32 thread library.
CMAKE_USE_WIN32_THREADS:BOOL=

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//X11 extra flags.
CMAKE_X_CFLAGS:STRING=-I/usr/X11R6/include

//Libraries and options used in X11 programs.
CMAKE_X_LIBS:STRING=-lSM;-lICE;/usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a

//Path to program used to compress files for transfer to the dart
// server
COMPRESSIONCOMMAND:FILEPATH=/usr/bin/gzip

//Path to a program.
CP:FILEPATH=/bin/cp

//Path to a program.
CVSCOMMAND:FILEPATH=/usr/bin/cvs

//Options passed to the cvs update command.
CVS_UPDATE_OPTIONS:STRING=-d -A -P

//Limit of reported errors, -1 reports all.
DART_BUILD_ERROR_REPORT_LIMIT:BOOL=OFF

//Limit of reported warnings, -1 reports all.
DART_BUILD_WARNING_REPORT_LIMIT:BOOL=OFF

//If you have Dart installed, where is it located?
DART_ROOT:PATH=DART_ROOT-NOTFOUND

//Time alloted for a test before Dart will kill the test.
DART_TESTING_TIMEOUT:STRING=1500

//Show the actual output of the build, or if off show a . for each
// 1024 bytes.
DART_VERBOSE_BUILD:BOOL=OFF

//Should Dart server send email when build errors are found in
// Continuous builds?
DELIVER_CONTINUOUS_EMAIL:BOOL=Off

//Value Computed by CMake
DICOMParser_BINARY_DIR:STATIC=/Users/hal9000/VTK/Utilities/DICOMParser

//Value Computed by CMake
DICOMParser_SOURCE_DIR:STATIC=/Users/hal9000/VTK/Utilities/DICOMParser

//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=/usr/local/bin/dot

//Missing description
DOT_PATH:FILEPATH=/usr/local/bin

//Path to a program.
DOXYGEN:FILEPATH=/usr/bin/doxygen

//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=/Users/hal9000/VTK/bin

//Path to a program.
GNUPLOT:FILEPATH=/usr/local/bin/gnuplot

//Path to gunzip executable
GUNZIPCOMMAND:FILEPATH=/usr/bin/gunzip

//Path to a program.
GZIP:FILEPATH=/usr/bin/gzip

//Path to java command, used by the Dart server to create html.
//
JAVACOMMAND:FILEPATH=/usr/bin/java

//Path to a program.
JAVA_ARCHIVE:FILEPATH=/usr/bin/jar

//What is the path where the file jawt.h can be found
JAVA_AWT_INCLUDE_PATH:PATH=/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers


//Java Frameworks
JAVA_AWT_LIBRARY:FILEPATH=-framework JavaVM -framework JavaEmbedding

//Path to a program.
JAVA_COMPILE:FILEPATH=/usr/bin/javac

//What is the path where the file jni.h can be found
JAVA_INCLUDE_PATH:PATH=/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers

//What is the path where the file jni_md.h can be found
JAVA_INCLUDE_PATH2:PATH=/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers


//Path to a program.
JAVA_RUNTIME:FILEPATH=/usr/bin/java

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=/Users/hal9000/VTK/bin

//Command used to build entire project from the command line.
MAKECOMMAND:STRING=/usr/bin/make -i

//If a second mpi library is necessary, specify it here.
MPI_EXTRA_LIBRARY:FILEPATH=MPI_EXTRA_LIBRARY-NOTFOUND

//What is the path where the file mpi.h can be found
MPI_INCLUDE_PATH:PATH=/usr/local/include

//Where can one of the mpi or mpich libraries be found
MPI_LIBRARY:FILEPATH=/usr/local/lib/libmpi.a

//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=/usr/X11R6/include

//OpenGL lib for OSX
OPENGL_gl_LIBRARY:STRING=-framework OpenGL

//AGL lib for OSX
OPENGL_glu_LIBRARY:STRING=-framework AGL

//What is the path where the file GL/xmesa.h can be found
OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND

//Path to a program.
PERL_EXECUTABLE:FILEPATH=/usr/bin/perl

//Path to Rational purify command, used for memory error detection.
//
PURIFYCOMMAND:FILEPATH=PURIFYCOMMAND-NOTFOUND

//Path to a program.
PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2.3

//What is the path where the file Python.h can be found
PYTHON_INCLUDE_PATH:PATH=/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3


//Where can one of the python23, python2.3, python22, python2.2,
// python21, python2.1, python20, python2.0, python16, python1.6,
// python15 or python1.5 libraries be found
PYTHON_LIBRARY:FILEPATH=-framework Python

//Utility library needed for vtkpython
PYTHON_UTIL_LIBRARY:FILEPATH=-framework Python

//Path to a program.
RM:FILEPATH=/bin/rm

//Path to scp command, used by some Dart clients for submitting
// results to a Dart server (when not using ftp for submissions)
//
SCPCOMMAND:FILEPATH=/usr/bin/scp

//Name of the computer/site where compile is being run
SITE:STRING=golgatha.local

//Path to a program.
TAR:FILEPATH=/usr/bin/tar

//What is the path where the file tcl.h can be found
TCL_INCLUDE_PATH:PATH=/Library/Frameworks/Tcl.framework/Versions/8.4/Headers

//Tcl Framework
TCL_LIBRARY:FILEPATH=-framework Tcl

//Path to a program.
TCL_TCLSH:FILEPATH=/usr/bin/tclsh

//Build with static Tcl/Tk support. TCL_LIBRARY and TK_LIBRARY
// must point to the corresponding Tcl/Tk static libraries (example,
// tcl84sx.lib, tk84sx.lib).
TCL_TK_STATIC:BOOL=OFF

//What is the path where the file tk.h can be found
TK_INCLUDE_PATH:PATH=/Library/Frameworks/Tk.framework/Versions/8.4/Headers

//What is the path where the file tkMacOSXInt.h can be found
TK_INTERNAL_PATH:PATH=/Users/hal9000/VTK/Rendering/tkInternals/tk84OSX

//Tk Framework
TK_LIBRARY:FILEPATH=-framework Tk

//Value Computed by CMake
VTKEXPAT_BINARY_DIR:STATIC=/Users/hal9000/VTK/Utilities/expat

//Value Computed by CMake
VTKEXPAT_SOURCE_DIR:STATIC=/Users/hal9000/VTK/Utilities/expat

//Value Computed by CMake
VTKFREETYPE_BINARY_DIR:STATIC=/Users/hal9000/VTK/Utilities/freetype

//Value Computed by CMake
VTKFREETYPE_SOURCE_DIR:STATIC=/Users/hal9000/VTK/Utilities/freetype

//Value Computed by CMake
VTKFTGL_BINARY_DIR:STATIC=/Users/hal9000/VTK/Utilities/ftgl

//Value Computed by CMake
VTKFTGL_SOURCE_DIR:STATIC=/Users/hal9000/VTK/Utilities/ftgl

//Value Computed by CMake
VTKJPEG_BINARY_DIR:STATIC=/Users/hal9000/VTK/Utilities/jpeg

//Value Computed by CMake
VTKJPEG_SOURCE_DIR:STATIC=/Users/hal9000/VTK/Utilities/jpeg

//Value Computed by CMake
VTKPNG_BINARY_DIR:STATIC=/Users/hal9000/VTK/Utilities/png

//Value Computed by CMake
VTKPNG_SOURCE_DIR:STATIC=/Users/hal9000/VTK/Utilities/png

//Value Computed by CMake
VTKTIFF_BINARY_DIR:STATIC=/Users/hal9000/VTK/Utilities/tiff

//Value Computed by CMake
VTKTIFF_SOURCE_DIR:STATIC=/Users/hal9000/VTK/Utilities/tiff

//Value Computed by CMake
VTKZLIB_BINARY_DIR:STATIC=/Users/hal9000/VTK/Utilities/zlib

//Value Computed by CMake
VTKZLIB_SOURCE_DIR:STATIC=/Users/hal9000/VTK/Utilities/zlib

//Path to a program.
VTK_APPLE_RESOURCE:FILEPATH=/Developer/Tools/Rez

//Value Computed by CMake
VTK_BINARY_DIR:STATIC=/Users/hal9000/VTK

//Path to a program.
VTK_CMAKETEST_EXE:FILEPATH=VTK_CMAKETEST_EXE-NOTFOUND

//What is the path where the file VTKData.readme can be found
VTK_DATA_ROOT:PATH=/Users/hal9000/VTKData

//Build leak checking support into VTK.
VTK_DEBUG_LEAKS:BOOL=OFF

//Disables the automatic initialization of Tk widgets when loading
// the rendering library.
VTK_DISABLE_TK_INIT:BOOL=

//Path to a program.
VTK_MPIRUN_EXE:FILEPATH=/usr/local/bin/mpirun

//Maximum number of processors available to run parallel applications.
//
VTK_MPI_MAX_NUMPROCS:STRING=2

//Flags used by MPI start program.
VTK_MPI_POSTFLAGS:STRING=

//Flags used by MPI start program.
VTK_MPI_PREFLAGS:STRING=-np 2

//The opengl library being used supports off screen Mesa calls.
//
VTK_OPENGL_HAS_OSMESA:BOOL=OFF

//Path to an internal program.
VTK_PARSE_JAVA_EXE:FILEPATH=/Users/hal9000/VTK/bin/vtkParseJava

//Value Computed by CMake
VTK_SOURCE_DIR:STATIC=/Users/hal9000/VTK

//Build VTK with 64 bit ids
VTK_USE_64BIT_IDS:BOOL=ON

//Build classes using Carbon API.
VTK_USE_CARBON:BOOL=ON

//Build classes using Cocoa API.
VTK_USE_COCOA:BOOL=OFF

//Turn this option off and tests will not popup windows
VTK_USE_DISPLAY:BOOL=ON

//Build VTK with gl2ps support.
VTK_USE_GL2PS:BOOL=OFF

//Build the vtkHybrid kit.
VTK_USE_HYBRID:BOOL=ON

//Use mangled Mesa with OpenGL.
VTK_USE_MANGLED_MESA:BOOL=OFF

//Use Message Passing Interface (MPI) library for parallel support.
//
VTK_USE_MPI:BOOL=ON

//Build the vtkParallel kit.
VTK_USE_PARALLEL:BOOL=ON

//Build the vtkPatented kit.  These classes are patented and may
// require a license to use.
VTK_USE_PATENTED:BOOL=OFF

//Build the vtkRendering kit.  Needed for displaying data.
VTK_USE_RENDERING:BOOL=ON

//Use the system's expat library.
VTK_USE_SYSTEM_EXPAT:BOOL=OFF

//Use the system's jpeg library.
VTK_USE_SYSTEM_JPEG:BOOL=OFF

//Use the system's png library.
VTK_USE_SYSTEM_PNG:BOOL=OFF

//Use the system's tiff library.
VTK_USE_SYSTEM_TIFF:BOOL=OFF

//Use the system's zlib library.
VTK_USE_SYSTEM_ZLIB:BOOL=OFF

//Build VTK with VolumePro support.
VTK_USE_VOLUMEPRO:BOOL=OFF

//Build classes for the X11 window system.
VTK_USE_X:BOOL=ON

//Where can the hints file be found
VTK_WRAP_HINTS:FILEPATH=/Users/hal9000/VTK/Wrapping/hints

//Wrap VTK classes into the Java language.
VTK_WRAP_JAVA:BOOL=ON

//Path to an internal program.
VTK_WRAP_JAVA_EXE:FILEPATH=/Users/hal9000/VTK/bin/vtkWrapJava

//Wrap VTK classes into the Python language.
VTK_WRAP_PYTHON:BOOL=ON

//Path to an internal program.
VTK_WRAP_PYTHON_EXE:FILEPATH=/Users/hal9000/VTK/bin/vtkWrapPython

//Wrap VTK classes into the TCL language.
VTK_WRAP_TCL:BOOL=ON

//Path to an internal program.
VTK_WRAP_TCL_EXE:FILEPATH=/Users/hal9000/VTK/bin/vtkWrapTcl

//Path to a program.
WGET_EXECUTABLE:FILEPATH=/usr/local/bin/wget

//What is the path where the file X11/X.h can be found
X11_X11_INCLUDE_PATH:PATH=/usr/X11R6/include

//Where can the X11 library be found
X11_X11_LIB:FILEPATH=/usr/X11R6/lib/libX11.a

//Where can the Xext library be found
X11_Xext_LIB:FILEPATH=/usr/X11R6/lib/libXext.a

//What is the path where the file X11/Xlib.h can be found
X11_Xlib_INCLUDE_PATH:PATH=/usr/X11R6/include

//What is the path where the file X11/Xutil.h can be found
X11_Xutil_INCLUDE_PATH:PATH=/usr/X11R6/include

//Dependencies for the target
vtkCommonJava_LIB_DEPENDS:STATIC=vtkCommon;

//Dependencies for the target
vtkCommonPythonD_LIB_DEPENDS:STATIC=vtkCommon;

//Dependencies for the target
vtkCommonPython_LIB_DEPENDS:STATIC=vtkCommonPythonD;

//Dependencies for the target
vtkCommonTCL_LIB_DEPENDS:STATIC=vtkCommon;-framework Tcl;

//Dependencies for the target
vtkCommon_LIB_DEPENDS:STATIC=-framework AppKit;-lpthread;-lm;

//Dependencies for target
vtkDICOMParser_LIB_DEPENDS:STATIC=

//Dependencies for the target
vtkFilteringJava_LIB_DEPENDS:STATIC=vtkFiltering;vtkCommonJava;

//Dependencies for the target
vtkFilteringPythonD_LIB_DEPENDS:STATIC=vtkFiltering;vtkCommonPythonD;

//Dependencies for the target
vtkFilteringPython_LIB_DEPENDS:STATIC=vtkFilteringPythonD;

//Dependencies for the target
vtkFilteringTCL_LIB_DEPENDS:STATIC=vtkFiltering;vtkCommonTCL;

//Dependencies for the target
vtkFiltering_LIB_DEPENDS:STATIC=vtkCommon;

//Dependencies for the target
vtkGraphicsJava_LIB_DEPENDS:STATIC=vtkGraphics;vtkFilteringJava;

//Dependencies for the target
vtkGraphicsPythonD_LIB_DEPENDS:STATIC=vtkGraphics;vtkFilteringPythonD;

//Dependencies for the target
vtkGraphicsPython_LIB_DEPENDS:STATIC=vtkGraphicsPythonD;

//Dependencies for the target
vtkGraphicsTCL_LIB_DEPENDS:STATIC=vtkGraphics;vtkFilteringTCL;

//Dependencies for the target
vtkGraphics_LIB_DEPENDS:STATIC=vtkFiltering;

//Dependencies for the target
vtkHybridJava_LIB_DEPENDS:STATIC=vtkHybrid;vtkRenderingJava;vtkIOJava;

//Dependencies for the target
vtkHybridPythonD_LIB_DEPENDS:STATIC=vtkHybrid;vtkRenderingPythonD;vtkIOPythonD;

//Dependencies for the target
vtkHybridPython_LIB_DEPENDS:STATIC=vtkHybridPythonD;

//Dependencies for the target
vtkHybridTCL_LIB_DEPENDS:STATIC=vtkHybrid;vtkRenderingTCL;vtkIOTCL;

//Dependencies for the target
vtkHybrid_LIB_DEPENDS:STATIC=vtkRendering;vtkIO;

//Dependencies for the target
vtkIOJava_LIB_DEPENDS:STATIC=vtkIO;vtkFilteringJava;

//Dependencies for the target
vtkIOPythonD_LIB_DEPENDS:STATIC=vtkIO;vtkFilteringPythonD;

//Dependencies for the target
vtkIOPython_LIB_DEPENDS:STATIC=vtkIOPythonD;

//Dependencies for the target
vtkIOTCL_LIB_DEPENDS:STATIC=vtkIO;vtkFilteringTCL;

//Dependencies for the target
vtkIO_LIB_DEPENDS:STATIC=vtkFiltering;vtkDICOMParser;vtkpng;vtkzlib;vtkjpeg;vtktiff;vtkexpat;


//Dependencies for the target
vtkImagingJava_LIB_DEPENDS:STATIC=vtkImaging;vtkFilteringJava;

//Dependencies for the target
vtkImagingPythonD_LIB_DEPENDS:STATIC=vtkImaging;vtkFilteringPythonD;

//Dependencies for the target
vtkImagingPython_LIB_DEPENDS:STATIC=vtkImagingPythonD;

//Dependencies for the target
vtkImagingTCL_LIB_DEPENDS:STATIC=vtkImaging;vtkFilteringTCL;

//Dependencies for the target
vtkImaging_LIB_DEPENDS:STATIC=vtkFiltering;

//Dependencies for the target
vtkParallelJava_LIB_DEPENDS:STATIC=vtkParallel;vtkRenderingJava;vtkIOJava;

//Dependencies for the target
vtkParallelPythonD_LIB_DEPENDS:STATIC=vtkParallel;vtkRenderingPythonD;vtkIOPythonD;

//Dependencies for the target
vtkParallelPython_LIB_DEPENDS:STATIC=vtkParallelPythonD;

//Dependencies for the target
vtkParallelTCL_LIB_DEPENDS:STATIC=vtkParallel;vtkRenderingTCL;vtkIOTCL;

//Dependencies for the target
vtkParallel_LIB_DEPENDS:STATIC=vtkRendering;vtkIO;/usr/local/lib/libmpi.a;

//Dependencies for the target
vtkRenderingJava_LIB_DEPENDS:STATIC=vtkRendering;vtkGraphicsJava;vtkImagingJava;-framework \
JavaVM -framework JavaEmbedding;

//Dependencies for the target
vtkRenderingPythonD_LIB_DEPENDS:STATIC=vtkRendering;vtkGraphicsPythonD;vtkImagingPythonD;


//Dependencies for the target
vtkRenderingPythonTkWidgets_LIB_DEPENDS:STATIC=vtkRendering;-framework Tcl;-framework \
Tk;

//Dependencies for the target
vtkRenderingPython_LIB_DEPENDS:STATIC=vtkRenderingPythonD;

//Dependencies for the target
vtkRenderingTCL_LIB_DEPENDS:STATIC=vtkRendering;vtkGraphicsTCL;vtkImagingTCL;-framework \
Tcl;-framework Tk;

//Dependencies for the target
vtkRendering_LIB_DEPENDS:STATIC=vtkGraphics;vtkImaging;vtkftgl;vtkfreetype;-framework \
AGL;-framework OpenGL;-lSM;-lICE;-lSM;-lICE;/usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a;/usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a;-framework \
Carbon;-framework AGL;-framework \
OpenGL;-lSM;-lICE;-lSM;-lICE;/usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a;/usr/X11 \
R6/lib/libX11.a;/usr/X11R6/lib/libXext.a;-lXt;-lSM;-lICE;/usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a;


//Dependencies for target
vtkexpat_LIB_DEPENDS:STATIC=

//Dependencies for the target
vtkfreetype_LIB_DEPENDS:STATIC=-framework AppKit;

//Dependencies for the target
vtkftgl_LIB_DEPENDS:STATIC=-framework AGL;-framework \
OpenGL;-lSM;-lICE;-lSM;-lICE;/usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a;/usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a;vtkfreetype;


//Dependencies for target
vtkjpeg_LIB_DEPENDS:STATIC=

//Dependencies for the target
vtkpng_LIB_DEPENDS:STATIC=vtkzlib;

//Dependencies for the target
vtktiff_LIB_DEPENDS:STATIC=vtkzlib;vtkjpeg;

//Dependencies for target
vtkzlib_LIB_DEPENDS:STATIC=


########################
# INTERNAL cache entries
########################

//Executable to project name.
/Users/hal9000/VTK/bin/vtkParseJava:INTERNAL=vtkParseJava
//Executable to project name.
/Users/hal9000/VTK/bin/vtkWrapJava:INTERNAL=vtkWrapJava
//Executable to project name.
/Users/hal9000/VTK/bin/vtkWrapPython:INTERNAL=vtkWrapPython
//Executable to project name.
/Users/hal9000/VTK/bin/vtkWrapTcl:INTERNAL=vtkWrapTcl
//Advanced flag for variable: BASH
BASH-ADVANCED:INTERNAL=1
//Advanced flag for variable: BUILD_DOCUMENTATION
BUILD_DOCUMENTATION-ADVANCED:INTERNAL=1
//Advanced flag for variable: BUILD_TESTING
BUILD_TESTING-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_ANSI_FOR_SCOPE:INTERNAL=TRUE
//Have include iostream
CMAKE_ANSI_STREAM_HEADERS:INTERNAL=1
//Advanced flag for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/hal9000/VTK
//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=8
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
//Advanced flag for variable: CMAKE_CTEST_COMMAND
CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_CXX_COMPILER_WORKS:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//full path to the compiler cmake found
CMAKE_C_COMPILER_FULLPATH:INTERNAL=/usr/bin/gcc
//Result of TRY_COMPILE
CMAKE_C_COMPILER_WORKS:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Have include sstream
CMAKE_HAS_ANSI_STRING_STREAM:INTERNAL=1
//Is X11 around.
CMAKE_HAS_X:INTERNAL=1
//Have function connect
CMAKE_HAVE_CONNECT:INTERNAL=1
//Have function gethostbyname
CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1
//Have include limits.h
CMAKE_HAVE_LIMITS_H:INTERNAL=1
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Have function remove
CMAKE_HAVE_REMOVE:INTERNAL=1
//Have function shmat
CMAKE_HAVE_SHMAT:INTERNAL=1
//Have include sys/prctl.h
CMAKE_HAVE_SYS_PRCTL_H:INTERNAL=
//Have include unistd.h
CMAKE_HAVE_UNISTD_H:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/hal9000/VTK
//Advanced flag for variable: CMAKE_HP_PTHREADS
CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
//Have library ICE
CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1
//Advanced flag for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
//
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Does the compiler support ansi for scope.
CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=0
//Does the compiler support headers like iostream.
CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=0
//Does the compiler support std::.
CMAKE_NO_STD_NAMESPACE:INTERNAL=0
//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_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
//
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
//
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Result of TRY_RUN
CMAKE_SIZEOF_CHAR:INTERNAL=1
//Result of TRY_RUN
CMAKE_SIZEOF_DOUBLE:INTERNAL=8
//Result of TRY_RUN
CMAKE_SIZEOF_FLOAT:INTERNAL=4
//Result of TRY_RUN
CMAKE_SIZEOF_INT:INTERNAL=4
//Result of TRY_RUN
CMAKE_SIZEOF_LONG:INTERNAL=4
//Result of TRY_RUN
CMAKE_SIZEOF_SHORT:INTERNAL=2
//Result of TRY_RUN
CMAKE_SIZEOF_VOID_P:INTERNAL=4
//Advanced flag for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_STD_NAMESPACE:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_THREAD_LIBS
CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//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_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Result of TRY_RUN
CMAKE_WORDS_BIGENDIAN: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: COMPRESSIONCOMMAND
COMPRESSIONCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: CP
CP-ADVANCED:INTERNAL=1
//Advanced flag for variable: CVSCOMMAND
CVSCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: CVS_UPDATE_OPTIONS
CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1
//Path to an executable
CommonCxxTests_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Common/Testing/Cxx
//Advanced flag for variable: DART_BUILD_ERROR_REPORT_LIMIT
DART_BUILD_ERROR_REPORT_LIMIT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_BUILD_WARNING_REPORT_LIMIT
DART_BUILD_WARNING_REPORT_LIMIT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_ROOT
DART_ROOT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_TESTING_TIMEOUT
DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_VERBOSE_BUILD
DART_VERBOSE_BUILD-ADVANCED:INTERNAL=1
//Advanced flag for variable: DELIVER_CONTINUOUS_EMAIL
DELIVER_CONTINUOUS_EMAIL-ADVANCED:INTERNAL=1
//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
//Path to an executable
FilteringCxxTests_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Filtering/Testing/Cxx
//Advanced flag for variable: GNUPLOT
GNUPLOT-ADVANCED:INTERNAL=1
//Advanced flag for variable: GUNZIPCOMMAND
GUNZIPCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: GZIP
GZIP-ADVANCED:INTERNAL=1
//Path to an executable
GenericCommunicator_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Parallel/Testing/Cxx
//Path to an executable
GraphicsCxxTests_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Graphics/Testing/Cxx
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_CHAR:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_DOUBLE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_FLOAT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_INT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_SHORT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTK_SIZEOF_LONG_LONG:INTERNAL=TRUE
//Path to an executable
HybridCxxTests_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Hybrid/Testing/Cxx
//Path to an executable
IOCxxTests_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/IO/Testing/Cxx
//Path to an executable
ImagingCxxTests_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Imaging/Testing/Cxx
//Advanced flag for variable: JAVACOMMAND
JAVACOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: JAVA_ARCHIVE
JAVA_ARCHIVE-ADVANCED:INTERNAL=1
//Advanced flag for variable: JAVA_AWT_INCLUDE_PATH
JAVA_AWT_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: JAVA_AWT_LIBRARY
JAVA_AWT_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: JAVA_COMPILE
JAVA_COMPILE-ADVANCED:INTERNAL=1
//Advanced flag for variable: JAVA_INCLUDE_PATH
JAVA_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: JAVA_INCLUDE_PATH2
JAVA_INCLUDE_PATH2-ADVANCED:INTERNAL=1
//Advanced flag for variable: JAVA_RUNTIME
JAVA_RUNTIME-ADVANCED:INTERNAL=1
//Advanced flag for variable: LIBRARY_OUTPUT_PATH
LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: MAKECOMMAND
MAKECOMMAND-ADVANCED:INTERNAL=1
//Path to an executable
MPIGroups_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Parallel/Testing/Cxx
//Advanced flag for variable: MPI_EXTRA_LIBRARY
MPI_EXTRA_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPI_INCLUDE_PATH
MPI_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPI_LIBRARY
MPI_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: MV
MV-ADVANCED:INTERNAL=1
//Advanced flag for variable: OPENGL_INCLUDE_DIR
OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: OPENGL_gl_LIBRARY
OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: OPENGL_glu_LIBRARY
OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: OPENGL_xmesa_INCLUDE_DIR
OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: PERL_EXECUTABLE
PERL_EXECUTABLE-ADVANCED:INTERNAL=1
//Advanced flag for variable: PURIFYCOMMAND
PURIFYCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: PYTHON_EXECUTABLE
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
//Advanced flag for variable: PYTHON_UTIL_LIBRARY
PYTHON_UTIL_LIBRARY-ADVANCED:INTERNAL=1
//Path to an executable
ParallelIsoTest_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Parallel/Testing/Cxx
//Path to an executable
ParallelIso_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Examples/ParallelProcessing/Generic/Cxx
 //Path to an executable
PipelineParallelism_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Examples/ParallelProcessing/Generic/Cxx
 //Advanced flag for variable: RM
RM-ADVANCED:INTERNAL=1
//Path to an executable
RenderingCxxTests_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Rendering/Testing/Cxx
//Advanced flag for variable: SCPCOMMAND
SCPCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: SITE
SITE-ADVANCED:INTERNAL=1
//Path to an executable
SocketClient_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Parallel/Testing/Cxx
//Path to an executable
SocketServer_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Parallel/Testing/Cxx
//Advanced flag for variable: TAR
TAR-ADVANCED:INTERNAL=1
//This value is not used by VTK.
TCL_LIBRARY_DEBUG:INTERNAL=TCL_LIBRARY_DEBUG-NOTFOUND
//This value is not used by VTK.
TCL_STUB_LIBRARY:INTERNAL=/usr/lib/libtclstub8.4.a
//This value is not used by VTK.
TCL_STUB_LIBRARY_DEBUG:INTERNAL=TCL_STUB_LIBRARY_DEBUG-NOTFOUND
//Advanced flag for variable: TCL_TCLSH
TCL_TCLSH-ADVANCED:INTERNAL=1
//Advanced flag for variable: TCL_TK_STATIC
TCL_TK_STATIC-ADVANCED:INTERNAL=1
//This value is not used by VTK.
TK_LIBRARY_DEBUG:INTERNAL=TK_LIBRARY_DEBUG-NOTFOUND
//This value is not used by VTK.
TK_STUB_LIBRARY:INTERNAL=TK_STUB_LIBRARY-NOTFOUND
//This value is not used by VTK.
TK_STUB_LIBRARY_DEBUG:INTERNAL=TK_STUB_LIBRARY_DEBUG-NOTFOUND
//This value is not used by VTK.
TK_WISH:INTERNAL=/usr/bin/wish
//Path to an executable
TaskParallelismWithPorts_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Examples/ParallelProcessing/Generic/Cxx
 //Path to an executable
TaskParallelism_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Examples/ParallelProcessing/Generic/Cxx
 //Path to an executable
TestCxxFeatures_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Common/Testing/Cxx
//Path to an executable
TestInstantiator_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Common/Testing/Cxx
//Path to an executable
TestPStream_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Parallel/Testing/Cxx
//Path to an executable
ThreadedCommunicator_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Parallel/Testing/Cxx
//Path to an executable
TimeRenderer2_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Rendering/Testing/Cxx
//Path to an executable
TimeRenderer_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Rendering/Testing/Cxx
//Path to an executable
VTKJavaExecutable_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Wrapping/Java
//Advanced flag for variable: VTK_CMAKETEST_EXE
VTK_CMAKETEST_EXE-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
VTK_CMAKE_EXTENSIONS_COMPILED:INTERNAL=TRUE
//Support for C++ type bool
VTK_COMPILER_HAS_BOOL:INTERNAL=1
//Advanced flag for variable: VTK_DEBUG_LEAKS
VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_DISABLE_TK_INIT
VTK_DISABLE_TK_INIT-ADVANCED:INTERNAL=1
//Support for C++ explict templates
VTK_EXPLICIT_TEMPLATES:INTERNAL=1
//Have include iosfwd
VTK_HAVE_ANSI_STREAMS:INTERNAL=1
//Have include iostream.h
VTK_HAVE_OLD_STREAMS:INTERNAL=1
//Have include strstream.h
VTK_HAVE_OLD_STRSTREAM_H:INTERNAL=
//Have include strstrea.h
VTK_HAVE_OLD_STRSTREA_H:INTERNAL=
//Advanced flag for variable: VTK_MPIRUN_EXE
VTK_MPIRUN_EXE-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_MPI_MAX_NUMPROCS
VTK_MPI_MAX_NUMPROCS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_MPI_POSTFLAGS
VTK_MPI_POSTFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_MPI_PREFLAGS
VTK_MPI_PREFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_OPENGL_HAS_OSMESA
VTK_OPENGL_HAS_OSMESA-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_PARSE_JAVA_EXE
VTK_PARSE_JAVA_EXE-ADVANCED:INTERNAL=1
//Result of TRY_RUN
VTK_SIZEOF_LONG_LONG:INTERNAL=8
//Whether char is signed.
VTK_TYPE_CHAR_IS_SIGNED:INTERNAL=1
//Result of TRY_COMPILE
VTK_TYPE_CHAR_IS_SIGNED_COMPILED:INTERNAL=TRUE
//Advanced flag for variable: VTK_USE_64BIT_IDS
VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_DISPLAY
VTK_USE_DISPLAY-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_GL2PS
VTK_USE_GL2PS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_MANGLED_MESA
VTK_USE_MANGLED_MESA-ADVANCED:INTERNAL=1
//Use Matrox Imaging Library for video input.
VTK_USE_MATROX_IMAGING:INTERNAL=
//Advanced flag for variable: VTK_USE_MPI
VTK_USE_MPI-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_SYSTEM_EXPAT
VTK_USE_SYSTEM_EXPAT-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_SYSTEM_JPEG
VTK_USE_SYSTEM_JPEG-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_SYSTEM_PNG
VTK_USE_SYSTEM_PNG-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_SYSTEM_TIFF
VTK_USE_SYSTEM_TIFF-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_SYSTEM_ZLIB
VTK_USE_SYSTEM_ZLIB-ADVANCED:INTERNAL=1
//Use Video for Windows for video input.
VTK_USE_VIDEO_FOR_WINDOWS:INTERNAL=
//Advanced flag for variable: VTK_USE_VOLUMEPRO
VTK_USE_VOLUMEPRO-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_WRAP_HINTS
VTK_WRAP_HINTS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_WRAP_JAVA_EXE
VTK_WRAP_JAVA_EXE-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
//Have library /usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a
//
X11_LIB_X11_SOLO:INTERNAL=1
//Advanced flag for variable: X11_X11_INCLUDE_PATH
X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_X11_LIB
X11_X11_LIB-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xext_LIB
X11_Xext_LIB-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xlib_INCLUDE_PATH
X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xutil_INCLUDE_PATH
X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Path to an executable
mkg3states_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Utilities/tiff
//Path to an executable
pvtk_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Wrapping/Tcl
//Path to an executable
pvtkpython_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Wrapping/Python
//Path to a library
vtkCommonJava_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Common
//Whether a library is static, shared or module.
vtkCommonJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkCommonPythonD_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Common
//Whether a library is static, shared or module.
vtkCommonPythonD_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkCommonPython_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Common
//Whether a library is static, shared or module.
vtkCommonPython_LIBRARY_TYPE:INTERNAL=MODULE
//Path to a library
vtkCommonTCL_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Common
//Whether a library is static, shared or module.
vtkCommonTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkCommon_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Common
//Whether a library is static, shared or module.
vtkCommon_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkDICOMParser_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Utilities/DICOMParser
//Whether a library is static, shared or module.
vtkDICOMParser_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkFilteringJava_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Filtering
//Whether a library is static, shared or module.
vtkFilteringJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkFilteringPythonD_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Filtering
//Whether a library is static, shared or module.
vtkFilteringPythonD_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkFilteringPython_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Filtering
//Whether a library is static, shared or module.
vtkFilteringPython_LIBRARY_TYPE:INTERNAL=MODULE
//Path to a library
vtkFilteringTCL_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Filtering
//Whether a library is static, shared or module.
vtkFilteringTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkFiltering_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Filtering
//Whether a library is static, shared or module.
vtkFiltering_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkGraphicsJava_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Graphics
//Whether a library is static, shared or module.
vtkGraphicsJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkGraphicsPythonD_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Graphics
//Whether a library is static, shared or module.
vtkGraphicsPythonD_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkGraphicsPython_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Graphics
//Whether a library is static, shared or module.
vtkGraphicsPython_LIBRARY_TYPE:INTERNAL=MODULE
//Path to a library
vtkGraphicsTCL_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Graphics
//Whether a library is static, shared or module.
vtkGraphicsTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkGraphics_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Graphics
//Whether a library is static, shared or module.
vtkGraphics_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkHybridJava_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Hybrid
//Whether a library is static, shared or module.
vtkHybridJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkHybridPythonD_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Hybrid
//Whether a library is static, shared or module.
vtkHybridPythonD_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkHybridPython_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Hybrid
//Whether a library is static, shared or module.
vtkHybridPython_LIBRARY_TYPE:INTERNAL=MODULE
//Path to a library
vtkHybridTCL_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Hybrid
//Whether a library is static, shared or module.
vtkHybridTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkHybrid_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Hybrid
//Whether a library is static, shared or module.
vtkHybrid_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkIOJava_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/IO
//Whether a library is static, shared or module.
vtkIOJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkIOPythonD_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/IO
//Whether a library is static, shared or module.
vtkIOPythonD_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkIOPython_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/IO
//Whether a library is static, shared or module.
vtkIOPython_LIBRARY_TYPE:INTERNAL=MODULE
//Path to a library
vtkIOTCL_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/IO
//Whether a library is static, shared or module.
vtkIOTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkIO_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/IO
//Whether a library is static, shared or module.
vtkIO_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkImagingJava_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Imaging
//Whether a library is static, shared or module.
vtkImagingJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkImagingPythonD_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Imaging
//Whether a library is static, shared or module.
vtkImagingPythonD_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkImagingPython_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Imaging
//Whether a library is static, shared or module.
vtkImagingPython_LIBRARY_TYPE:INTERNAL=MODULE
//Path to a library
vtkImagingTCL_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Imaging
//Whether a library is static, shared or module.
vtkImagingTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkImaging_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Imaging
//Whether a library is static, shared or module.
vtkImaging_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkParallelJava_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Parallel
//Whether a library is static, shared or module.
vtkParallelJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkParallelPythonD_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Parallel
//Whether a library is static, shared or module.
vtkParallelPythonD_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkParallelPython_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Parallel
//Whether a library is static, shared or module.
vtkParallelPython_LIBRARY_TYPE:INTERNAL=MODULE
//Path to a library
vtkParallelTCL_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Parallel
//Whether a library is static, shared or module.
vtkParallelTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkParallel_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Parallel
//Whether a library is static, shared or module.
vtkParallel_LIBRARY_TYPE:INTERNAL=SHARED
//Path to an executable
vtkParseJava_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Wrapping
//Path to a library
vtkRenderingJava_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Rendering
//Whether a library is static, shared or module.
vtkRenderingJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkRenderingPythonD_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Rendering
//Whether a library is static, shared or module.
vtkRenderingPythonD_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkRenderingPythonTkWidgets_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Rendering
//Whether a library is static, shared or module.
vtkRenderingPythonTkWidgets_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkRenderingPython_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Rendering
//Whether a library is static, shared or module.
vtkRenderingPython_LIBRARY_TYPE:INTERNAL=MODULE
//Path to a library
vtkRenderingTCL_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Rendering
//Whether a library is static, shared or module.
vtkRenderingTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkRendering_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Rendering
//Whether a library is static, shared or module.
vtkRendering_LIBRARY_TYPE:INTERNAL=SHARED
//Path to an executable
vtkWrapJava_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Wrapping
//Path to an executable
vtkWrapPython_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Wrapping
//Path to an executable
vtkWrapTcl_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Wrapping
//Path to an executable
vtk_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Wrapping/Tcl
//Path to a library
vtkexpat_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Utilities/expat
//Whether a library is static, shared or module.
vtkexpat_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkfreetype_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Utilities/freetype
//Whether a library is static, shared or module.
vtkfreetype_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkftgl_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Utilities/ftgl
//Whether a library is static, shared or module.
vtkftgl_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkjpeg_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Utilities/jpeg
//Whether a library is static, shared or module.
vtkjpeg_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkpng_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Utilities/png
//Whether a library is static, shared or module.
vtkpng_LIBRARY_TYPE:INTERNAL=SHARED
//Path to an executable
vtkpython_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Wrapping/Python
//Path to a library
vtktiff_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Utilities/tiff
//Whether a library is static, shared or module.
vtktiff_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkzlib_CMAKE_PATH:INTERNAL=/Users/hal9000/VTK/Utilities/zlib
//Whether a library is static, shared or module.
vtkzlib_LIBRARY_TYPE:INTERNAL=SHARED



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic