[vtk-developers] ppc-debug dashboard link error

David Gobbi david.gobbi at gmail.com
Fri Feb 8 18:25:44 EST 2013


On Fri, Feb 8, 2013 at 3:37 PM, Sean McBride <sean at rogue-research.com> wrote:
> On Fri, 8 Feb 2013 13:07:14 -0700, David Gobbi said:
>
>>The Mac10.5-gcc-dbg-ppc-shared dashboard is failing to compile the
>>python wrappers... I think we shoved emails back and forth about this
>
> We did indeed...
>
>>PYTHON_INCLUDE_DIR:PATH=/System/Library/Frameworks/Python.framework/
>>Versions/2.7/Headers
>
> Done (without the /System).  Didn't seem to change anything:
>
> What is the minimum version of python VTK needs?  I believe the 2.7 version on that machine was installed by us... can I use the 2.5 that comes with the OS?

The dashboards test 2.4, 2.5, 2.6, and 2.7.

But are you sure that you have the correct path to libpython2.7?
Because if you don't, the cmake will automatically find the system's
libpython2.5 instead, and that would cause exactly the kind of link
error that we are seeing.

 - David



More information about the vtk-developers mailing list