<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco">I tried to compile vtk-5.4.2 on OS X Snow Leopard. It compiled fine if Python binding is turned off. But if I ask cmake to make the python libraries, something always goes wrong. The problem is at the final stage:</p>

<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco">Build files have been written to: /Users/hhyu/learning/VTK/VTKBuild/Examples/All</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco">======== End CMake output ======</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco">Change Dir: /Users/hhyu/learning/VTK/VTKBuild/Examples/All</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco">Run Build Command:/usr/bin/make</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco">Linking CXX executable /Users/hhyu/learning/VTK/VTKBuild/bin/HierarchicalBoxPipeline</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco">ld: warning: in /Users/hhyu/learning/VTK/VTKBuild/bin/libvtkRendering.dylib, file was built for i386 which is not the architecture being linked (x86_64)</p>

<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco">ld: warning: in /Users/hhyu/learning/VTK/VTKBuild/bin/libvtkIO.dylib, file was built for i386 which is not the architecture being linked (x86_64)</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco">.....etc.</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco">and it led to lots of undefined symbols.</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco">This no doubt is related to the 36bit/64bit business. I tried to set CMAKE_OSX_ARCHITECTURES to i386 and x86_64. Made no difference. Same problem.</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco">Help, please?</p>