[vtkusers] Tcl wrapping error with tag v5.10.1

Dean Inglis inglis.dl at gmail.com
Wed Sep 14 09:27:22 EDT 2016


Hi all,

I am trying to build vtk tag v5.10.1 with tcl wrapping
but ran into an error

/Rendering/vtkTkRenderWidget.cxx:1309:14: error: invalid conversion from
‘void*’ to ‘char*’ [-fpermissive]
     self->RW = ckalloc(

this is easily fixable with static_cast<char*> around ckalloc
and my build proceeds to completion.  Building on Ubuntu 15.10 64-bit OS
gcc 5.2.1, shared libs, debug.

- Dean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160914/15f3c6e7/attachment.html>


More information about the vtkusers mailing list