View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001565VTK(No Category)public2005-02-02 02:102013-04-05 19:32
Reporter 
Assigned ToDavid Partyka 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001565: Failing ::safe::loadTk in vtk executable
DescriptionTk 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)
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 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


Copyright © 2000 - 2018 MantisBT Team