[vtkusers] VTK_HAVE_VG500 flag
David J. Netherway
david.netherway at adelaide.edu.au
Fri Nov 9 00:38:32 EST 2001
After selecting the VG500 in CMake and attempting to build the software
I had an error with the following line:
#elif VTK_HAVE_VG500
in line 145 of vtk\Rendering\vtkVolumeProMapper.cxx.
When I replaced it with
#elif 1
the build was fine.
This was odd because earlier in the same module (line 47) the line
#ifdef VTK_HAVE_VG500
did not cause a problem.
In vtkToolkits.h the value was defined with:
#define VTK_HAVE_VG500
I am building the TCL version on Win2000.
Thanks, David
-------------- next part --------------
An embedded message was scrubbed...
From: "David J. Netherway" <david.netherway at adelaide.edu.au>
Subject: Re: [vtkusers] vtk 4.0 and tcl
Date: Tue, 06 Nov 2001 17:48:55 +1030
Size: 2127
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20011109/5efc3d99/attachment.eml>
More information about the vtkusers
mailing list