Well,
I installed QT 4.3 now (with MinGW) and then I tried to build Paraview with the 
"MinGW Makefiles" -Option when it asks for the compiler, but still, the same 
problem originates: 

"QMake Error at CMakeLists.txt:89 (Message): Qt 4.3.0 or greater not found. 
Please check the QT_QMAKE_EXECUTABLE variable. "

Here is the part of CMakeLists.txt which posts the error:

  # ParaView requires this minimum version of Qt, and let's do it here before
  # our first call to FindQt4.cmake
  SET(QT_MIN_VERSION "4.3.0")
  SET(QT_REQUIRED TRUE)
  FIND_PACKAGE(Qt4)
  IF(NOT QT4_FOUND)
    MESSAGE(SEND_ERROR "Qt ${QT_MIN_VERSION} or greater not found.  Please 
check the QT_QMAKE_EXECUTABLE variable.")
  ELSE(NOT QT4_FOUND)
    # don't go greater than supported version
    STRING(REGEX MATCH "^4\\.3\\.[0-9]+" qt_version_tmp "${QTVERSION}")

Do you have any ideas what to try next?

thx,
Natalie

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
ParaView mailing list
[email protected]
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to