[vtk-developers] Python wrapping, static build, and ppc64 & OS X 10.5.8

David Gobbi david.gobbi at gmail.com
Fri Sep 7 11:53:50 EDT 2012


These problems are occurring because you're doing a static build.
I think that Utkarsh has done some work to get static VTK builds
working with python wrapping, but I don't know all the details.
Are your x86 dashboard builds static as well?

 - David


On Fri, Sep 7, 2012 at 9:40 AM, Sean McBride <sean at rogue-research.com> wrote:
> Hi all,
>
> I tried enabling python wrappings on my ppc64 / 10.5.8 dashboard, and got many link errors:
>
> <http://open.cdash.org/viewBuildError.php?buildid=2550084>
>
> Undefined symbols:
>   "_PyObject_HashNotImplemented", referenced from:
>       PyvtkArrayWeights_Hash(_object*)      in libvtkCommonCorePython27D-6.0.a(vtkArrayWeightsPython.cxx.o)
>       PyvtkPolygonalSurfacePointPlacerNode_Hash(_object*)      in libvtkInteractionWidgetsPython27D-6.0.a(vtkPolygonalSurfacePointPlacerPython.cxx.o)
>
>   (*many more*)
>
> Anyone know why this might be?  The TCL and Java wrappings work.
>
> Cheers,



More information about the vtk-developers mailing list