MantisBT - ParaView
View Issue Details
0010146ParaViewFeaturepublic2010-01-15 05:502010-12-01 21:22
Christophe Peyret 
David Partyka 
normaltweakalways
closedno change required 
Development 
 
0010146: Difficulties to build paraview under OS X
I try to build paraview development version under OSX and I face difficulties

santafe:ParaView3-Build peyret$ ccmake ../ParaView3


 Qt QTUITOOLS library not found.

 Qt QTUITOOLS library not found.
No tags attached.
Issue History
2010-01-15 05:50Christophe PeyretNew Issue
2010-11-30 22:19David PartykaAssigned To => David Partyka
2010-11-30 22:19David PartykaStatusbacklog => tabled
2010-11-30 22:20David PartykaNote Added: 0023619
2010-11-30 22:20David PartykaStatustabled => @80@
2010-11-30 22:20David PartykaResolutionopen => no change required
2010-12-01 21:22Alan ScottNote Added: 0023658
2010-12-01 21:22Alan ScottStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature

Notes
(0023619)
David Partyka   
2010-11-30 22:20   
You need to tell ParaView/CMake where your Qt is installed. Specifically this is accomplished by setting QT_QMAKE_EXECUTABLE to the location of qmake on your system. Once qmake is located CMake can query the location of the rest of the components of Qt. If you're still having issues please reopen.
(0023658)
Alan Scott   
2010-12-01 21:22   
As stated, user needs to tell CMake where to find Qt. See the ParaView Wiki for more information on how to do builds.