[vtkusers] unsubscribe

Schönach Alwin sch at m29.magwien.gv.at
Thu Jan 16 02:31:20 EST 2003


-----Ursprüngliche Nachricht-----
Von: vtkusers-request at public.kitware.com *EXTERN*
[mailto:vtkusers-request at public.kitware.com]
Gesendet: Donnerstag, 16. Jänner 2003 00:21
An: vtkusers at public.kitware.com
Betreff: vtkusers digest, Vol 1 #1523 - 7 msgs


Send vtkusers mailing list submissions to
	vtkusers at public.kitware.com

To subscribe or unsubscribe via the World Wide Web, visit
	http://public.kitware.com/mailman/listinfo/vtkusers
or, via email, send a message with subject or body 'help' to
	vtkusers-request at public.kitware.com

You can reach the person managing the list at
	vtkusers-admin at public.kitware.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of vtkusers digest..."


Today's Topics:

   1. Re: Python mismatch error on IRIX (Andy Cedilnik)
   2. Panning question (Ben Held)
   3. Using the VTKData with the Examples (Joseph Griffin)
   4. Re: Panning question (John Biddiscombe)
   5. vtk in c++ question (Galen Wilkerson)
   6. Dynamic Clipping Plane (Stephen Reilly)
   7. Re: cmake error: SET_TARGET_PROPERTIES  (CMakeCache.txt) (Peter J.
Carr)

--__--__--

Message: 1
Subject: Re: [vtkusers] Python mismatch error on IRIX
From: Andy Cedilnik <andy.cedilnik at kitware.com>
To: Randy Heiland <heiland at ncsa.uiuc.edu>
Cc: VTK users list <vtkusers at public.kitware.com>
Organization: Kitware Inc.
Date: 15 Jan 2003 14:42:46 -0500

Hi Randy,

I am not sure. I think it might be because of stuff we added to VTK and
stuff they added to Python. 

				Andy

On Wed, 2003-01-15 at 14:35, Randy Heiland wrote:
> Hmm.  This leads me to ask - how was I able to do it (import VTK libs into
> Python) before?
> 
> Yes, I did see mention of the 'vtkpython' while searching the VTK
archives,
> however was confused since I only had 'vtkpython.py'.
> 
> I'll try CVS...



--__--__--

Message: 2
Reply-To: <ben.held at staarinc.com>
From: "Ben Held" <ben.held at staarinc.com>
To: <vtkusers at public.kitware.com>
Date: Wed, 15 Jan 2003 15:25:12 -0600
Subject: [vtkusers] Panning question

Hello,

I am looking for a function which will allow me to pan in a view by
specifying a number of pixels to pan horizontally and a number of pixels to
pan vertically, regardless of the orientation of the view.  I assume all I
need to do is adjust the camera position and focal point accordingly, taking
into account the view orientation.  Anyone have code for this?

Thanks,

Ben

Ben Held
Simulation Technology & Applied Research, Inc.
11520 N. Port Washington Rd., Suite 101B
Mequon, WI  53092
P: +1 (262) 240-0291 x101
F: +1 (262) 240-0294
W: http://www.staarinc.com



--__--__--

Message: 3
From: "Joseph Griffin" <jgriffin at pclnet.net>
To: "vtk" <vtkusers at public.kitware.com>
Date: Wed, 15 Jan 2003 15:35:27 -0600
Subject: [vtkusers] Using the VTKData with the Examples

Hello,
I'm getting the following error message:

ERROR: In C:\martink\nightly\VTK\IO\vtkSTLReader.cxx, line 99
vtkSTLReader (0x03A81C88): File ../../../../VTKData/Data/42400-IDGH.stl not 
found

How do I properly configure the VTKData Package?

Thanks,
Joseph


"A living dog is better than a dead lion."    Ecclesiastes 9:4




--__--__--

Message: 4
Reply-To: "John Biddiscombe" <jbiddiscombe at skippingmouse.co.uk>
From: "John Biddiscombe" <jbiddiscombe at skippingmouse.co.uk>
To: <ben.held at staarinc.com>, <vtkusers at public.kitware.com>
Subject: Re: [vtkusers] Panning question
Date: Wed, 15 Jan 2003 22:52:37 -0000
Organization: Skipping Mouse Software

There's some code whiuch does this in vtkInteractorStyleFlight.
Unfortunately the class doesn't seem to be working right now (my fault -
long term negligence), but you can find the bit that computes the
forward/Bacward Left/Right vectors and use that

JB

----- Original Message -----
From: "Ben Held" <ben.held at staarinc.com>
To: <vtkusers at public.kitware.com>
Sent: Wednesday, January 15, 2003 9:25 PM
Subject: [vtkusers] Panning question


> Hello,
>
> I am looking for a function which will allow me to pan in a view by
> specifying a number of pixels to pan horizontally and a number of pixels
to
> pan vertically, regardless of the orientation of the view.  I assume all I
> need to do is adjust the camera position and focal point accordingly,
taking
> into account the view orientation.  Anyone have code for this?
>
> Thanks,
>
> Ben
>
> Ben Held
> Simulation Technology & Applied Research, Inc.
> 11520 N. Port Washington Rd., Suite 101B
> Mequon, WI  53092
> P: +1 (262) 240-0291 x101
> F: +1 (262) 240-0294
> W: http://www.staarinc.com
>
>
> _______________________________________________
> 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
>



--__--__--

Message: 5
Date: Wed, 15 Jan 2003 14:57:31 -0800 (PST)
From: Galen Wilkerson <galen at compbio.washington.edu>
To: vtkusers at public.kitware.com
Subject: [vtkusers] vtk in c++ question


Hi,

Pardon my ignorance, but I've been using vtk with python up until now.

How do I compile a vtk c++ program?

I have vtk version 4.0, and redhat 7.3.  when I compile the sphere example 
with g++, I get the following errors.  I think I just need to set some 
environment variables - 

%g++ sphere.cc 
sphere.cc:1:29: vtkSphereSource.h: No such file or directory
sphere.cc:2:31: vtkPolyDataMapper.h: No such file or directory
sphere.cc:3:22: vtkActor.h: No such file or directory
sphere.cc:4:29: vtkRenderWindow.h: No such file or directory
sphere.cc:5:25: vtkRenderer.h: No such file or directory
sphere.cc:6:39: vtkRenderWindowInteractor.h: No such file or directory


thanks!

-Galen

Computational Biology Research Group
http://compbio.washington.edu/
phone: 206 732 6127
fax: 206 732 6055


--__--__--

Message: 6
From: "Stephen Reilly" <stephen.reilly at ntlworld.com>
To: "VTKUsers Maillist" <vtkusers at public.kitware.com>
Date: Wed, 15 Jan 2003 23:04:42 -0000
Subject: [vtkusers] Dynamic Clipping Plane

Hi,

I was wondering if there is a method of creating a clipping plane that
remains in place with respect to the camera.

