<div dir="ltr">yep, that was it ... wrong tag. Thanks David.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 14, 2016 at 11:48 AM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Dean,<div><br></div><div>Are you sure your build is for tag v5.10.1, and not v5.10.0?</div><div><br></div><div>Here is the vtkTkRenderWidget for v5.10.1, and it has the static_cast:</div><div><a href="http://gitlab.kitware.com/vtk/vtk/blob/v5.10.1/Rendering/vtkTkRenderWidget.cxx#L1311" target="_blank">http://gitlab.kitware.com/vtk/<wbr>vtk/blob/v5.10.1/Rendering/vtk<wbr>TkRenderWidget.cxx#L1311</a><br><div class="gmail_extra"><br></div><div class="gmail_extra">Cheers,</div><div class="gmail_extra"> - David</div><div><div class="h5"><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 14, 2016 at 7:27 AM, Dean Inglis <span dir="ltr"><<a href="mailto:inglis.dl@gmail.com" target="_blank">inglis.dl@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>Hi all,<br><br></div>I am trying to build vtk tag v5.10.1 with tcl wrapping  <br></div><div>but ran into an error<br><br>/Rendering/vtkTkRenderWidget.c<wbr>xx:1309:14: error: invalid conversion from ‘void*’ to ‘char*’ [-fpermissive]<br>     self->RW = ckalloc(<br><br></div><div>this is easily fixable with static_cast<char*> around ckalloc<br></div><div>and my build proceeds to completion.  Building on Ubuntu 15.10 64-bit OS<br></div><div>gcc 5.2.1, shared libs, debug.<span><font color="#888888"><br><br></font></span></div><span><font color="#888888"><div>- Dean</div></font></span></div></blockquote></div></div></div></div></div></div>
</blockquote></div><br></div>