View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004398VTK(No Category)public2007-02-02 16:442007-02-10 13:15
ReporterJulian Cummings 
Assigned ToDavid Cole 
PrioritylowSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004398: missing const_cast in vtkPythonUtil.cxx
DescriptionWhen compiling version 5.0.2 of VTK with Python 2.5 and VTK_PYTHON_WRAP=ON, I encountered a compiler error on line 771 of vtkPythonUtil.cxx. The problem is that the code is attempting to assign a const char* to a char*. This can only be done by explicitly casting away the const qualifier. I put a "const_cast<char*>()" around the right-hand side of the assignment statement on line 771 to resolve this problem.
TagsNo tags attached.
Project
Type
Attached Filespatch file icon VTK-5.0.2-fixes-1.patch [^] (1,119 bytes) 1969-12-31 19:00 [Show Content]

 Relationships

  Notes
(0006381)
Andrew Rowland (reporter)
2007-02-08 22:41

Attached patch can be used.
(0006393)
David Cole (developer)
2007-02-10 08:46

This bug is fixed in CVS HEAD and CVS branch VTK-5-0. It will be in the VTK 5.0.3 patch release when that build is released...

 Issue History
Date Modified Username Field Change
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team