I have a volume rendered, and am using clipping planes to look at the
internal structures. However, I was hoping that there would be a way of
setting the clipping plane with respect to the camera, and then movements of
the camera or volume would cause the clipping plane to move into or around
the volume.

I have been reading through the documentation and the textbook, but have so
far drawn a blank, so any help would be appreciated.

Thanks in advance,
Stephen


--__--__--

Message: 7
Date: Wed, 15 Jan 2003 18:17:46 -0500
From: "Peter J. Carr" <pjc at hootenanny.org>
To: "William A. Hoffman" <billlist at nycap.rr.com>
Cc: vtkusers at public.kitware.com
Subject: Re: [vtkusers] cmake error: SET_TARGET_PROPERTIES  (CMakeCache.txt)

I used that version of CMake, wiped out CMakeCache.txt and was able to
successfully build VTK on MacOS X (10.2.3)
using CARBON and SHARED_LIBS.
I did have one glitch with the TK_INTERNAL_PATH and had manually set it to:
	//What is the path where the file tkMacOSXInt.h can be found
	
TK_INTERNAL_PATH:PATH=/Library/Frameworks/Tk.framework/PrivateHeaders;/Users
/pjc/Projects/VTK/Rendering/tkOSXInternals

At the moment the cxx tests work and MaceTk.tcl works but I get a bus error
when trying
to run the java examples. Do you have any insight about getting the java
wrappers working.

Thanks,
Peter Carr



