[vtkusers] VTK on Tcl 8.6 and with re-locatable TCL files, and more

Denis Barbier bouzim at gmail.com
Thu Oct 23 04:23:17 EDT 2008


On 2008/10/21 Sebastien BARRE wrote:
> At 10/17/2008 02:03 PM, Adam Williamson wrote:
>
> Hi Adam,
> Thanks for the feedback
>
>> Actually making it work with Tcl 8.6 is not that hard. I had to add the
>> necessary headers from Tcl/Tk 8.6 to Utilities/TclTk/internals . Then
>> the only remaining issue is a few uses of the deprecated
>> intern->result , which I filed as
>> http://www.vtk.org/Bug/view.php?id=7822 .
>
> I just fixed that one, thanks.

It seems that one cannot add a note to a closed bug, so I am following
up here, hope
you do not mind.  You should write
  #if (TCL_MAJOR_VERSION > 8) || ((TCL_MAJOR_VERSION == 8) &&
(TCL_MINOR_VERSION >= 4))
to be on the safe side.

Denis



More information about the vtkusers mailing list