On 10-08-11 7:08 AM, Bill Hoffman wrote:
On 8/11/2010 12:53 AM, Nicholas Kinar wrote:
Library/Frameworks/Python.framework/Versions/6.1/lib/vtk-5.4/libvtkHybrid.dylib,
file was built for i386 which is not the architecture being linked
(x86_64)
You built VTK 32 bit, and are now trying to link it
On 8/11/2010 12:53 AM, Nicholas Kinar wrote:
Library/Frameworks/Python.framework/Versions/6.1/lib/vtk-5.4/libvtkHybrid.dylib,
file was built for i386 which is not the architecture being linked (x86_64)
You built VTK 32 bit, and are now trying to link it to a 64 bit
application. You have to bui
Hello,
I had originally posted this question to the vtkusers mailing list.
However, after receiving feedback from other VTK users it is also
apparent that there is a possibility my question belongs on the cmake
mailing list.
I'm writing a program for a research application, and I would like