MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001565 | VTK | (No Category) | public | 2005-02-02 02:10 | 2013-04-05 19:32 |
| Reporter | |||||
| Assigned To | David Partyka | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0001565: Failing ::safe::loadTk in vtk executable | ||||
| Description | Tk isn't available from slave interpreters in vtk executable. $ vtk % ::safe::interpCreate interp0 % ::safe::loadTk interp0 package "Tk" isn't loaded statically % My fix is: --- vtkTkAppInit.cxx.orig 2004-07-29 05:17:03.000000000 +0900 +++ vtkTkAppInit.cxx 2005-02-01 23:32:19.000000000 +0900 @@ -401,8 +401,9 @@ if (Tk_Init(interp) == TCL_ERROR) { return TCL_ERROR; } + Tcl_StaticPackage(interp, "Tk", Tk_Init, Tk_SafeInit); #endif /* init the core vtk stuff */ if (Vtkcommontcl_Init(interp) == TCL_ERROR) | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-11-30 09:21 | Mathieu Malaterre | Assigned To | Mathieu Malaterre => David Cole | ||
| 2011-01-19 10:12 | David Cole | Assigned To | David Cole => David Partyka | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2013-04-05 19:32 | Berk Geveci | Status | backlog => tabled | ||
| 2013-04-05 19:32 | Berk Geveci | Resolution | open => won't fix | ||
| 2013-04-05 19:32 | Berk Geveci | Status | tabled => closed | ||
| There are no notes attached to this issue. |