[vtkusers] VTK 4.0 Example C++ code does not compile!

Robert Heller heller at vis-mail.cs.umass.edu
Mon Oct 21 14:19:10 EDT 2002


We are finding that the C++ code for VTK 4.0 does not compile.  What are
we doing wrong?

g++ -O2 -march=i386 -mcpu=i686 -I/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx -I/usr/include/vtk   -c /scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx -o Arrays.o
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx: In function `int main (int, 
char **)':
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx:87: no method `vtkPolyData::New'
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx:89: invalid use of undefined 
type `class vtkPolyData'
/usr/include/vtk/vtkPolyDataMapper.h:34: forward declaration of `class vtkPolyData'
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx:90: invalid use of undefined 
type `class vtkPolyData'
/usr/include/vtk/vtkPolyDataMapper.h:34: forward declaration of `class vtkPolyData'
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx:92: invalid use of undefined 
type `class vtkPolyData'
/usr/include/vtk/vtkPolyDataMapper.h:34: forward declaration of `class vtkPolyData'
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx:95: invalid use of undefined 
type `class vtkPolyData'
/usr/include/vtk/vtkPolyDataMapper.h:34: forward declaration of `class vtkPolyData'
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx:104: no method `vtkActor::New'
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx:105: invalid use of undefined 
type `class vtkActor'
/usr/include/vtk/vtkMapper.h:70: forward declaration of `class 
vtkActor'
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx:108: no method 
`vtkRenderer::New'
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx:109: invalid use of undefined 
type `class vtkRenderer'
/usr/include/vtk/vtkMapper.h:69: forward declaration of `class 
vtkRenderer'
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx:124: invalid use of undefined 
type `class vtkPolyData'
/usr/include/vtk/vtkPolyDataMapper.h:34: forward declaration of `class vtkPolyData'
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx:126: invalid use of undefined 
type `class vtkActor'
/usr/include/vtk/vtkMapper.h:70: forward declaration of `class 
vtkActor'
/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx/Arrays.cxx:127: invalid use of undefined 
type `class vtkRenderer'
/usr/include/vtk/vtkMapper.h:69: forward declaration of `class 
vtkRenderer'
make[1]: *** [Arrays.o] Error 1
make: *** [default_target] Error 2

# This is the CMakeCache file.
# For build in directory: /scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx
# 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
########################

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

//Value Computed by CMake
DataManipulation_BINARY_DIR:STATIC=/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx

//Value Computed by CMake
DataManipulation_SOURCE_DIR:STATIC=/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx

//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=

//Use an installed (versus built from source) version of VTK. Be
// sure that VTK_INSTALL_PATH is correct.
USE_INSTALLED_VTK:BOOL=1

//What is the path where the file UseVTK.cmake can be found
VTK_BINARY_PATH:PATH=NOTFOUND

//What is the path where the file include/vtk/UseVTK.cmake can
// be found
VTK_INSTALL_PATH:PATH=/usr

//Path to a program.
VTK_PARSE_JAVA_EXE:FILEPATH=/usr/bin/vtkParseJava

//Path to a program.
VTK_WRAP_JAVA_EXE:FILEPATH=/usr/bin/vtkWrapJava

//Path to a program.
VTK_WRAP_PYTHON_EXE:FILEPATH=/usr/bin/vtkWrapPython

//Path to a program.
VTK_WRAP_TCL_EXE:FILEPATH=/usr/bin/vtkWrapTcl


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

