Should we simply change the following:
$ cat Wrapping/Tcl/vtkTkAppInit.cxx
...
// Help Tcl find the Tcl/Tk helper files.
const char* relative_dirs[] =
{
"TclTk/lib",
".." VTK_INSTALL_TCL_DIR,
0
};
vtkTclApplicationInitTclTk(interp, relative_dirs);
--
To UNSUBSCR
Workaround for now:
export TCL_LIBRARY=/usr/lib/tcl8.5
export TK_LIBRARY=/usr/lib/tk8.5
Should this bug be marked serious ?
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: tcl-vtk
Version: 5.8.0-12
Severity: important
I cannot use vtk anymore. It fails with:
Application initialization failed: Can't find a usable init.tcl in the
following directories:
/usr/lib/tcl8.5
This probably means that Tcl wasn't installed properly.
-- System Information
3 matches
Mail list logo