William A. Hoffman wrote:
> I think I found the problem.   Can you get cmake from cvs with
> cvs update -r Release-1-6, and try it again.   You will have to remove
your cache.
> 
> -Bill
> 
> 
> At 02:23 PM 1/15/2003 -0500, you wrote:
> 
>># This is the CMakeCache file.
>># For build in directory: /Users/pjc/Projects/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 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=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.6
>>
>>//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
>>// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
>>//
>>CMAKE_BUILD_TYPE:STRING=Release
>>
>>//C++ compiler
>>CMAKE_CXX_COMPILER:STRING=c++
>>
>>//Path to a program.
>>CMAKE_CXX_COMPILER_FULLPATH:FILEPATH=/usr/bin/c++
>>
>>//Flags used by the compiler during all build types.
>>CMAKE_CXX_FLAGS:STRING='  '
>>
>>//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=gcc
>>
>>//Path to a program.
>>CMAKE_C_COMPILER_FULLPATH:FILEPATH=/usr/bin/gcc
>>
>>//Flags for C compiler.
>>CMAKE_C_FLAGS:STRING='  '
>>
>>//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=/sw/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
>>
>>//What is the path where the file X11/X.h can be found
>>CMAKE_X11_INCLUDE_PATH:PATH=/usr/X11R6/include
>>
>>//Where can the X11 library be found
>>CMAKE_X11_LIB:FILEPATH=/usr/X11R6/lib/libX11.a
>>
>>//X11 extra flags.
>>CMAKE_X_CFLAGS:STRING=-I/usr/X11R6/include
>>
>>//Libraries and options used in X11 programs.
>>CMAKE_X_LIBS:STRING=/usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a
>>
>>//Where can the Xext library be found
>>CMAKE_Xext_LIB:FILEPATH=/usr/X11R6/lib/libXext.a
>>
>>//What is the path where the file X11/Xlib.h can be found
>>CMAKE_Xlib_INCLUDE_PATH:PATH=/usr/X11R6/include
>>
>>//What is the path where the file X11/Xutil.h can be found
>>CMAKE_Xutil_INCLUDE_PATH:PATH=/usr/X11R6/include
>>
>>//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/pjc/Projects/VTK/bin
>>
>>//Build FTGL examples (warning: you need Glut)
>>FTGL_BUILD_EXAMPLES:BOOL=OFF
>>
>>//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=NOTFOUND
>>
>>//Where can the jawt library be found
>>JAVA_AWT_LIBRARY:FILEPATH=NOTFOUND
>>
>>//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=NOTFOUND
>>
>>//What is the path where the file jni_md.h can be found
>>JAVA_INCLUDE_PATH2:PATH=NOTFOUND
>>
>>//Path to a program.
>>JAVA_RUNTIME:FILEPATH=/usr/bin/java
>>
>>//Single output directory for building all libraries.
>>LIBRARY_OUTPUT_PATH:PATH=/Users/pjc/Projects/VTK/bin
>>
>>//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_LIBRARIES:STRING=-framework AGL -framework OpenGL
>>
>>//Where can one of the MesaGL or GL libraries be found
>>OPENGL_gl_LIBRARY:FILEPATH=/usr/X11R6/lib/libGL.a
>>
>>//Where can one of the MesaGLU or GLU libraries be found
>>OPENGL_glu_LIBRARY:FILEPATH=/usr/X11R6/lib/libGLU.a
>>
>>//What is the path where the file GL/xmesa.h can be found
>>OPENGL_xmesa_INCLUDE_DIR:PATH=NOTFOUND
>>
>>//What is the path where the file tcl.h can be found
>>TCL_INCLUDE_PATH:PATH=/Library/Frameworks/Tcl.framework/Headers
>>
>>//Tcl Framework
>>TCL_LIBRARY:FILEPATH=-framework Tcl
>>
>>//Where can one of the tcld, tcl84d, tcl8.4d, tcl83d, tcl8.3d,
>>// tcl82d, tcl8.2d, tcl80d or tcl8.0d libraries be found
>>TCL_LIBRARY_DEBUG:FILEPATH=NOTFOUND
>>
>>//Where can one of the tclstub, tclstub84, tclstub8.4, tclstub83,
>>// tclstub8.3, tclstub82, tclstub8.2, tclstub80 or tclstub8.0 libraries
>>// be found
>>TCL_STUB_LIBRARY:FILEPATH=/usr/lib/libtclstub8.3.a
>>
>>//Where can one of the tclstubd, tclstub84d, tclstub8.4d, tclstub83d,
>>// tclstub8.3d, tclstub82d, tclstub8.2d, tclstub80d or tclstub8.0d
>>// libraries be found
>>TCL_STUB_LIBRARY_DEBUG:FILEPATH=NOTFOUND
>>
>>//Path to a program.
>>TCL_TCLSH:FILEPATH=/usr/bin/tclsh
>>
>>//What is the path where the file tk.h can be found
>>TK_INCLUDE_PATH:PATH=/Library/Frameworks/Tk.framework/Headers
>>
>>//What is the path where the file tkMacOSXInt.h can be found
>>TK_INTERNAL_PATH:PATH=/Library/Frameworks/Tk.framework/PrivateHeaders
>>
>>//Tk Framework
>>TK_LIBRARY:FILEPATH=-framework Tk
>>
>>//Where can one of the tkd, tk84d, tk8.4d, tk83d, tk8.3d, tk82d,
>>// tk8.2d, tk80d or tk8.0d libraries be found
>>TK_LIBRARY_DEBUG:FILEPATH=NOTFOUND
>>
>>//Where can one of the tkstub, tkstub84, tkstub8.4, tkstub83, tkstub8.3,
>>// tkstub82, tkstub8.2, tkstub80 or tkstub8.0 libraries be found
>>//
>>TK_STUB_LIBRARY:FILEPATH=NOTFOUND
>>
>>//Where can one of the tkstubd, tkstub84d, tkstub8.4d, tkstub83d,
>>// tkstub8.3d, tkstub82d, tkstub8.2d, tkstub80d or tkstub8.0d libraries
>>// be found
>>TK_STUB_LIBRARY_DEBUG:FILEPATH=NOTFOUND
>>
>>//Path to a program.
>>TK_WISH:FILEPATH=/usr/bin/wish
>>
>>//Value Computed by CMake
>>VTKEXPAT_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/expat
>>
>>//Value Computed by CMake
>>VTKEXPAT_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/expat
>>
>>//Value Computed by CMake
>>VTKFREETYPE_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/freetype
>>
>>//Value Computed by CMake
>>VTKFREETYPE_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/freetype
>>
>>//Value Computed by CMake
>>VTKFTGL_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/ftgl
>>
>>//Value Computed by CMake
>>VTKFTGL_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/ftgl
>>
>>//Value Computed by CMake
>>VTKJPEG_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/jpeg
>>
>>//Value Computed by CMake
>>VTKJPEG_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/jpeg
>>
>>//Value Computed by CMake
>>VTKPNG_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/png
>>
>>//Value Computed by CMake
>>VTKPNG_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/png
>>
>>//Value Computed by CMake
>>VTKTIFF_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/tiff
>>
>>//Value Computed by CMake
>>VTKTIFF_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/tiff
>>
>>//Value Computed by CMake
>>VTKZLIB_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/zlib
>>
>>//Value Computed by CMake
>>VTKZLIB_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/zlib
>>
>>//Value Computed by CMake
>>VTK_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK
>>
>>//What is the path where the file VTKData.readme can be found
>>VTK_DATA_ROOT:PATH=NOTFOUND
>>
>>//Build leak checking support into vtk.
>>VTK_DEBUG_LEAKS:BOOL=OFF
>>
>>//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/pjc/Projects/VTK/bin/./vtkParseJava
>>
>>//Value Computed by CMake
>>VTK_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK
>>
>>//Build VTK with 64 bit ids
>>VTK_USE_64BIT_IDS:BOOL=OFF
>>
>>//Use the ANSI standard iostream library
>>VTK_USE_ANSI_STDLIB:BOOL=ON
>>
>>//Build classes using Carbon API
>>VTK_USE_CARBON:BOOL=ON
>>
>>//Build classes using Cocoa API - Can only use one of these!
>>VTK_USE_COCOA:BOOL=OFF
>>
>>//Build the vtkHybrid kit.
>>VTK_USE_HYBRID:BOOL=ON
>>
>>//Use mangled Mesa with OpenGL
>>VTK_USE_MANGLED_MESA:BOOL=OFF
>>
>>//Build the vtkParallel kit.
>>VTK_USE_PARALLEL:BOOL=OFF
>>
>>//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
>>
>>//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/pjc/Projects/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/pjc/Projects/VTK/bin/./vtkWrapJava
>>
>>//Wrap VTK classes into the Python language.
>>VTK_WRAP_PYTHON:BOOL=OFF
>>
>>//Wrap VTK classes into the TCL language.
>>VTK_WRAP_TCL:BOOL=ON
>>
>>//Path to an internal program.
>>VTK_WRAP_TCL_EXE:FILEPATH=/Users/pjc/Projects/VTK/bin/./vtkWrapTcl
>>
>>//Dependencies for the target
>>vtkCommonJava_LIB_DEPENDS:STATIC=vtkCommon;
>>
>>//Dependencies for the target
>>vtkCommonTCL_LIB_DEPENDS:STATIC=-framework Tcl;vtkCommon;
>>
>>//Dependencies for the target
>>vtkCommon_LIB_DEPENDS:STATIC=-framework AppKit;-lpthread;-lm;
>>
>>//Dependencies for the target
>>vtkFilteringJava_LIB_DEPENDS:STATIC=vtkCommonJava;vtkFiltering;
>>
>>//Dependencies for the target
>>vtkFilteringTCL_LIB_DEPENDS:STATIC=vtkCommonTCL;vtkFiltering;-framework
Tcl;
>>
>>//Dependencies for the target
>>vtkFiltering_LIB_DEPENDS:STATIC=vtkCommon;
>>
>>//Dependencies for the target
>>vtkGraphicsJava_LIB_DEPENDS:STATIC=vtkCommonJava;vtkFilteringJava;vtkGraph
ics;
>>
>>//Dependencies for the target
>>vtkGraphicsTCL_LIB_DEPENDS:STATIC=vtkFilteringTCL;vtkGraphics;-framework
Tcl;
>>
>>//Dependencies for the target
>>vtkGraphics_LIB_DEPENDS:STATIC=vtkFiltering;
>>
>>//Dependencies for the target
>>vtkHybridJava_LIB_DEPENDS:STATIC=vtkHybrid;vtkRenderingJava;vtkIOJava;
>>
>>//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=vtkCommonJava;vtkFilteringJava;vtkIO;
>>
>>//Dependencies for the target
>>vtkIOTCL_LIB_DEPENDS:STATIC=vtkFilteringTCL;vtkIO;-framework Tcl;
>>
>>//Dependencies for the target
>>vtkIO_LIB_DEPENDS:STATIC=vtkFiltering;vtkpng;vtkzlib;vtkjpeg;vtktiff;vtkex
pat;
>>
>>//Dependencies for the target
>>vtkImagingJava_LIB_DEPENDS:STATIC=vtkCommonJava;vtkFilteringJava;vtkImagin
g;
>>
>>//Dependencies for the target
>>vtkImagingTCL_LIB_DEPENDS:STATIC=vtkFilteringTCL;vtkImaging;-framework
Tcl;
>>
>>//Dependencies for the target
>>vtkImaging_LIB_DEPENDS:STATIC=vtkFiltering;
>>
>>//Dependencies for the target
>>vtkRenderingJava_LIB_DEPENDS:STATIC=vtkImagingJava;vtkGraphicsJava;vtkRend
ering;
>>
>>//Dependencies for the target
>>vtkRenderingTCL_LIB_DEPENDS:STATIC=vtkGraphicsTCL;vtkImagingTCL;vtkRenderi
ng;-framework Tcl;-framework Tk;
>>
>>//Dependencies for the target
>>vtkRendering_LIB_DEPENDS:STATIC=vtkGraphics;vtkImaging;/usr/X11R6/lib/libG
LU.a;/usr/X11R6/lib/libGL.a;-framework AGL -framework
OpenGL;CACHE;STRING;OpenGL lib for OSX (for CMake 1.4);-framework
Carbon;vtkftgl;vtkfreetype;
>>
>>//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=/usr/X11R6/lib/libGLU.a;/usr/X11R6/lib/libGL.a;
/usr/X11R6/lib/libGLU.a;/usr/X11R6/lib/libGL.a;-framework AGL -framework
OpenGL;CACHE;STRING;OpenGL lib for OSX (for CMake 1.4);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/pjc/Projects/VTK/bin/./vtkParseJava:INTERNAL=vtkParseJava
>>//Executable to project name.
>>/Users/pjc/Projects/VTK/bin/./vtkWrapJava:INTERNAL=vtkWrapJava
>>//Executable to project name.
>>/Users/pjc/Projects/VTK/bin/./vtkWrapTcl:INTERNAL=vtkWrapTcl
>>//Advanced flag for variable: BUILD_DOCUMENTATION
>>BUILD_DOCUMENTATION-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
>>//Advanced flag for variable: CMAKE_BUILD_TOOL
>>CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
>>//What is the target build tool cmake is generating for.
>>CMAKE_BUILD_TOOL:INTERNAL=/sw/bin/make
>>//This is the directory where this CMakeCahe.txt was created
>>CMAKE_CACHEFILE_DIR:INTERNAL=/Users/pjc/Projects/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=6
>>//Major version of cmake used to create the current loaded cache
>>//
>>CMAKE_CACHE_RELEASE_VERSION:INTERNAL=beta 1
>>//Path to CMake executable.
>>CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
>>//Advanced flag for variable: CMAKE_CXX_COMPILER
>>CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: CMAKE_CXX_COMPILER_FULLPATH
>>CMAKE_CXX_COMPILER_FULLPATH-ADVANCED:INTERNAL=1
>>//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
>>//Advanced flag for variable: CMAKE_C_COMPILER_FULLPATH
>>CMAKE_C_COMPILER_FULLPATH-ADVANCED:INTERNAL=1
>>//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/pjc/Projects/VTK
>>//Advanced flag for variable: CMAKE_HP_PTHREADS
>>CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: CMAKE_INSTALL_PREFIX
>>CMAKE_INSTALL_PREFIX-ADVANCED:INTERNAL=1
>>//Have library ICE
>>CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=
>>//Have library /usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a
>>//
>>CMAKE_LIB_X11_SOLO: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
>>//Advanced flag for variable: CMAKE_NO_ANSI_STREAM_HEADERS
>>CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1
>>//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_X11_INCLUDE_PATH
>>CMAKE_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: CMAKE_X11_LIB
>>CMAKE_X11_LIB-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: CMAKE_X_CFLAGS
>>CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: CMAKE_X_LIBS
>>CMAKE_X_LIBS-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: CMAKE_Xext_LIB
>>CMAKE_Xext_LIB-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: CMAKE_Xlib_INCLUDE_PATH
>>CMAKE_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: CMAKE_Xutil_INCLUDE_PATH
>>CMAKE_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
>>//Result of TRY_COMPILE
>>COMPILE_OK:INTERNAL=FALSE
>>//Path to an executable
>>CommonCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Common/Testing/
Cxx
>>//Advanced flag for variable: EXECUTABLE_OUTPUT_PATH
>>EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: FTGL_BUILD_EXAMPLES
>>FTGL_BUILD_EXAMPLES-ADVANCED:INTERNAL=1
>>//Path to an executable
>>FilteringCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Filtering/Te
sting/Cxx
>>//Path to an executable
>>GraphicsCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Graphics/Test
ing/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
>>//Path to an executable
>>HybridCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Hybrid/Testing/
Cxx
>>//Path to an executable
>>IOCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/IO/Testing/Cxx
>>//Path to an executable
>>ImagingCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Imaging/Testin
g/Cxx
>>//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: 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
>>//Path to an executable
>>RenderingCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Rendering/Te
sting/Cxx
>>//Advanced flag for variable: TCL_STUB_LIBRARY
>>TCL_STUB_LIBRARY-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: TCL_STUB_LIBRARY_DEBUG
>>TCL_STUB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: TK_STUB_LIBRARY
>>TK_STUB_LIBRARY-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: TK_STUB_LIBRARY_DEBUG
>>TK_STUB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
>>//Path to an executable
>>TestCxxFeatures_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Common/Testing
/Cxx
>>//Path to an executable
>>TestInstantiator_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Common/Testin
g/Cxx
>>//Path to an executable
>>TimeRenderer2_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Rendering/Testin
g/Cxx
>>//Path to an executable
>>TimeRenderer_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Rendering/Testing
/Cxx
>>//Advanced flag for variable: VTK_DEBUG_LEAKS
>>VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1
>>//Where VTK executables are. Used by projects which depend on VTK.
>>// Do not remove.
>>VTK_EXECUTABLE_PATH:INTERNAL=/Users/pjc/Projects/VTK/bin
>>//Where VTK libraries are. Used by projects which depend on VTK.
>>// Do not remove.
>>VTK_LIBRARY_PATH:INTERNAL=/Users/pjc/Projects/VTK/bin
>>//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
>>//Advanced flag for variable: VTK_USE_64BIT_IDS
>>VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1
>>//Advanced flag for variable: VTK_USE_MANGLED_MESA
>>VTK_USE_MANGLED_MESA-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_TCL_EXE
>>VTK_WRAP_TCL_EXE-ADVANCED:INTERNAL=1
>>//Path to an executable
>>mkg3states_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Utilities/tiff
>>//Path to a library
>>vtkCommonJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Common
>>//Whether a library is static, shared or module.
>>vtkCommonJava_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkCommonTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Common
>>//Whether a library is static, shared or module.
>>vtkCommonTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkCommon_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Common
>>//Whether a library is static, shared or module.
>>vtkCommon_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkFilteringJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Filtering
>>//Whether a library is static, shared or module.
>>vtkFilteringJava_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkFilteringTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Filtering
>>//Whether a library is static, shared or module.
>>vtkFilteringTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkFiltering_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Filtering
>>//Whether a library is static, shared or module.
>>vtkFiltering_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkGraphicsJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Graphics
>>//Whether a library is static, shared or module.
>>vtkGraphicsJava_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkGraphicsTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Graphics
>>//Whether a library is static, shared or module.
>>vtkGraphicsTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkGraphics_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Graphics
>>//Whether a library is static, shared or module.
>>vtkGraphics_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkHybridJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Hybrid
>>//Whether a library is static, shared or module.
>>vtkHybridJava_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkHybridTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Hybrid
>>//Whether a library is static, shared or module.
>>vtkHybridTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkHybrid_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Hybrid
>>//Whether a library is static, shared or module.
>>vtkHybrid_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkIOJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/IO
>>//Whether a library is static, shared or module.
>>vtkIOJava_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkIOTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/IO
>>//Whether a library is static, shared or module.
>>vtkIOTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkIO_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/IO
>>//Whether a library is static, shared or module.
>>vtkIO_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkImagingJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Imaging
>>//Whether a library is static, shared or module.
>>vtkImagingJava_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkImagingTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Imaging
>>//Whether a library is static, shared or module.
>>vtkImagingTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkImaging_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Imaging
>>//Whether a library is static, shared or module.
>>vtkImaging_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to an executable
>>vtkParseJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Wrapping
>>//Path to a library
>>vtkRenderingJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Rendering
>>//Whether a library is static, shared or module.
>>vtkRenderingJava_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkRenderingTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Rendering
>>//Whether a library is static, shared or module.
>>vtkRenderingTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtkRendering_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Rendering
>>//Whether a library is static, shared or module.
>>vtkRendering_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to an executable
>>vtkWrapJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Wrapping
>>//Path to an executable
>>vtkWrapTcl_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Wrapping
>>//Path to an executable
>>vtk_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Wrapping/Tcl
>>//Path to a library
>>vtkexpat_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/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/pjc/Projects/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/pjc/Projects/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/pjc/Projects/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/pjc/Projects/VTK/Utilities/png
>>//Whether a library is static, shared or module.
>>vtkpng_LIBRARY_TYPE:INTERNAL=SHARED
>>//Path to a library
>>vtktiff_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/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/pjc/Projects/VTK/Utilities/zlib
>>//Whether a library is static, shared or module.
>>vtkzlib_LIBRARY_TYPE:INTERNAL=SHARED
>>
>>
>>
>>William A. Hoffman wrote:
>>
>>>Can you send me the entire cache?
>>>At 01:42 PM 1/15/2003 -0500, you wrote:
>>>
>>>
>>>>I am not building with X11. Although I recently installed Apple's
release of X11 for OS X.
>>>>Here some of the opengl entries from CMakeCache.txt:
>>>>//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_LIBRARIES:STRING=-framework AGL -framework OpenGL
>>>>
>>>>//Where can one of the MesaGL or GL libraries be found
>>>>OPENGL_gl_LIBRARY:FILEPATH=/usr/X11R6/lib/libGL.a
>>>>
>>>>//Where can one of the MesaGLU or GLU libraries be found
>>>>OPENGL_glu_LIBRARY:FILEPATH=/usr/X11R6/lib/libGLU.a
>>>>
>>>>//What is the path where the file GL/xmesa.h can be found
>>>>OPENGL_xmesa_INCLUDE_DIR:PATH=NOTFOUND
>>>>
>>>>- Peter Carr
>>>>
>>>>
>>>>
>>>>William A. Hoffman wrote:
>>>>
>>>>
>>>>>Are you building vtk with X11?
>>>>>What value does OPENGL_LIBRARIES have in your cache?
>>>>>Can you send me your cache?  Thanks.
>>>>>
>>>>>-Bill
>>>>>
>>>>>At 11:18 AM 1/15/2003 -0500, you wrote:
>>>>>
>>>>>
>>>>>
>>>>>>I upgraded to CMake 1.6 beta and still get some errors.
>>>>>>Here is a snippet of erroneous compilation code generated in the
makefile
>>>>>>   -lCACHE -lSTRING -lOpenGL lib for OSX (for CMake 1.4)
>>>>>>
>>>>>>I can't figure out how to tell CMake to not generate this line.
>>>>>>Please send me a workaround.
>>>>>>
>>>>>>Thanks,
>>>>>>Peter Carr
>>>>>>
>>>>>>
>>>>>>William A. Hoffman wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>>This is a bug in the cmakelist.txt file.    I have checked in a fix.
>>>>>>>However, you will need cmake 1.6 to build with shared libraries on
Mac OSX.
>>>>>>>If you want to build static CMake 1.4 should work.   CMake 1.6 is
currently in
>>>>>>>beta and can be downloaded from www.cmake.org.
>>>>>>>-Bill
>>>>>>>
>>>>>>>At 07:14 PM 1/14/2003 -0500, Peter J. Carr wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>>SET_TARGET_PROPERTIES(vtkRenderingTCL PROPERTIES LINK_FLAGS "-init
_oft_initRenOSXInit")
>>>>>>>
>>>>>>_______________________________________________
>>>>>>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
>>>>>
>>>>
>>>># This is the CMakeCache file.
>>>># For build in directory: /Users/pjc/Projects/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 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=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.6
>>>>
>>>>//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
>>>>// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
>>>>//
>>>>CMAKE_BUILD_TYPE:STRING=Release
>>>>
>>>>//C++ compiler
>>>>CMAKE_CXX_COMPILER:STRING=c++
>>>>
>>>>//Path to a program.
>>>>CMAKE_CXX_COMPILER_FULLPATH:FILEPATH=/usr/bin/c++
>>>>
>>>>//Flags used by the compiler during all build types.
>>>>CMAKE_CXX_FLAGS:STRING='  '
>>>>
>>>>//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=gcc
>>>>
>>>>//Path to a program.
>>>>CMAKE_C_COMPILER_FULLPATH:FILEPATH=/usr/bin/gcc
>>>>
>>>>//Flags for C compiler.
>>>>CMAKE_C_FLAGS:STRING='  '
>>>>
>>>>//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=/sw/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
>>>>
>>>>//What is the path where the file X11/X.h can be found
>>>>CMAKE_X11_INCLUDE_PATH:PATH=/usr/X11R6/include
>>>>
>>>>//Where can the X11 library be found
>>>>CMAKE_X11_LIB:FILEPATH=/usr/X11R6/lib/libX11.a
>>>>
>>>>//X11 extra flags.
>>>>CMAKE_X_CFLAGS:STRING=-I/usr/X11R6/include
>>>>
>>>>//Libraries and options used in X11 programs.
>>>>CMAKE_X_LIBS:STRING=/usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a
>>>>
>>>>//Where can the Xext library be found
>>>>CMAKE_Xext_LIB:FILEPATH=/usr/X11R6/lib/libXext.a
>>>>
>>>>//What is the path where the file X11/Xlib.h can be found
>>>>CMAKE_Xlib_INCLUDE_PATH:PATH=/usr/X11R6/include
>>>>
>>>>//What is the path where the file X11/Xutil.h can be found
>>>>CMAKE_Xutil_INCLUDE_PATH:PATH=/usr/X11R6/include
>>>>
>>>>//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/pjc/Projects/VTK/bin
>>>>
>>>>//Build FTGL examples (warning: you need Glut)
>>>>FTGL_BUILD_EXAMPLES:BOOL=OFF
>>>>
>>>>//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=NOTFOUND
>>>>
>>>>//Where can the jawt library be found
>>>>JAVA_AWT_LIBRARY:FILEPATH=NOTFOUND
>>>>
>>>>//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=NOTFOUND
>>>>
>>>>//What is the path where the file jni_md.h can be found
>>>>JAVA_INCLUDE_PATH2:PATH=NOTFOUND
>>>>
>>>>//Path to a program.
>>>>JAVA_RUNTIME:FILEPATH=/usr/bin/java
>>>>
>>>>//Single output directory for building all libraries.
>>>>LIBRARY_OUTPUT_PATH:PATH=/Users/pjc/Projects/VTK/bin
>>>>
>>>>//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_LIBRARIES:STRING=-framework AGL -framework OpenGL
>>>>
>>>>//Where can one of the MesaGL or GL libraries be found
>>>>OPENGL_gl_LIBRARY:FILEPATH=/usr/X11R6/lib/libGL.a
>>>>
>>>>//Where can one of the MesaGLU or GLU libraries be found
>>>>OPENGL_glu_LIBRARY:FILEPATH=/usr/X11R6/lib/libGLU.a
>>>>
>>>>//What is the path where the file GL/xmesa.h can be found
>>>>OPENGL_xmesa_INCLUDE_DIR:PATH=NOTFOUND
>>>>
>>>>//What is the path where the file tcl.h can be found
>>>>TCL_INCLUDE_PATH:PATH=/Library/Frameworks/Tcl.framework/Headers
>>>>
>>>>//Tcl Framework
>>>>TCL_LIBRARY:FILEPATH=-framework Tcl
>>>>
>>>>//Where can one of the tcld, tcl84d, tcl8.4d, tcl83d, tcl8.3d,
>>>>// tcl82d, tcl8.2d, tcl80d or tcl8.0d libraries be found
>>>>TCL_LIBRARY_DEBUG:FILEPATH=NOTFOUND
>>>>
>>>>//Where can one of the tclstub, tclstub84, tclstub8.4, tclstub83,
>>>>// tclstub8.3, tclstub82, tclstub8.2, tclstub80 or tclstub8.0 libraries
>>>>// be found
>>>>TCL_STUB_LIBRARY:FILEPATH=/usr/lib/libtclstub8.3.a
>>>>
>>>>//Where can one of the tclstubd, tclstub84d, tclstub8.4d, tclstub83d,
>>>>// tclstub8.3d, tclstub82d, tclstub8.2d, tclstub80d or tclstub8.0d
>>>>// libraries be found
>>>>TCL_STUB_LIBRARY_DEBUG:FILEPATH=NOTFOUND
>>>>
>>>>//Path to a program.
>>>>TCL_TCLSH:FILEPATH=/usr/bin/tclsh
>>>>
>>>>//What is the path where the file tk.h can be found
>>>>TK_INCLUDE_PATH:PATH=/Library/Frameworks/Tk.framework/Headers
>>>>
>>>>//What is the path where the file tkMacOSXInt.h can be found
>>>>TK_INTERNAL_PATH:PATH=/Library/Frameworks/Tk.framework/PrivateHeaders
>>>>
>>>>//Tk Framework
>>>>TK_LIBRARY:FILEPATH=-framework Tk
>>>>
>>>>//Where can one of the tkd, tk84d, tk8.4d, tk83d, tk8.3d, tk82d,
>>>>// tk8.2d, tk80d or tk8.0d libraries be found
>>>>TK_LIBRARY_DEBUG:FILEPATH=NOTFOUND
>>>>
>>>>//Where can one of the tkstub, tkstub84, tkstub8.4, tkstub83, tkstub8.3,
>>>>// tkstub82, tkstub8.2, tkstub80 or tkstub8.0 libraries be found
>>>>//
>>>>TK_STUB_LIBRARY:FILEPATH=NOTFOUND
>>>>
>>>>//Where can one of the tkstubd, tkstub84d, tkstub8.4d, tkstub83d,
>>>>// tkstub8.3d, tkstub82d, tkstub8.2d, tkstub80d or tkstub8.0d libraries
>>>>// be found
>>>>TK_STUB_LIBRARY_DEBUG:FILEPATH=NOTFOUND
>>>>
>>>>//Path to a program.
>>>>TK_WISH:FILEPATH=/usr/bin/wish
>>>>
>>>>//Value Computed by CMake
>>>>VTKEXPAT_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/expat
>>>>
>>>>//Value Computed by CMake
>>>>VTKEXPAT_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/expat
>>>>
>>>>//Value Computed by CMake
>>>>VTKFREETYPE_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/freetype
>>>>
>>>>//Value Computed by CMake
>>>>VTKFREETYPE_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/freetype
>>>>
>>>>//Value Computed by CMake
>>>>VTKFTGL_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/ftgl
>>>>
>>>>//Value Computed by CMake
>>>>VTKFTGL_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/ftgl
>>>>
>>>>//Value Computed by CMake
>>>>VTKJPEG_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/jpeg
>>>>
>>>>//Value Computed by CMake
>>>>VTKJPEG_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/jpeg
>>>>
>>>>//Value Computed by CMake
>>>>VTKPNG_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/png
>>>>
>>>>//Value Computed by CMake
>>>>VTKPNG_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/png
>>>>
>>>>//Value Computed by CMake
>>>>VTKTIFF_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/tiff
>>>>
>>>>//Value Computed by CMake
>>>>VTKTIFF_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/tiff
>>>>
>>>>//Value Computed by CMake
>>>>VTKZLIB_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/zlib
>>>>
>>>>//Value Computed by CMake
>>>>VTKZLIB_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK/Utilities/zlib
>>>>
>>>>//Value Computed by CMake
>>>>VTK_BINARY_DIR:STATIC=/Users/pjc/Projects/VTK
>>>>
>>>>//What is the path where the file VTKData.readme can be found
>>>>VTK_DATA_ROOT:PATH=NOTFOUND
>>>>
>>>>//Build leak checking support into vtk.
>>>>VTK_DEBUG_LEAKS:BOOL=OFF
>>>>
>>>>//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/pjc/Projects/VTK/bin/./vtkParseJava
>>>>
>>>>//Value Computed by CMake
>>>>VTK_SOURCE_DIR:STATIC=/Users/pjc/Projects/VTK
>>>>
>>>>//Build VTK with 64 bit ids
>>>>VTK_USE_64BIT_IDS:BOOL=OFF
>>>>
>>>>//Use the ANSI standard iostream library
>>>>VTK_USE_ANSI_STDLIB:BOOL=ON
>>>>
>>>>//Build classes using Carbon API
>>>>VTK_USE_CARBON:BOOL=ON
>>>>
>>>>//Build classes using Cocoa API - Can only use one of these!
>>>>VTK_USE_COCOA:BOOL=OFF
>>>>
>>>>//Build the vtkHybrid kit.
>>>>VTK_USE_HYBRID:BOOL=ON
>>>>
>>>>//Use mangled Mesa with OpenGL
>>>>VTK_USE_MANGLED_MESA:BOOL=OFF
>>>>
>>>>//Build the vtkParallel kit.
>>>>VTK_USE_PARALLEL:BOOL=OFF
>>>>
>>>>//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
>>>>
>>>>//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/pjc/Projects/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/pjc/Projects/VTK/bin/./vtkWrapJava
>>>>
>>>>//Wrap VTK classes into the Python language.
>>>>VTK_WRAP_PYTHON:BOOL=OFF
>>>>
>>>>//Wrap VTK classes into the TCL language.
>>>>VTK_WRAP_TCL:BOOL=ON
>>>>
>>>>//Path to an internal program.
>>>>VTK_WRAP_TCL_EXE:FILEPATH=/Users/pjc/Projects/VTK/bin/./vtkWrapTcl
>>>>
>>>>//Dependencies for the target
>>>>vtkCommonJava_LIB_DEPENDS:STATIC=vtkCommon;
>>>>
>>>>//Dependencies for the target
>>>>vtkCommonTCL_LIB_DEPENDS:STATIC=-framework Tcl;vtkCommon;
>>>>
>>>>//Dependencies for the target
>>>>vtkCommon_LIB_DEPENDS:STATIC=-framework AppKit;-lpthread;-lm;
>>>>
>>>>//Dependencies for the target
>>>>vtkFilteringJava_LIB_DEPENDS:STATIC=vtkCommonJava;vtkFiltering;
>>>>
>>>>//Dependencies for the target
>>>>vtkFilteringTCL_LIB_DEPENDS:STATIC=vtkCommonTCL;vtkFiltering;-framework
Tcl;
>>>>
>>>>//Dependencies for the target
>>>>vtkFiltering_LIB_DEPENDS:STATIC=vtkCommon;
>>>>
>>>>//Dependencies for the target
>>>>vtkGraphicsJava_LIB_DEPENDS:STATIC=vtkCommonJava;vtkFilteringJava;vtkGra
phics;
>>>>
>>>>//Dependencies for the target
>>>>vtkGraphicsTCL_LIB_DEPENDS:STATIC=vtkFilteringTCL;vtkGraphics;-framework
Tcl;
>>>>
>>>>//Dependencies for the target
>>>>vtkGraphics_LIB_DEPENDS:STATIC=vtkFiltering;
>>>>
>>>>//Dependencies for the target
>>>>vtkHybridJava_LIB_DEPENDS:STATIC=vtkHybrid;vtkRenderingJava;vtkIOJava;
>>>>
>>>>//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=vtkCommonJava;vtkFilteringJava;vtkIO;
>>>>
>>>>//Dependencies for the target
>>>>vtkIOTCL_LIB_DEPENDS:STATIC=vtkFilteringTCL;vtkIO;-framework Tcl;
>>>>
>>>>//Dependencies for the target
>>>>vtkIO_LIB_DEPENDS:STATIC=vtkFiltering;vtkpng;vtkzlib;vtkjpeg;vtktiff;vtk
expat;
>>>>
>>>>//Dependencies for the target
>>>>vtkImagingJava_LIB_DEPENDS:STATIC=vtkCommonJava;vtkFilteringJava;vtkImag
ing;
>>>>
>>>>//Dependencies for the target
>>>>vtkImagingTCL_LIB_DEPENDS:STATIC=vtkFilteringTCL;vtkImaging;-framework
Tcl;
>>>>
>>>>//Dependencies for the target
>>>>vtkImaging_LIB_DEPENDS:STATIC=vtkFiltering;
>>>>
>>>>//Dependencies for the target
>>>>vtkRenderingJava_LIB_DEPENDS:STATIC=vtkImagingJava;vtkGraphicsJava;vtkRe
ndering;
>>>>
>>>>//Dependencies for the target
>>>>vtkRenderingTCL_LIB_DEPENDS:STATIC=vtkGraphicsTCL;vtkImagingTCL;vtkRende
ring;-framework Tcl;-framework Tk;
>>>>
>>>>//Dependencies for the target
>>>>vtkRendering_LIB_DEPENDS:STATIC=vtkGraphics;vtkImaging;/usr/X11R6/lib/li
bGLU.a;/usr/X11R6/lib/libGL.a;-framework AGL -framework
OpenGL;CACHE;STRING;OpenGL lib for OSX (for CMake 1.4);-framework
Carbon;vtkftgl;vtkfreetype;
>>>>
>>>>//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=/usr/X11R6/lib/libGLU.a;/usr/X11R6/lib/libGL.
a;/usr/X11R6/lib/libGLU.a;/usr/X11R6/lib/libGL.a;-framework AGL -framework
OpenGL;CACHE;STRING;OpenGL lib for OSX (for CMake 1.4);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/pjc/Projects/VTK/bin/./vtkParseJava:INTERNAL=vtkParseJava
>>>>//Executable to project name.
>>>>/Users/pjc/Projects/VTK/bin/./vtkWrapJava:INTERNAL=vtkWrapJava
>>>>//Executable to project name.
>>>>/Users/pjc/Projects/VTK/bin/./vtkWrapTcl:INTERNAL=vtkWrapTcl
>>>>//Advanced flag for variable: BUILD_DOCUMENTATION
>>>>BUILD_DOCUMENTATION-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
>>>>//Advanced flag for variable: CMAKE_BUILD_TOOL
>>>>CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
>>>>//What is the target build tool cmake is generating for.
>>>>CMAKE_BUILD_TOOL:INTERNAL=/sw/bin/make
>>>>//This is the directory where this CMakeCahe.txt was created
>>>>CMAKE_CACHEFILE_DIR:INTERNAL=/Users/pjc/Projects/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=6
>>>>//Major version of cmake used to create the current loaded cache
>>>>//
>>>>CMAKE_CACHE_RELEASE_VERSION:INTERNAL=beta 1
>>>>//Path to CMake executable.
>>>>CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
>>>>//Advanced flag for variable: CMAKE_CXX_COMPILER
>>>>CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: CMAKE_CXX_COMPILER_FULLPATH
>>>>CMAKE_CXX_COMPILER_FULLPATH-ADVANCED:INTERNAL=1
>>>>//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
>>>>//Advanced flag for variable: CMAKE_C_COMPILER_FULLPATH
>>>>CMAKE_C_COMPILER_FULLPATH-ADVANCED:INTERNAL=1
>>>>//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/pjc/Projects/VTK
>>>>//Advanced flag for variable: CMAKE_HP_PTHREADS
>>>>CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: CMAKE_INSTALL_PREFIX
>>>>CMAKE_INSTALL_PREFIX-ADVANCED:INTERNAL=1
>>>>//Have library ICE
>>>>CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=
>>>>//Have library /usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a
>>>>//
>>>>CMAKE_LIB_X11_SOLO: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
>>>>//Advanced flag for variable: CMAKE_NO_ANSI_STREAM_HEADERS
>>>>CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1
>>>>//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_X11_INCLUDE_PATH
>>>>CMAKE_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: CMAKE_X11_LIB
>>>>CMAKE_X11_LIB-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: CMAKE_X_CFLAGS
>>>>CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: CMAKE_X_LIBS
>>>>CMAKE_X_LIBS-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: CMAKE_Xext_LIB
>>>>CMAKE_Xext_LIB-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: CMAKE_Xlib_INCLUDE_PATH
>>>>CMAKE_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: CMAKE_Xutil_INCLUDE_PATH
>>>>CMAKE_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
>>>>//Result of TRY_COMPILE
>>>>COMPILE_OK:INTERNAL=FALSE
>>>>//Path to an executable
>>>>CommonCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Common/Testin
g/Cxx
>>>>//Advanced flag for variable: EXECUTABLE_OUTPUT_PATH
>>>>EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: FTGL_BUILD_EXAMPLES
>>>>FTGL_BUILD_EXAMPLES-ADVANCED:INTERNAL=1
>>>>//Path to an executable
>>>>FilteringCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Filtering/
Testing/Cxx
>>>>//Path to an executable
>>>>GraphicsCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Graphics/Te
sting/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
>>>>//Path to an executable
>>>>HybridCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Hybrid/Testin
g/Cxx
>>>>//Path to an executable
>>>>IOCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/IO/Testing/Cxx
>>>>//Path to an executable
>>>>ImagingCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Imaging/Test
ing/Cxx
>>>>//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: 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
>>>>//Path to an executable
>>>>RenderingCxxTests_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Rendering/
Testing/Cxx
>>>>//Advanced flag for variable: TCL_STUB_LIBRARY
>>>>TCL_STUB_LIBRARY-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: TCL_STUB_LIBRARY_DEBUG
>>>>TCL_STUB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: TK_STUB_LIBRARY
>>>>TK_STUB_LIBRARY-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: TK_STUB_LIBRARY_DEBUG
>>>>TK_STUB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
>>>>//Path to an executable
>>>>TestCxxFeatures_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Common/Testi
ng/Cxx
>>>>//Path to an executable
>>>>TestInstantiator_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Common/Test
ing/Cxx
>>>>//Path to an executable
>>>>TimeRenderer2_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Rendering/Test
ing/Cxx
>>>>//Path to an executable
>>>>TimeRenderer_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Rendering/Testi
ng/Cxx
>>>>//Advanced flag for variable: VTK_DEBUG_LEAKS
>>>>VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1
>>>>//Where VTK executables are. Used by projects which depend on VTK.
>>>>// Do not remove.
>>>>VTK_EXECUTABLE_PATH:INTERNAL=/Users/pjc/Projects/VTK/bin
>>>>//Where VTK libraries are. Used by projects which depend on VTK.
>>>>// Do not remove.
>>>>VTK_LIBRARY_PATH:INTERNAL=/Users/pjc/Projects/VTK/bin
>>>>//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
>>>>//Advanced flag for variable: VTK_USE_64BIT_IDS
>>>>VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1
>>>>//Advanced flag for variable: VTK_USE_MANGLED_MESA
>>>>VTK_USE_MANGLED_MESA-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_TCL_EXE
>>>>VTK_WRAP_TCL_EXE-ADVANCED:INTERNAL=1
>>>>//Path to an executable
>>>>mkg3states_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Utilities/tiff
>>>>//Path to a library
>>>>vtkCommonJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Common
>>>>//Whether a library is static, shared or module.
>>>>vtkCommonJava_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkCommonTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Common
>>>>//Whether a library is static, shared or module.
>>>>vtkCommonTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkCommon_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Common
>>>>//Whether a library is static, shared or module.
>>>>vtkCommon_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkFilteringJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Filtering
>>>>//Whether a library is static, shared or module.
>>>>vtkFilteringJava_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkFilteringTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Filtering
>>>>//Whether a library is static, shared or module.
>>>>vtkFilteringTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkFiltering_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Filtering
>>>>//Whether a library is static, shared or module.
>>>>vtkFiltering_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkGraphicsJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Graphics
>>>>//Whether a library is static, shared or module.
>>>>vtkGraphicsJava_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkGraphicsTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Graphics
>>>>//Whether a library is static, shared or module.
>>>>vtkGraphicsTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkGraphics_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Graphics
>>>>//Whether a library is static, shared or module.
>>>>vtkGraphics_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkHybridJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Hybrid
>>>>//Whether a library is static, shared or module.
>>>>vtkHybridJava_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkHybridTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Hybrid
>>>>//Whether a library is static, shared or module.
>>>>vtkHybridTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkHybrid_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Hybrid
>>>>//Whether a library is static, shared or module.
>>>>vtkHybrid_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkIOJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/IO
>>>>//Whether a library is static, shared or module.
>>>>vtkIOJava_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkIOTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/IO
>>>>//Whether a library is static, shared or module.
>>>>vtkIOTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkIO_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/IO
>>>>//Whether a library is static, shared or module.
>>>>vtkIO_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkImagingJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Imaging
>>>>//Whether a library is static, shared or module.
>>>>vtkImagingJava_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkImagingTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Imaging
>>>>//Whether a library is static, shared or module.
>>>>vtkImagingTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkImaging_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Imaging
>>>>//Whether a library is static, shared or module.
>>>>vtkImaging_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to an executable
>>>>vtkParseJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Wrapping
>>>>//Path to a library
>>>>vtkRenderingJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Rendering
>>>>//Whether a library is static, shared or module.
>>>>vtkRenderingJava_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkRenderingTCL_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Rendering
>>>>//Whether a library is static, shared or module.
>>>>vtkRenderingTCL_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkRendering_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Rendering
>>>>//Whether a library is static, shared or module.
>>>>vtkRendering_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to an executable
>>>>vtkWrapJava_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Wrapping
>>>>//Path to an executable
>>>>vtkWrapTcl_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Wrapping
>>>>//Path to an executable
>>>>vtk_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/VTK/Wrapping/Tcl
>>>>//Path to a library
>>>>vtkexpat_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/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/pjc/Projects/VTK/Utilities/freety
pe
>>>>//Whether a library is static, shared or module.
>>>>vtkfreetype_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtkftgl_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/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/pjc/Projects/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/pjc/Projects/VTK/Utilities/png
>>>>//Whether a library is static, shared or module.
>>>>vtkpng_LIBRARY_TYPE:INTERNAL=SHARED
>>>>//Path to a library
>>>>vtktiff_CMAKE_PATH:INTERNAL=/Users/pjc/Projects/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/pjc/Projects/VTK/Utilities/zlib
>>>>//Whether a library is static, shared or module.
>>>>vtkzlib_LIBRARY_TYPE:INTERNAL=SHARED
>>>
>>>
> 
> 
> 
> 




--__--__--

_______________________________________________
vtkusers mailing list
vtkusers at public.kitware.com
http://public.kitware.com/mailman/listinfo/vtkusers


End of vtkusers Digest



More information about the vtkusers mailing list