[vtkusers] Build failure for vtk on os x Panther with python

Martin Costabel costabel at wanadoo.fr
Wed Mar 17 01:40:07 EST 2004


Frederick Grim wrote:
> Howdy all,
>     As I get the chance I make a (generally weekly) attempt to build vtk 
> with python bindings.
> It never works. So I wait a week, lookup some documentation, and try 
> again.  Well I have surrendered
> Everytime I build vtk with the python bindings (if I can't have em I 
> can't use vtk as python is my prototyping
> tool) I see a failure like:
> 
> Building shared library /Users/hal9000/VTK/bin/libvtkCommonPythonD.dylib...
> ld: Undefined symbols:
> _PyErr_Clear
[]
> //Where can one of the python23, python2.3, python2.3.dll, python22,
> // python2.2, python2.2.dll, python21, python2.1, python2.1.dll,
> // python20, python2.0, python2.0.dll, python16, python1.6, python1.6.dll,
> // python15, python1.5 or python1.5.dll libraries be found
> PYTHON_LIBRARY:FILEPATH=-framework Python

Don't you have to give a real file name here? Like

PYTHON_LIBRARY:FILEPATH=/System/Library/Frameworks/Python.framework/Python

-- 
Martin



More information about the vtkusers mailing list