[vtkusers] recent build issue
Christopher R. Volpe
cvolpe2 at nycap.rr.com
Mon Dec 3 16:27:26 EST 2001
> OK now try this.
> Run your tcl shell.
>
> % puts $auto_path
>
> what does it say ?
I had checked that early on. It looks fine:
% puts $auto_path
F:/volpe-work/vtk-new/VTK/Wrapping/Tcl {E:\Tcl8.3.3\lib\tcl8.3}
E:/Tcl8.3.3/lib {E:\Tcl8.3.3\lib\tk8.3}
%
The entries in curly braces appear to be a result of my TCL_LIBRARY and
TK_LIBRARY environment variables. If I undefine those variables, my
auto_path looks like this:
% puts $auto_path
F:/volpe-work/vtk-new/VTK/Wrapping/Tcl E:/Tcl8.3.3/lib/tcl8.3
E:/Tcl8.3.3/lib E:/Tcl8.3.3/lib/tk8.3 E:/Tcl8.3.3/lib/tcllib1.0
and in this case as well, I get the same error.
>
> Furthermore, what happens if you run the example using
> vtk.exe instead of
> wish83 or tclsh83 ?
vtk.exe works fine. I can do a "package require vtk", even though it isn't
necessary to access the vtk classes.
More information about the vtkusers
mailing list