[vtk-developers] [VTK 0011810]: VTK 5.6.1 fails to build against Tcl 8.6.1.1 due to errorline being declared private in the Tcl_Interp structure

Mantis Bug Tracker mantis at public.kitware.com
Mon Feb 7 10:23:22 EST 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://www.vtk.org/Bug/view.php?id=11810 
====================================================================== 
Reported By:                Jens Thomas
Assigned To:                
====================================================================== 
Project:                    VTK
Issue ID:                   11810
Category:                   (No Category)
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-02-07 10:23 EST
Last Modified:              2011-02-07 10:23 EST
====================================================================== 
Summary:                    VTK 5.6.1 fails to build against Tcl 8.6.1.1 due to
errorline being declared private in the Tcl_Interp structure
Description: 

The problem is that by default, the members of the Tcl_Interp structure are no
longer visible by default in the public header.

As a result errorLine is not accessible, and should instead be accessed using
Tcl_GetErrorLine

This issue appears to have already been raised on the developer list:

http://www.vtk.org/pipermail/vtk-developers/2010-June/007993.html

But no bug appears to have been filed and checking the latest source from git,
VTK/Common/vtkTclUtil.cxx still uses the errorLine rather then Tcl_GetErrorLine.




====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-02-07 10:23 Jens Thomas    New Issue                                    
======================================================================




More information about the vtk-developers mailing list