//Path to an executable
Arrays_CMAKE_PATH:INTERNAL=/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx
//DO NOT EDIT, BASH loaded from external file.  To change this
// value edit this file: /usr/include/vtk/CMakeCache.txt
BASH:INTERNAL=/bin/bash
//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
//DO NOT EDIT, CMAKE_AR loaded from external file.  To change this
// value edit this file: /usr/include/vtk/CMakeCache.txt
CMAKE_AR:INTERNAL=/usr/bin/ar
//Advanced flag for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_AR_ARGS loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
CMAKE_AR_ARGS:INTERNAL=cr
//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=/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx
//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=4
//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
//DO NOT EDIT, CMAKE_CXX_AR loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
CMAKE_CXX_AR:INTERNAL=/usr/bin/ar
//Advanced flag for variable: CMAKE_CXX_AR
CMAKE_CXX_AR-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_AR_ARGS loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_CXX_AR_ARGS:INTERNAL=cr
//Advanced flag for variable: CMAKE_CXX_AR_ARGS
CMAKE_CXX_AR_ARGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_COMPILER loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_CXX_COMPILER:INTERNAL=g++
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_FLAGS loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
CMAKE_CXX_FLAGS:INTERNAL=-O2 -march=i386 -mcpu=i686
//DO NOT EDIT, CMAKE_CXX_LINK_SHARED loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_CXX_LINK_SHARED:INTERNAL=g++
//Advanced flag for variable: CMAKE_CXX_LINK_SHARED
CMAKE_CXX_LINK_SHARED-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_MODULE_BUILD_FLAGS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_CXX_MODULE_BUILD_FLAGS:INTERNAL=-shared
//Advanced flag for variable: CMAKE_CXX_MODULE_BUILD_FLAGS
CMAKE_CXX_MODULE_BUILD_FLAGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_MODULE_LINK_FLAGS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_CXX_MODULE_LINK_FLAGS:INTERNAL=-rdynamic
//Advanced flag for variable: CMAKE_CXX_MODULE_LINK_FLAGS
CMAKE_CXX_MODULE_LINK_FLAGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_SHLIB_BUILD_FLAGS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_CXX_SHLIB_BUILD_FLAGS:INTERNAL=-shared
//Advanced flag for variable: CMAKE_CXX_SHLIB_BUILD_FLAGS
CMAKE_CXX_SHLIB_BUILD_FLAGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_SHLIB_CFLAGS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_CXX_SHLIB_CFLAGS:INTERNAL=-fPIC
//Advanced flag for variable: CMAKE_CXX_SHLIB_CFLAGS
CMAKE_CXX_SHLIB_CFLAGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_SHLIB_LINK_FLAGS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_CXX_SHLIB_LINK_FLAGS:INTERNAL=-rdynamic
//Advanced flag for variable: CMAKE_CXX_SHLIB_LINK_FLAGS
CMAKE_CXX_SHLIB_LINK_FLAGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_SHLIB_RUNTIME_FLAG loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_CXX_SHLIB_RUNTIME_FLAG:INTERNAL=-Wl,-rpath,
//Advanced flag for variable: CMAKE_CXX_SHLIB_RUNTIME_FLAG
CMAKE_CXX_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_SHLIB_RUNTIME_SEP loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_CXX_SHLIB_RUNTIME_SEP:INTERNAL=:
//Advanced flag for variable: CMAKE_CXX_SHLIB_RUNTIME_SEP
CMAKE_CXX_SHLIB_RUNTIME_SEP-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_C_COMPILER loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_C_COMPILER:INTERNAL=gcc
//Advanced flag for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_C_FLAGS loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
CMAKE_C_FLAGS:INTERNAL=-O2 -march=i386 -mcpu=i686
//DO NOT EDIT, CMAKE_C_LINK_SHARED loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_C_LINK_SHARED:INTERNAL=gcc
//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=-rdynamic
//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=-Wl,-rpath,
//Advanced flag for variable: CMAKE_C_SHLIB_RUNTIME_FLAG
CMAKE_C_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_DL_LIBS loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
CMAKE_DL_LIBS:INTERNAL=-ldl
//Advanced flag for variable: CMAKE_DL_LIBS
CMAKE_DL_LIBS-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake
//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=/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx
//DO NOT EDIT, CMAKE_HP_PTHREADS loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_HP_PTHREADS:INTERNAL=0
//Advanced flag for variable: CMAKE_HP_PTHREADS
CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_MAKE_PROGRAM loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_MAKE_PROGRAM:INTERNAL=/usr/bin/gmake
//Advanced flag for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_MODULE_BUILD_FLAGS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_MODULE_BUILD_FLAGS:INTERNAL=-shared
//Advanced flag for variable: CMAKE_MODULE_BUILD_FLAGS
CMAKE_MODULE_BUILD_FLAGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_MODULE_LINK_FLAGS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_MODULE_LINK_FLAGS:INTERNAL=-rdynamic
//Advanced flag for variable: CMAKE_MODULE_LINK_FLAGS
CMAKE_MODULE_LINK_FLAGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_MODULE_SUFFIX loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_MODULE_SUFFIX:INTERNAL=.so
//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=
//Does the compiler not support explicit template instantiation.
//
CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION:INTERNAL=
//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
//DO NOT EDIT, CMAKE_RANLIB loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
CMAKE_RANLIB:INTERNAL=ranlib
//Advanced flag for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/local/share/CMake
//DO NOT EDIT, CMAKE_SHLIB_BUILD_FLAGS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_SHLIB_BUILD_FLAGS:INTERNAL=-shared
//Advanced flag for variable: CMAKE_SHLIB_BUILD_FLAGS
CMAKE_SHLIB_BUILD_FLAGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_SHLIB_CFLAGS loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_SHLIB_CFLAGS:INTERNAL=-fPIC
//Advanced flag for variable: CMAKE_SHLIB_CFLAGS
CMAKE_SHLIB_CFLAGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_SHLIB_LD_LIBS loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_SHLIB_LD_LIBS:INTERNAL=
//Advanced flag for variable: CMAKE_SHLIB_LD_LIBS
CMAKE_SHLIB_LD_LIBS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_SHLIB_LINK_FLAGS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_SHLIB_LINK_FLAGS:INTERNAL=-rdynamic
//Advanced flag for variable: CMAKE_SHLIB_LINK_FLAGS
CMAKE_SHLIB_LINK_FLAGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_SHLIB_RUNTIME_FLAG loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_SHLIB_RUNTIME_FLAG:INTERNAL=-Wl,-rpath,
//Advanced flag for variable: CMAKE_SHLIB_RUNTIME_FLAG
CMAKE_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_SHLIB_RUNTIME_SEP loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_SHLIB_RUNTIME_SEP:INTERNAL=:
//Advanced flag for variable: CMAKE_SHLIB_RUNTIME_SEP
CMAKE_SHLIB_RUNTIME_SEP-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_SHLIB_SUFFIX loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_SHLIB_SUFFIX:INTERNAL=.so
//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
//DO NOT EDIT, CMAKE_SKIP_RPATH loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_SKIP_RPATH:INTERNAL=NO
//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=Linux-2.4.18-10
//DO NOT EDIT, CMAKE_TEMPLATE_FLAGS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_TEMPLATE_FLAGS:INTERNAL=
//Advanced flag for variable: CMAKE_TEMPLATE_FLAGS
CMAKE_TEMPLATE_FLAGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_THREAD_LIBS loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_THREAD_LIBS:INTERNAL=-lpthread
//Advanced flag for variable: CMAKE_THREAD_LIBS
CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_USE_PTHREADS loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_USE_PTHREADS:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_PTHREADS
CMAKE_USE_PTHREADS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_USE_SPROC loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
CMAKE_USE_SPROC:INTERNAL=0
//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
//DO NOT EDIT, CMAKE_WORDS_BIGENDIAN loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
CMAKE_WORDS_BIGENDIAN:INTERNAL=
//Advanced flag for variable: CMAKE_WORDS_BIGENDIAN
CMAKE_WORDS_BIGENDIAN-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_X_CFLAGS loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
CMAKE_X_CFLAGS:INTERNAL=
//Advanced flag for variable: CMAKE_X_CFLAGS
CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_X_LIBS loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
CMAKE_X_LIBS:INTERNAL=' -lSM -lICE  -L/usr/X11R6/lib -lX11 -lXext '
//Advanced flag for variable: CMAKE_X_LIBS
CMAKE_X_LIBS-ADVANCED:INTERNAL=1
//DO NOT EDIT, CP loaded from external file.  To change this value
// edit this file: /usr/include/vtk/CMakeCache.txt
CP:INTERNAL=/bin/cp
//Path to an executable
Cube_CMAKE_PATH:INTERNAL=/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx
//DO NOT EDIT, DART_ROOT loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
DART_ROOT:INTERNAL=NOTFOUND
//DO NOT EDIT, DOT loaded from external file.  To change this value
// edit this file: /usr/include/vtk/CMakeCache.txt
DOT:INTERNAL=NOTFOUND
//DO NOT EDIT, DOT_PATH loaded from external file.  To change this
// value edit this file: /usr/include/vtk/CMakeCache.txt
DOT_PATH:INTERNAL=
//DO NOT EDIT, DOXYGEN loaded from external file.  To change this
// value edit this file: /usr/include/vtk/CMakeCache.txt
DOXYGEN:INTERNAL=/usr/bin/doxygen
//DO NOT EDIT, FTGL_BUILD_EXAMPLES loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
FTGL_BUILD_EXAMPLES:INTERNAL=OFF
//DO NOT EDIT, GNUPLOT loaded from external file.  To change this
// value edit this file: /usr/include/vtk/CMakeCache.txt
GNUPLOT:INTERNAL=/usr/bin/gnuplot
//DO NOT EDIT, GZIP loaded from external file.  To change this
// value edit this file: /usr/include/vtk/CMakeCache.txt
GZIP:INTERNAL=/bin/gzip
//DO NOT EDIT, JAVA_ARCHIVE loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
JAVA_ARCHIVE:INTERNAL=NOTFOUND
//DO NOT EDIT, JAVA_COMPILE loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
JAVA_COMPILE:INTERNAL=NOTFOUND
//DO NOT EDIT, JAVA_RUNTIME loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
JAVA_RUNTIME:INTERNAL=NOTFOUND
//DO NOT EDIT, JAVE_AWT_INCLUDE_PATH loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
JAVE_AWT_INCLUDE_PATH:INTERNAL=/usr/local/j2sdk1.3.1/include
//DO NOT EDIT, MPIRUN loaded from external file.  To change this
// value edit this file: /usr/include/vtk/CMakeCache.txt
MPIRUN:INTERNAL=/usr/bin/mpirun
//DO NOT EDIT, MPI_EXTRA_LIBRARY loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
MPI_EXTRA_LIBRARY:INTERNAL=/usr/lib/liblam.a
//DO NOT EDIT, MPI_INCLUDE_PATH loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
MPI_INCLUDE_PATH:INTERNAL=/usr/include
//DO NOT EDIT, MPI_LIBRARY loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
MPI_LIBRARY:INTERNAL=/usr/lib/libmpi.a
//DO NOT EDIT, MPI_MAX_NUMPROCS loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
MPI_MAX_NUMPROCS:INTERNAL=2
//DO NOT EDIT, MPI_POSTFLAGS loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
MPI_POSTFLAGS:INTERNAL=
//DO NOT EDIT, MPI_PREFLAGS loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
MPI_PREFLAGS:INTERNAL=-np 2
//DO NOT EDIT, MV loaded from external file.  To change this value
// edit this file: /usr/include/vtk/CMakeCache.txt
MV:INTERNAL=/bin/mv
//DO NOT EDIT, OPENGL_INCLUDE_PATH loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
OPENGL_INCLUDE_PATH:INTERNAL=/usr/include
//DO NOT EDIT, OPENGL_LIBRARY loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
OPENGL_LIBRARY:INTERNAL=/usr/lib/libGL.so
//DO NOT EDIT, PERL loaded from external file.  To change this
// value edit this file: /usr/include/vtk/CMakeCache.txt
PERL:INTERNAL=/usr/bin/perl
//Path to an executable
RGrid_CMAKE_PATH:INTERNAL=/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx
//DO NOT EDIT, RM loaded from external file.  To change this value
// edit this file: /usr/include/vtk/CMakeCache.txt
RM:INTERNAL=/bin/rm
//Path to an executable
SGrid_CMAKE_PATH:INTERNAL=/scratch4/heller/VTKTests/VTK/Examples/DataManipulation/Cxx
//DO NOT EDIT, TAR loaded from external file.  To change this value
// edit this file: /usr/include/vtk/CMakeCache.txt
TAR:INTERNAL=/bin/tar
//DO NOT EDIT, TCL_LIBRARY_DEBUG loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
TCL_LIBRARY_DEBUG:INTERNAL=NOTFOUND
//DO NOT EDIT, TCL_STUB_LIBRARY loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
TCL_STUB_LIBRARY:INTERNAL=/usr/lib/libtclstub.a
//DO NOT EDIT, TCL_STUB_LIBRARY_DEBUG loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
TCL_STUB_LIBRARY_DEBUG:INTERNAL=NOTFOUND
//DO NOT EDIT, TK_LIBRARY_DEBUG loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
TK_LIBRARY_DEBUG:INTERNAL=NOTFOUND
//DO NOT EDIT, TK_STUB_LIBRARY loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
TK_STUB_LIBRARY:INTERNAL=/usr/lib/libtkstub.a
//DO NOT EDIT, TK_STUB_LIBRARY_DEBUG loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
TK_STUB_LIBRARY_DEBUG:INTERNAL=NOTFOUND
//DO NOT EDIT, VTKEXPAT_BINARY_DIR loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKEXPAT_BINARY_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/expat
//DO NOT EDIT, VTKEXPAT_SOURCE_DIR loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKEXPAT_SOURCE_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/expat
//DO NOT EDIT, VTKFREETYPE_BINARY_DIR loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKFREETYPE_BINARY_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/freetype
//DO NOT EDIT, VTKFREETYPE_SOURCE_DIR loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKFREETYPE_SOURCE_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/freetype
//DO NOT EDIT, VTKFTGL_BINARY_DIR loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKFTGL_BINARY_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/ftgl
//DO NOT EDIT, VTKFTGL_SOURCE_DIR loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKFTGL_SOURCE_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/ftgl
//DO NOT EDIT, VTKJPEG_BINARY_DIR loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKJPEG_BINARY_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/jpeg
//DO NOT EDIT, VTKJPEG_SOURCE_DIR loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKJPEG_SOURCE_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/jpeg
//DO NOT EDIT, VTKPNG_BINARY_DIR loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKPNG_BINARY_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/png
//DO NOT EDIT, VTKPNG_SOURCE_DIR loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKPNG_SOURCE_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/png
//DO NOT EDIT, VTKTIFF_BINARY_DIR loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKTIFF_BINARY_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/tiff
//DO NOT EDIT, VTKTIFF_SOURCE_DIR loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKTIFF_SOURCE_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/tiff
//DO NOT EDIT, VTKZLIB_BINARY_DIR loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKZLIB_BINARY_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/zlib
//DO NOT EDIT, VTKZLIB_SOURCE_DIR loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTKZLIB_SOURCE_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK/Utilities/zlib
//DO NOT EDIT, VTK_BINARY_DIR loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
VTK_BINARY_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK
//DO NOT EDIT, VTK_BUILD_PYTHON_EXECUTABLE loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTK_BUILD_PYTHON_EXECUTABLE:INTERNAL=OFF
//DO NOT EDIT, VTK_BUILD_SHARED_LIBS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTK_BUILD_SHARED_LIBS:INTERNAL=ON
//DO NOT EDIT, VTK_DATA_ROOT loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
VTK_DATA_ROOT:INTERNAL=/usr/share/doc/vtk-data-4.1.1
//DO NOT EDIT, VTK_DEBUG_LEAKS loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
VTK_DEBUG_LEAKS:INTERNAL=OFF
//DO NOT EDIT, VTK_DISABLE_TK_INIT loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTK_DISABLE_TK_INIT:INTERNAL=0
//DO NOT EDIT, VTK_MANGLE_MESA loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
VTK_MANGLE_MESA:INTERNAL=OFF
//DO NOT EDIT, VTK_OPENGL_HAS_OSMESA loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTK_OPENGL_HAS_OSMESA:INTERNAL=OFF
//Advanced flag for variable: VTK_PARSE_JAVA_EXE
VTK_PARSE_JAVA_EXE-ADVANCED:INTERNAL=1
//DO NOT EDIT, VTK_SOURCE_DIR loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
VTK_SOURCE_DIR:INTERNAL=/home/bellet/rpm/BUILD/VTK
//DO NOT EDIT, VTK_USE_64BIT_IDS loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTK_USE_64BIT_IDS:INTERNAL=OFF
//DO NOT EDIT, VTK_USE_ANSI_STDLIB loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTK_USE_ANSI_STDLIB:INTERNAL=OFF
//DO NOT EDIT, VTK_USE_FREETYPE loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTK_USE_FREETYPE:INTERNAL=ON
//DO NOT EDIT, VTK_USE_HYBRID loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
VTK_USE_HYBRID:INTERNAL=ON
//DO NOT EDIT, VTK_USE_MPI loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
VTK_USE_MPI:INTERNAL=ON
//DO NOT EDIT, VTK_USE_PARALLEL loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTK_USE_PARALLEL:INTERNAL=ON
//DO NOT EDIT, VTK_USE_PATENTED loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTK_USE_PATENTED:INTERNAL=ON
//DO NOT EDIT, VTK_USE_RENDERING loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTK_USE_RENDERING:INTERNAL=ON
//DO NOT EDIT, VTK_USE_VOLUMEPRO loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
VTK_USE_VOLUMEPRO:INTERNAL=OFF
//DO NOT EDIT, VTK_USE_X loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
VTK_USE_X:INTERNAL=ON
//DO NOT EDIT, VTK_WRAP_JAVA loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
VTK_WRAP_JAVA:INTERNAL=ON
//Advanced flag for variable: VTK_WRAP_JAVA_EXE
VTK_WRAP_JAVA_EXE-ADVANCED:INTERNAL=1
//DO NOT EDIT, VTK_WRAP_PYTHON loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
VTK_WRAP_PYTHON:INTERNAL=ON
//Advanced flag for variable: VTK_WRAP_PYTHON_EXE
VTK_WRAP_PYTHON_EXE-ADVANCED:INTERNAL=1
//DO NOT EDIT, VTK_WRAP_TCL loaded from external file.  To change
// this value edit this file: /usr/include/vtk/CMakeCache.txt
VTK_WRAP_TCL:INTERNAL=ON
//Advanced flag for variable: VTK_WRAP_TCL_EXE
VTK_WRAP_TCL_EXE-ADVANCED:INTERNAL=1
//DO NOT EDIT, WGET loaded from external file.  To change this
// value edit this file: /usr/include/vtk/CMakeCache.txt
WGET:INTERNAL=/usr/bin/wget
//DO NOT EDIT, vtkCommonJava_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkCommonJava_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkCommon;
//DO NOT EDIT, vtkCommonPython_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkCommonPython_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkCommon;
//DO NOT EDIT, vtkCommonTCL_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkCommonTCL_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;/usr/lib/libtcl.so;vtkCommon;
//DO NOT EDIT, vtkCommon_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkCommon_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;
//DO NOT EDIT, vtkFilteringJava_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkFilteringJava_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkCommonJava;vtkFiltering;
//DO NOT EDIT, vtkFilteringPython_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkFilteringPython_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkCommonPython;vtkFiltering;
//DO NOT EDIT, vtkFilteringTCL_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkFilteringTCL_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkCommonTCL;vtkFiltering;/usr/lib/libtcl.so;
//DO NOT EDIT, vtkFiltering_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkFiltering_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkCommon;
//DO NOT EDIT, vtkGraphicsJava_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkGraphicsJava_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkCommonJava;vtkFilteringJava;vtkGraphics;
//DO NOT EDIT, vtkGraphicsPython_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkGraphicsPython_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkFilteringPython;vtkCommonPython;vtkGraphics;
//DO NOT EDIT, vtkGraphicsTCL_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkGraphicsTCL_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkFilteringTCL;vtkGraphics;/usr/lib/libtcl.so;
//DO NOT EDIT, vtkGraphics_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkGraphics_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkFiltering;
//DO NOT EDIT, vtkHybridJava_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkHybridJava_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkHybrid;vtkRenderingJava;vtkIOJava;
//DO NOT EDIT, vtkHybridPython_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkHybridPython_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkRenderingPython;vtkIOPython;/usr/lib/libGL.so;vtkHybrid;
//DO NOT EDIT, vtkHybridTCL_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkHybridTCL_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkHybrid;vtkRenderingTCL;vtkIOTCL;
//DO NOT EDIT, vtkHybrid_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkHybrid_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkRendering;vtkIO;
//DO NOT EDIT, vtkIOJava_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkIOJava_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkCommonJava;vtkFilteringJava;vtkIO;
//DO NOT EDIT, vtkIOPython_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkIOPython_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkFilteringPython;vtkCommonPython;vtkIO;
//DO NOT EDIT, vtkIOTCL_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkIOTCL_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkFilteringTCL;vtkIO;/usr/lib/libtcl.so;
//DO NOT EDIT, vtkIO_LIB_DEPENDS loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkIO_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkFiltering;vtkpng;vtkzlib;vtkjpeg;vtktiff;vtkexpat;
//DO NOT EDIT, vtkImagingJava_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkImagingJava_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkCommonJava;vtkFilteringJava;vtkImaging;
//DO NOT EDIT, vtkImagingPython_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkImagingPython_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkFilteringPython;vtkCommonPython;vtkImaging;
//DO NOT EDIT, vtkImagingTCL_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkImagingTCL_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkFilteringTCL;vtkImaging;/usr/lib/libtcl.so;
//DO NOT EDIT, vtkImaging_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkImaging_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkFiltering;
//DO NOT EDIT, vtkParallelJava_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkParallelJava_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkParallel;vtkRenderingJava;vtkIOJava;
//DO NOT EDIT, vtkParallelPython_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkParallelPython_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkIOPython;vtkRenderingPython;/usr/lib/libGL.so;vtkParallel;
//DO NOT EDIT, vtkParallelTCL_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkParallelTCL_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkParallel;vtkIOTCL;vtkRenderingTCL;
//DO NOT EDIT, vtkParallel_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkParallel_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;/usr/lib/libmpi.a;/usr/lib/liblam.a;vtkRendering;vtkIO;
//DO NOT EDIT, vtkPatentedJava_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkPatentedJava_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkPatented;vtkImagingJava;vtkGraphicsJava;
//DO NOT EDIT, vtkPatentedPython_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkPatentedPython_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkGraphicsPython;vtkImagingPython;vtkPatented;
//DO NOT EDIT, vtkPatentedTCL_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkPatentedTCL_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkPatented;vtkIOTCL;vtkGraphicsTCL;vtkImagingTCL;
//DO NOT EDIT, vtkPatented_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkPatented_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkImaging;vtkGraphics;vtkIO;
//DO NOT EDIT, vtkRenderingJava_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkRenderingJava_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkImagingJava;vtkGraphicsJava;vtkRendering;
//DO NOT EDIT, vtkRenderingPythonTkWidgets_LIB_DEPENDS loaded from
// external file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkRenderingPythonTkWidgets_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkRendering;/usr/lib/libtcl.so;/usr/lib/libtk.so;
//DO NOT EDIT, vtkRenderingPython_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkRenderingPython_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkGraphicsPython;vtkImagingPython;vtkRendering;
//DO NOT EDIT, vtkRenderingTCL_LIB_DEPENDS loaded from external
// file.  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkRenderingTCL_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkGraphicsTCL;vtkImagingTCL;vtkRendering;/usr/lib/libtcl.so;/usr/lib/libtk.so;
//DO NOT EDIT, vtkRendering_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkRendering_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkGraphics;vtkImaging;/usr/lib/libGL.so;vtkftgl;vtkfreetype;-lXt; -lSM -lICE  -L/usr/X11R6/lib -lX11 -lXext ;
//DO NOT EDIT, vtkexpat_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkexpat_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;
//DO NOT EDIT, vtkfreetype_LIB_DEPENDS loaded from external file.
//  To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkfreetype_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;
//DO NOT EDIT, vtkftgl_LIB_DEPENDS loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkftgl_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;/usr/lib/libGL.so;vtkfreetype;
//DO NOT EDIT, vtkjpeg_LIB_DEPENDS loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkjpeg_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;
//DO NOT EDIT, vtkpng_LIB_DEPENDS loaded from external file.  To
// change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkpng_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkzlib;
//DO NOT EDIT, vtktiff_LIB_DEPENDS loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtktiff_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;vtkzlib;vtkjpeg;
//DO NOT EDIT, vtkzlib_LIB_DEPENDS loaded from external file. 
// To change this value edit this file: /usr/include/vtk/CMakeCache.txt
//
vtkzlib_LIB_DEPENDS:INTERNAL=-lpthread;-ldl;-lm;

