MantisBT - ParaView
View Issue Details
0010253ParaViewBugpublic2010-02-08 11:412010-02-22 20:15
Michael Wild 
David Partyka 
normalblockalways
closedfixed 
Development 
3.83.8 
0010253: QVTK must link against QtXmlPatterns
Since QVTK includes headers from QtWebKit which links against QtXmlPatterns. Probably one should also fix FindQt4.cmake to include QtXmlPatterns in the QT_LIBRARIES list, but since it's already out there and used by ParaView, ParaView should work around it. Probably this is only a real problem on Mac OS X with the binary Qt-Distribution by Nokia which uses relative install_name paths for the frameworks, causing the linker to fail when trying to resolve QtXmlPatterns.framework/Versions/4/QtXmlPatterns.

This patch adds QT_QTXMLPATTERNS to the libraries QVTK links against: http://github.com/themiwi/ParaView/commit/f2c5d7e0b065a232a54ebb39f516122cc854b6a2 [^]
No tags attached.
Issue History
2010-02-08 11:41Michael WildNew Issue
2010-02-08 11:42Michael WildNote Added: 0019475
2010-02-08 12:54Utkarsh AyachitStatusbacklog => tabled
2010-02-08 12:54Utkarsh AyachitAssigned To => David Partyka
2010-02-08 12:54Utkarsh AyachitTarget Version => 3.8
2010-02-08 12:55Utkarsh AyachitNote Added: 0019477
2010-02-09 14:51David PartykaNote Added: 0019501
2010-02-09 14:57David PartykaResolutionopen => fixed
2010-02-09 15:49Utkarsh AyachitStatustabled => @80@
2010-02-09 15:49Utkarsh AyachitFixed in Version => 3.8
2010-02-22 20:15Alan ScottNote Added: 0019587
2010-02-22 20:15Alan ScottStatus@80@ => closed

Notes
(0019475)
Michael Wild   
2010-02-08 11:42   
Forgot to mention that this is with current ParaView-CVS, Qt-Cocoa-4.6.1 obtained from Nokia (binary installer) and Mac OS X 10.6.2.
(0019477)
Utkarsh Ayachit   
2010-02-08 12:55   
Reminder sent to: David Partyka

Dave,

Can you check this out? Thanks.
(0019501)
David Partyka   
2010-02-09 14:51   
Patch Applied. Thanks!
(0019587)
Alan Scott   
2010-02-22 20:15   
Untested. Assuming that patch writer and developer checked each other.