[Paraview] Compiling ParaView 3 on Mac OS X (PowerPC)

clinton at elemtech.com clinton at elemtech.com
Thu May 10 11:01:28 EDT 2007


>     >> Speaking of the QT. Which version should I use. Currently I'm
>     >> trying to compile it with the OpenDSource-Version I downloaded
>     >> from Trolltech (the DMG) but ccmake complains in
>     >> VTK/GUISupport/Qt/CMakeList.txt it has an unknown CMake
>     >> command: QT4_WRAP_CPP. Is this a QT or a CMake problem.
>
> But this problem still persists: I don't know too much about cmake,
> but am I right that this is a problem with cmake(I'm using 2.4.6) or
> the cmake-Files that come with the soure, because I don't find where
> QT4_WRAP_CPP is being defined.

QT4_WRAP_CPP is defined in CMake's FindQt4.cmake file, and the macro doesn't 
get defined until qmake is found.
Set the QT_QMAKE_EXECUTABLE variable to "/your/path/to/qt4/bin/qmake"
You said you are using Trolltech's DMG install?  I've used that too.

Clint


More information about the ParaView mailing list