PROJECT (DataManipulation)

INCLUDE (${CMAKE_ROOT}/Modules/FindVTK.cmake)
IF (USE_VTK_FILE)
  INCLUDE(${USE_VTK_FILE})
ENDIF (USE_VTK_FILE)

ADD_EXECUTABLE(Arrays Arrays.cxx)
ADD_EXECUTABLE(Cube Cube.cxx)
ADD_EXECUTABLE(SGrid SGrid.cxx)
ADD_EXECUTABLE(RGrid RGrid.cxx)

TARGET_LINK_LIBRARIES(Arrays vtkRendering)
TARGET_LINK_LIBRARIES(Cube vtkRendering)
TARGET_LINK_LIBRARIES(SGrid vtkRendering)
TARGET_LINK_LIBRARIES(RGrid vtkRendering)

goku.cs.umass.edu% cat /etc/redhat-release 
Red Hat Linux release 7.3 (Valhalla)
goku.cs.umass.edu% rpm -q vtk vtk-devel gcc gcc-c++ binutils kernel
vtk-4.1.1-1.cvs20020925
vtk-devel-4.1.1-1.cvs20020925
gcc-2.96-112
gcc-c++-2.96-112
binutils-2.11.93.0.2-11
kernel-2.4.18-3
kernel-2.4.18-10



                                     \/
Robert Heller                        ||InterNet:   heller at cs.umass.edu
http://vis-www.cs.umass.edu/~heller  ||            heller at deepsoft.com
http://www.deepsoft.com              /\FidoNet:    1:321/153




More information about the vtkusers mailing list