[Paraview] problems building paraview from source

Natalie Happenhofer nataliehapp at hotmail.com
Wed Aug 27 11:53:10 EDT 2008


Ok, now the executable is found, but I get the following warning:
"QT_QMAKE_EXECUTABLE reported QT_INSTALL_LIBS as C:\iwmake\build_mingw_opensource/lib "

and next I get the error, that this directory does not exist. 
Well, it does not exist (I looked it up) but qt does run, so I don´t want to believe that it was not correctly installed.
Where should that QT_INSTALL_LIBS variable point to? 



From: kmorel at sandia.gov
To: nataliehapp at hotmail.com; paraview at paraview.org
Date: Wed, 27 Aug 2008 09:30:02 -0600
Subject: RE: [Paraview] problems building paraview from source






















Make sure that
the qmake program associated with the Qt 4.3 version is the first in your
path.  Also make sure that you do a clean build (i.e. delete your binary
directory and start over again).

 

-Ken

 











From:
paraview-bounces at paraview.org [mailto:paraview-bounces at paraview.org] On Behalf Of Natalie Happenhofer

Sent: Wednesday, August 27, 2008
9:24 AM

To: paraview at paraview.org

Subject: Re: [Paraview] problems building
paraview from source



 

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! MSN
Messenger









_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20080827/5b478f13/attachment-0001.htm>


More information about the ParaView mailing list