[vtkusers] [vtk-developers] Mac OS X 10.5, VTK, Qt, WTF?
Clinton Stimpson
clinton at elemtech.com
Thu Mar 4 14:36:47 EST 2010
Unless you need it, you can turn
VTK_QT_USE_WEBKIT=OFF to fix that.
The binary package from nokia contains an empty QtDBus.framework/ but CMake
says it really was found, and FindQt4.cmake attempts to add it as a dependency
to webkit if it was found.
I'm thinking CMake should check that Foo.framework/Foo actually exists.
Clint
On Thursday 04 March 2010 12:18:53 pm kent williams wrote:
> Here's the problem: On OS X (currently 10.5) I can build VTK with Qt,
> if I build Qt myself.
>
> If I use the system Qt 4.6.0, installed from the binary package from
> qt.nokia.com, I get this build error:
>
>
> Linking CXX shared library ../../../bin/libvtkQtChart.dylib
> ld: framework not found QtDBus
> collect2: ld returned 1 exit status
> make[2]: *** [bin/libvtkQtChart.5.5.0.dylib] Error 1
> make[1]: *** [GUISupport/Qt/Chart/CMakeFiles/vtkQtChart.dir/all] Error 2
> make: *** [all] Error 2
>
> What gives?
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
More information about the vtkusers
mailing list