Hi vtk users,<br><br>I am trying to
install VTK in my apple computer and experiencing a trouble. I have
OS10.6 and Python 2.6 in my computer.<br><br>I follow instructions on :<br><a href="http://www.macresearch.org/installing_vtk_on_mac_os_x" target="_blank">http://www.macresearch.org/installing_vtk_on_mac_os_x</a><br>
and <br><a href="http://www.vtk.org/Wiki/Cocoa_VTK" target="_blank">http://www.vtk.org/Wiki/Cocoa_VTK</a><br><br>In
addition to the changes on these web pages, I put:<br><br>//Build VTK
examples.<br>BUILD_EXAMPLES:BOOL=ON<br><br>//Build Verdict with shared
libraries.<br>
BUILD_SHARED_LIBS:BOOL=ON<br><br>//For backwards compatibility, what
version of CMake commands and<br>// syntax should this version of CMake
try to support.<br>CMAKE_BACKWARDS_COMPATIBILITY:<div>STRING=2.4<br><br>//Minimum
OS X version to target for deployment (at runtime); newer<br>
// APIs weak linked. Set to empty string for default value.<br>CMAKE_OSX_DEPLOYMENT_TARGET:<div>STRING=10.6<br><br>//Path
to a program.<br>PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2.6<br><br>//Wrap
VTK classes into the Python language.<br>
VTK_WRAP_PYTHON:BOOL=ON<br><br>//Wrap VTK classes into the TCL language.<br>VTK_WRAP_TCL:BOOL=ON<br><br><br>The
error message I get in the building stage is: <br>[ 69%] Building CXX
object Rendering/CMakeFiles/vtkRenderingPythonD.dir/vtkRenderingPythonInit.cxx.o<br>
Linking CXX shared library ../bin/libvtkRenderingPythonD.dylib<br>[
69%] Built target vtkRenderingPythonD<br>make: *** [all] Error 2<br><br>I
tried different versions of VTK and Python combination. But none of
them worked.<br>
What would you suggest to fix this problem?<br></div>
</div>