[vtkusers] Mac OS X build problems

Michael Norton mnorton at cisco.com
Wed Jun 5 18:12:47 EDT 2002


hi,

Try
   ./Mace -I &       <-- leaves the demo on the screen.

My G4 450 the machine is relatively slow enough to see the quick flicker of 
Mace. The -I argument is for interactive mode. Which isn't
quite there yet. But you can see the demo. Do the same for the TimeRender 
demos. The ExpCos.cxx is a cool example too.

Mike


At 04:02 PM 6/5/2002 -0600, Chris Want wrote:
>Hi Yves and Michael,
>
>Thanks very much for responding!
>
> > There shouldn't be much in the way of obstacles:
>
>As I have learned from building vtk on other platforms,
>there indeed shouldn't be (after the forth or fifth
>attempt =D).
>
>I followed the directions you supplied and it
>built (well ... I also had to throw in a
>" -framework AppKit" in there somewhere too).
>
>And, to Michael: the Mace example didn't work
>(a blank window appeared briefly then vanished).
>
>When I try to run any scripts (even very rudimentary
>ones, like just a vtkSphereSource in a renderer),
>I get a window with the object rendered, but the
>window is frozen (really frozen -- I can't even
>drag the window around let alone interact with
>the windows contents, and the only way to get
>rid off it is with kill -9). The terminal window
>issues this error:
>
>2002-06-05 15:35:54.409 python[14788] Error 1011 in
>_sendFinishLaunchingNotification
>
>I then tried rebuild again with hybrid and patented
>added (I frequently use stuff from these) and the
>error I get this time is:
>
>c++   -bundle -flat_namespace -undefined suppress
>-fno-coalesce-templates -fno-coalesce-static-vtables -o
>/Users/cwant/vtk40/binary/bin/libvtkHybridPython.so
>vtkHybridPythonInit.o vtk3DSImporterPython.o vtkArcPlotterPython.o
>vtkCaptionActor2DPython.o vtkCubeAxesActor2DPython.o
>vtkDepthSortPolyDataPython.o vtkEarthSourcePython.o
>vtkGridTransformPython.o vtkImplicitModellerPython.o
>vtkImageToPolyDataFilterPython.o
>vtkIterativeClosestPointTransformPython.o vtkLandmarkTransformPython.o
>vtkLegendBoxActorPython.o vtkPolyDataToImageStencilPython.o
>vtkRenderLargeImagePython.o vtkRIBExporterPython.o vtkRIBLightPython.o
>vtkRIBPropertyPython.o vtkThinPlateSplineTransformPython.o
>vtkTransformToGridPython.o vtkVectorTextPython.o vtkVideoSourcePython.o
>vtkVRMLImporterPython.o vtkXYPlotActorPython.o
>vtkWeightedTransformFilterPython.o  -L/Users/cwant/vtk40/binary/bin
>-L/sw/lib/python2.2 -lpthread -lm -lvtkRenderingPython -lvtkIOPython
>-lvtkGraphicsPython -lvtkImagingPython -lvtkFilteringPython
>-lvtkCommonPython -framework Carbon -framework AGL -framework OpenGL
>-framework AppKit -lvtkCommon -lvtkFiltering -lvtkImaging -lvtkGraphics
>-lvtkIO -lvtkRendering -lvtkHybrid -lvtkRendering -framework Carbon
>-framework AGL -framework OpenGL -framework AppKit -lvtkImaging -lvtkIO
>-lvtkpng -lvtkzlib -lvtkjpeg -lvtkGraphics -lvtkFiltering -lvtkCommon
>-lpthread -lm
>/usr/bin/ld: can't locate file for: -lvtkRenderingPython
>make[3]: *** [/Users/cwant/vtk40/binary/bin/libvtkHybridPython.so] Error 1
>make[2]: *** [default_target] Error 2
>make[1]: *** [default_target_Hybrid] Error 2
>make: *** [default_target] Error 2
>
>Are hybrid and patented not available for the OS X build?
>
>Anyways, I've included my CMakeCache.txt below. If somebody
>has vtk running satisfactorily on OS X would be willing to post
>their CMakeCache.txt I'd really appreciate it.
>
>Thanks for your assistance,
>Chris Want
>
>------------ CMakeCache.txt ----------
>
># This is the CMakeCache file.
># For build in directory: /Users/cwant/vtk40/binary
># 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
>########################
>
>//Build the documentation (Doxygen).
>BUILD_DOCUMENTATION:BOOL=OFF
>
>//Build VTK examples.
>BUILD_EXAMPLES:BOOL=OFF
>
>//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++
>
>CMAKE_CXX_MODULE_BUILD_FLAGS:STRING=-bundle -flat_namespace -undefined
>suppress
>
>CMAKE_CXX_MODULE_LINK_FLAGS:STRING=
>
>CMAKE_CXX_SHLIB_BUILD_FLAGS:STRING=-dynamiclib
>
>CMAKE_CXX_SHLIB_CFLAGS:STRING=
>
>CMAKE_CXX_SHLIB_LINK_FLAGS:STRING=
>
>CMAKE_CXX_SHLIB_RUNTIME_FLAG:STRING=
>
>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/bin/make
>
>//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 '
>
>//If you have Dart installed, where is it located?
>DART_ROOT:PATH=NOTFOUND
>
>//Single output directory for building all executables.
>EXECUTABLE_OUTPUT_PATH:PATH=/Users/cwant/vtk40/binary/bin
>
>//Single output directory for building all libraries.
>LIBRARY_OUTPUT_PATH:PATH=/Users/cwant/vtk40/binary/bin
>
>//OpenGL library for OSX
>OPENGL_LIBRARY:STRING=-framework Carbon -framework AGL -framework OpenGL
>-framework AppKit
>
>//What is the path where the file Python.h can be found
>PYTHON_INCLUDE_PATH:PATH=/sw/include/python2.2
>
>//Where can one of the python, python21, python2.1, python20, python2.0,
>// python1.5 or python15 libraries be found
>PYTHON_LIBRARY:FILEPATH=/sw/lib/python2.2
>
>//Value Computed by CMake
>VTKJPEG_BINARY_DIR:STATIC=/Users/cwant/vtk40/binary/Utilities/jpeg
>
>//Value Computed by CMake
>VTKJPEG_SOURCE_DIR:STATIC=/Users/cwant/vtk40/VTK/Utilities/jpeg
>
>//Value Computed by CMake
>VTKPNG_BINARY_DIR:STATIC=/Users/cwant/vtk40/binary/Utilities/png
>
>//Value Computed by CMake
>VTKPNG_SOURCE_DIR:STATIC=/Users/cwant/vtk40/VTK/Utilities/png
>
>//Value Computed by CMake
>VTKZLIB_BINARY_DIR:STATIC=/Users/cwant/vtk40/binary/Utilities/zlib
>
>//Value Computed by CMake
>VTKZLIB_SOURCE_DIR:STATIC=/Users/cwant/vtk40/VTK/Utilities/zlib
>
>//Value Computed by CMake
>VTK_BINARY_DIR:STATIC=/Users/cwant/vtk40/binary
>
>//What is the path where the file VTKData.readme can be found
>VTK_DATA_ROOT:PATH=/Users/cwant/vtk40/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=/Users/cwant/vtk40/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 the hybrid directory classes
>VTK_USE_HYBRID:BOOL=ON
>
>//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=ON
>
>//Build classes for the Quartz window manager
>VTK_USE_QUARTZ:BOOL=ON
>
>//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=/Users/cwant/vtk40/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=/Users/cwant/vtk40/binary/bin/./vtkWrapPython
>
>//wrap classes into the TCL intepreted language
>VTK_WRAP_TCL:BOOL=OFF
>
>//Dependencies for the target
>vtkCommonPython_LIB_DEPENDS:STATIC=-lpthread;;-lm;/sw/lib/python2.2;vtkCommon;
>
>//Dependencies for the target
>vtkCommon_LIB_DEPENDS:STATIC=-lpthread;-lm;
>
>//Dependencies for the target
>vtkFilteringPython_LIB_DEPENDS:STATIC=-lpthread;-lm;/sw/lib/python2.2;vtkCommon;vtkFiltering;
>
>//Dependencies for the target
>vtkFiltering_LIB_DEPENDS:STATIC=-lpthread;;-lm;vtkCommon;
>
>//Dependencies for the target
>vtkGraphicsPython_LIB_DEPENDS:STATIC=-lpthread;-lm;/sw/lib/python2.2;vtkCommon;vtkFiltering;vtkGraphics;
>
>//Dependencies for the target
>vtkGraphics_LIB_DEPENDS:STATIC=-lpthread;;-lm;vtkCommon;vtkFiltering;
>
>//Dependencies for the target
>vtkHybridPython_LIB_DEPENDS:STATIC=-lpthread;;-lm;vtkRenderingPython;vtkIOPython;vtkGraphicsPython;vtkImagingPython;vtkFilteringPython;vtkCommonPython;-framework
>Carbon -framework AGL -framework OpenGL -framework
>AppKit;/sw/lib/python2.2;vtkHybrid;
>
>//Dependencies for the target
>vtkHybrid_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkCommon;vtkFiltering;vtkImaging;vtkGraphics;vtkIO;vtkRendering;
>
>//Dependencies for the target
>vtkIOPython_LIB_DEPENDS:STATIC=-lpthread;;-lm;vtkpng;vtkzlib;vtkjpeg;/sw/lib/python2.2;vtkCommon;vtkFiltering;vtkIO;
>
>//Dependencies for the target
>vtkIO_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkpng;vtkzlib;vtkjpeg;vtkCommon;vtkFiltering;
>
>//Dependencies for the target
>vtkImagingPython_LIB_DEPENDS:STATIC=-lpthread;-lm;/sw/lib/python2.2;vtkCommon;vtkFiltering;vtkImaging;
>
>//Dependencies for the target
>vtkImaging_LIB_DEPENDS:STATIC=-lpthread;-lm;vtkCommon;vtkFiltering;
>
>//Dependencies for the target
>vtkPatentedPython_LIB_DEPENDS:STATIC=-lpthread;;-lm;vtkGraphicsPython;vtkImagingPython;vtkFilteringPython;vtkCommonPython;/sw/lib/python2.2;vtkIO;vtkPatented;
>
>//Dependencies for the target
>vtkPatented_LIB_DEPENDS:STATIC=-lpthread;;-lm;vtkCommon;vtkFiltering;vtkImaging;vtkGraphics;vtkIO;
>
>//Dependencies for the target
>vtkRenderingPython_LIB_DEPENDS:STATIC=-lpthread;-lm;-framework Carbon
>-framework AGL -framework OpenGL -framework
>AppKit;/sw/lib/python2.2;vtkCommon;vtkFiltering;vtkImaging;vtkGraphics;vtkRendering;
>
>//Dependencies for the target
>vtkRendering_LIB_DEPENDS:STATIC=-lpthread;;-lm;-framework Carbon
>-framework AGL -framework OpenGL -framework
>AppKit;vtkCommon;vtkFiltering;vtkImaging;vtkGraphics;
>
>//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
>vtkzlib_LIB_DEPENDS:STATIC=-lpthread;-lm;
>
>
>########################
># INTERNAL cache entries
>########################
>
>//Executable to project name.
>/Users/cwant/vtk40/binary/bin/./vtkWrapPython:INTERNAL=vtkWrapPython
>//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=/Users/cwant/vtk40/binary
>//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=3
>//Path to CMake executable.
>CMAKE_COMMAND:INTERNAL=/Users/cwant/vtk40/CMake/Source/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
>//Path to cache edit program executable.
>CMAKE_EDIT_COMMAND:INTERNAL=/Users/cwant/vtk40/CMake/Source/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=/Users/cwant/vtk40/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 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=/Users/cwant/vtk40/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.4
>//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
>//Path to an executable
>CellLocator:INTERNAL=/Users/cwant/vtk40/binary/Graphics/Testing/Cxx
>//Advanced flag for variable: EXECUTABLE_OUTPUT_PATH
>EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1
>//Path to an executable
>FrustumClip:INTERNAL=/Users/cwant/vtk40/binary/Graphics/Testing/Cxx
>//Path to an executable
>ImportExport:INTERNAL=/Users/cwant/vtk40/binary/Imaging/Testing/Cxx
>//Advanced flag for variable: LIBRARY_OUTPUT_PATH
>LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1
>//Path to an executable
>Mace:INTERNAL=/Users/cwant/vtk40/binary/Graphics/Testing/Cxx
>//Path to an executable
>ObjectFactory:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>PointLocator:INTERNAL=/Users/cwant/vtk40/binary/Graphics/Testing/Cxx
>//Path to an executable
>RGrid:INTERNAL=/Users/cwant/vtk40/binary/Graphics/Testing/Cxx
>//Path to an executable
>TimeRenderer:INTERNAL=/Users/cwant/vtk40/binary/Rendering/Testing/Cxx
>//Path to an executable
>TimeRenderer2:INTERNAL=/Users/cwant/vtk40/binary/Rendering/Testing/Cxx
>//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 libraries are. Used by projects which depend on VTK.
>// Do not remove.
>VTK_LIBRARY_PATH:INTERNAL=/Users/cwant/vtk40/binary/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_WRAP_HINTS
>VTK_WRAP_HINTS-ADVANCED:INTERNAL=1
>//Advanced flag for variable: VTK_WRAP_PYTHON_EXE
>VTK_WRAP_PYTHON_EXE-ADVANCED:INTERNAL=1
>//Path to an executable
>expCos:INTERNAL=/Users/cwant/vtk40/binary/Graphics/Testing/Cxx
>//Path to an executable
>otherArrays:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>otherByteSwap:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>otherCellArray:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>otherCellBoundaries:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>otherCellDerivatives:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>otherCellPosition:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>otherCellTypes:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>otherCoordinate:INTERNAL=/Users/cwant/vtk40/binary/Rendering/Testing/Cxx
>//Path to an executable
>otherEmptyCell:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>otherLookupTable:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>otherRectilinearGrid:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>otherStructuredGrid:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>otherTimerLog:INTERNAL=/Users/cwant/vtk40/binary/Common/Testing/Cxx
>//Path to an executable
>volProt:INTERNAL=/Users/cwant/vtk40/binary/Graphics/Testing/Cxx
>//Path to a library
>vtkCommon:INTERNAL=/Users/cwant/vtk40/binary/Common
>//Path to a library
>vtkCommonPython:INTERNAL=/Users/cwant/vtk40/binary/Common
>//Whether a library is static, shared or module.
>vtkCommonPython_LIBRARY_TYPE:INTERNAL=MODULE
>//Whether a library is static, shared or module.
>vtkCommon_LIBRARY_TYPE:INTERNAL=SHARED
>//Path to a library
>vtkFiltering:INTERNAL=/Users/cwant/vtk40/binary/Filtering
>//Path to a library
>vtkFilteringPython:INTERNAL=/Users/cwant/vtk40/binary/Filtering
>//Whether a library is static, shared or module.
>vtkFilteringPython_LIBRARY_TYPE:INTERNAL=MODULE
>//Whether a library is static, shared or module.
>vtkFiltering_LIBRARY_TYPE:INTERNAL=SHARED
>//Path to a library
>vtkGraphics:INTERNAL=/Users/cwant/vtk40/binary/Graphics
>//Path to a library
>vtkGraphicsPython:INTERNAL=/Users/cwant/vtk40/binary/Graphics
>//Whether a library is static, shared or module.
>vtkGraphicsPython_LIBRARY_TYPE:INTERNAL=MODULE
>//Whether a library is static, shared or module.
>vtkGraphics_LIBRARY_TYPE:INTERNAL=SHARED
>//Path to a library
>vtkHybrid:INTERNAL=/Users/cwant/vtk40/binary/Hybrid
>//Path to a library
>vtkHybridPython:INTERNAL=/Users/cwant/vtk40/binary/Hybrid
>//Whether a library is static, shared or module.
>vtkHybridPython_LIBRARY_TYPE:INTERNAL=MODULE
>//Whether a library is static, shared or module.
>vtkHybrid_LIBRARY_TYPE:INTERNAL=SHARED
>//Path to a library
>vtkIO:INTERNAL=/Users/cwant/vtk40/binary/IO
>//Path to a library
>vtkIOPython:INTERNAL=/Users/cwant/vtk40/binary/IO
>//Whether a library is static, shared or module.
>vtkIOPython_LIBRARY_TYPE:INTERNAL=MODULE
>//Whether a library is static, shared or module.
>vtkIO_LIBRARY_TYPE:INTERNAL=SHARED
>//Path to a library
>vtkImaging:INTERNAL=/Users/cwant/vtk40/binary/Imaging
>//Path to a library
>vtkImagingPython:INTERNAL=/Users/cwant/vtk40/binary/Imaging
>//Whether a library is static, shared or module.
>vtkImagingPython_LIBRARY_TYPE:INTERNAL=MODULE
>//Whether a library is static, shared or module.
>vtkImaging_LIBRARY_TYPE:INTERNAL=SHARED
>//Path to a library
>vtkPatented:INTERNAL=/Users/cwant/vtk40/binary/Patented
>//Path to a library
>vtkPatentedPython:INTERNAL=/Users/cwant/vtk40/binary/Patented
>//Whether a library is static, shared or module.
>vtkPatentedPython_LIBRARY_TYPE:INTERNAL=MODULE
>//Whether a library is static, shared or module.
>vtkPatented_LIBRARY_TYPE:INTERNAL=SHARED
>//Path to a library
>vtkRendering:INTERNAL=/Users/cwant/vtk40/binary/Rendering
>//Path to a library
>vtkRenderingPython:INTERNAL=/Users/cwant/vtk40/binary/Rendering
>//Whether a library is static, shared or module.
>vtkRenderingPython_LIBRARY_TYPE:INTERNAL=MODULE
>//Whether a library is static, shared or module.
>vtkRendering_LIBRARY_TYPE:INTERNAL=SHARED
>//Path to an executable
>vtkWrapPython:INTERNAL=/Users/cwant/vtk40/binary/Wrapping
>//Path to a library
>vtkjpeg:INTERNAL=/Users/cwant/vtk40/binary/Utilities/jpeg
>//Whether a library is static, shared or module.
>vtkjpeg_LIBRARY_TYPE:INTERNAL=SHARED
>//Path to a library
>vtkpng:INTERNAL=/Users/cwant/vtk40/binary/Utilities/png
>//Whether a library is static, shared or module.
>vtkpng_LIBRARY_TYPE:INTERNAL=SHARED
>//Path to a library
>vtkzlib:INTERNAL=/Users/cwant/vtk40/binary/Utilities/zlib
>//Whether a library is static, shared or module.
>vtkzlib_LIBRARY_TYPE:INTERNAL=SHARED
>
>
>
>_______________________________________________
>This is the private VTK discussion list. Please keep messages on-topic. 
>Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://public.kitware.com/mailman/listinfo/vtkusers




More information about the vtkusers mailing list