[vtkusers] Problem with building VTK 5.0.3 with Python/Tk on Mac OSX 10.4.1

Thomas, JMH (Jens) j.m.h.thomas at dl.ac.uk
Fri Dec 7 07:53:47 EST 2007


Hello!

I'm trying to build vtk 5.0.3 with the Python and Tcl/Tk wrappers on Mac OSX 10.4.1 on a ppc machine using python 2.5 and building a universal binary.

The build currently fails with:

[ 30%] Building CXX object Filtering/CMakeFiles/vtkFilteringTCL.dir/vtkFilteringTCLInit.o

<LENGTHY_COMPILE_LINE_REMOVED> 

/Users/jmht/work/codes/CCP1GUI/ccp1gui_app/vtk/VTK-5.0.3_build/Filtering/vtkFilteringTCLInit.cxx
make[2]: *** No rule to make target `bin/libvtkCommonTCL.dylib', needed by `bin/libvtkFilteringTCL.5.0.3.dylib'.  Stop.
make[1]: *** [Filtering/CMakeFiles/vtkFilteringTCL.dir/all] Error 2
make: *** [all] Error 2


Does anyone have any suggestions on how to get this to work?

I've attached my CmakeCache.txt and have included some additional information below in case it is of any use.

Many thanks,

Jens

Additional info:

I'm using  cmake-2.4.7-Darwin-universal

The build initially failed building the libvtkCommonTCL.5.0.dylib, but this was because the -ltcl was missing from the link line, and the link was successful after I manually appended this.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CMakeCache.txt
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20071207/df371559/attachment.txt>


More information about the vtkusers mailing list