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 UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

