[vtkusers] vtk 5.6 install on Mac OS 10.4.11

Martin Costabel costabel at wanadoo.fr
Fri May 7 11:44:52 EDT 2010


Cartik Sharma wrote:
>   Hi,
> 
> I'm trying to install vtk 5.6 on Mac OS 10.4.  CMake 2.8.1 configures 
> VTK and builds on
> Mac OS 10.4.11 (with Unix Make files) just fine for standard options.
> 
> When you enable the VTK_USE_QT  option, one gets the following message
> during a build. Note: I have Qt 4.6.2 installed.
>  
> Linking CXX shared library ../../bin/libQVTKWidgetPlugin. dylib
> ld: /Library/Frameworks/QtCore. framework/QtCore load command 5 unknown 
> cmd field
> ld: /Library/Frameworks/QtGui. framework/QtGui load command 6 unknown 
> cmd field
> /usr/bin/libtool: internal link edit command failed
> make[2]: *** [bin/libQVTKWidgetPlugin. dylib] Error 1
> make[1]: *** [GUISupport/Qt/CMakeFiles/ QVTKWidgetPlugin.dir/all] Error 2
> make: *** [all] Error 2
> 
> I'm not sure if this is a versioning problem with Qt or something to do 
> with permissions. Your input is appreciated!

It is a problem with your version of the xcode tools: It is too old, and 
its dyld doesn't understand "cmd LC_UUID". Get xcode-2.5 from the Apple 
developer site.

-- 
Martin



More information about the vtkusers mailing list