[vtkusers] 5.0.2 Compile against Python 2.5

David Cole david.cole at kitware.com
Tue Jan 2 08:52:29 EST 2007


Yes... It is fixed in both live CVS VTK and the VTK-5-0 branch. The fix will
also be in 5.0.3 when that patch is built and released...

David Cole
Kitware, Inc.

On 12/31/06, David Car <david.car at earthlink.net> wrote:
>
> When compiling 5.0.2 against Python 2.5 on Linux I had to change line 771
> in
> Common/vtkPythonUtil.cxx to a const char* to get it to compile.  It
> compiled
> fine against Python 2.4 without this error, so my guess is a bug fix or
> change in Python 2.5.  The diff is below:
>
> 771c771
> <     const char *doc = t->tp_doc;
> ---
> >     char *doc = t->tp_doc;
>
> I haven't had time to verify a change in Python.  Anybody else experience
> this?
>
> --
> Regards,
>
> David
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070102/d69b41fc/attachment.htm>


More information about the vtkusers mailing list