[vtk-developers] Transitive patch issue?

Timothy M. Shead tshead at sandia.gov
Mon Aug 3 14:37:42 EDT 2009


Not sure whether this is related or not, but I'm having trouble building 
on OSX with VTK_USE_QT enabled.  In a nutshell, a bunch of libraries 
have link errors around missing Qt symbols.  The included patch *almost* 
solves everything, but introduces problems linking the client-server 
libs, for example:

Linking CXX shared library ../../../bin/libvtkRenderingCS.dylib
i686-apple-darwin8-g++-4.0.1: CarbonCS: No such file or directory
i686-apple-darwin8-g++-4.0.1: AppKitCS: No such file or directory
i686-apple-darwin8-g++-4.0.1: ApplicationServicesCS: No such file or 
directory
i686-apple-darwin8-g++-4.0.1: CarbonCS: No such file or directory
i686-apple-darwin8-g++-4.0.1: AppKitCS: No such file or directory
i686-apple-darwin8-g++-4.0.1: ApplicationServicesCS: No such file or 
directory

... it seems that adding the Qt library dependencies to the CS libs with

SET(KIT_WRAP_DEPS ${KIT_WRAP_DEPS} ${QT_LIBRARIES})

treats some of the Qt dependencies (Carbon, AppKit, ApplicationServices)
as if they were client-server libs.

Any thoughts?  This is a show stopper at an inconvenient time for us.

Cheers,
Tim

-- 
Timothy M. Shead
Data Analysis & Visualization (1424)
Sandia National Laboratories
505-284-0139
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: paraview-osx-qt.patch
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20090803/5a667e1c/attachment.ksh>


More information about the vtk-developers mailing list