[vtk-developers] python & tcl wrappers not working on Irix

David Cole david.cole at kitware.com
Wed Jul 20 10:00:52 EDT 2005


But these wrappers do work as is on other machines... What's the 
difference between the machines where these wrappers work and where they 
don't work?

Do we have a code problem or some machine configuration problems here?

Clinton Stimpson wrote:

>
> So recently the python & tcl wrappers stopped working for iris.elemtech.
>
> If I change Common/CMakeLists.txt
>
>  IF(VTK_TYPE_CHAR_IS_SIGNED)
>    SET(VTK_TYPE_NATIVE_Int8 Char)
>  ELSE(VTK_TYPE_CHAR_IS_SIGNED)
>    SET(VTK_TYPE_NATIVE_Int8 SignedChar)
>  ENDIF(VTK_TYPE_CHAR_IS_SIGNED)
>
>
> To
>
>  IF(VTK_TYPE_CHAR_IS_SIGNED)
>    SET(VTK_TYPE_NATIVE_Int8 Char)
>  ELSE(VTK_TYPE_CHAR_IS_SIGNED)
>    SET(VTK_TYPE_NATIVE_Int8 Char)
>  ENDIF(VTK_TYPE_CHAR_IS_SIGNED)
>
> Then it'll build and link correctly.  However, that's not the right 
> fix.  Any idea how to fix the wrapper generators to do this signed 
> char thing correctly?
>
> Thanks,
> Clint
>
>
> _______________________________________________
> vtk-developers mailing list
> vtk-developers at vtk.org
> http://www.vtk.org/mailman/listinfo/vtk-developers
>



More information about the vtk-developers mailing list