[Paraview] CMake finds QT but says it hasn't when compiling
Paraview3
Bernhard Gschaider
Bernhard.Gschaider at unileoben.ac.at
Tue May 15 09:12:24 EDT 2007
>>>>> On Tue, 15 May 2007 08:57:22 -0400
>>>>> "BG" == Berk Geveci <berk.geveci at kitware.com> wrote:
BG> Can you post your CMakeCache.txt? -berk
Here it comes (didn't post it in the original message, because I
didn't want to bloat it too much).
BTW: I'm using the binary-QT4 pulled via yum from the
CentOS-Repositories (packages: qt4, qt4-devel, qt4-doc). I'm just
mentioning this because when compiling Paraview3 on a Mac (see
postings last week) there seemed to be a problem when one did NOT
compile QT from the sources.
BTW2: I'm on a x86_64-architecture
Bernhard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CMakeCache.txt.Qt4problem.gz
Type: application/x-gzip
Size: 13264 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/paraview/attachments/20070515/e9bc1793/CMakeCache.txt.Qt4problem.bin
-------------- next part --------------
BG> On 5/15/07, Bernhard Gschaider
BG> <Bernhard.Gschaider at unileoben.ac.at> wrote:
>> Hi!
>>
>> I'm having a problem when i'm trying to configure/compile the
>> latest CVS-Version of Paraview3 on a Linux machine (Centos5 ==
>> RHEL5).
>>
>> When I'm configuring with cmake (version 2.4.6) it finds the
>> QT4, but at the end of the configuration it says
>>
>> Qt UITOOLS library not found. Qt GUI library not found. Qt
>> XML library not found. Qt NETWORK library not found. Qt CORE
>> library not found.
>>
>> I generate the Makefiles and start compiling. It compiles
>> without problems until it comes to the QT-stuff. There
>> Compilation stops because the header QObject is not found. When
>> inspecting the compiler call I find that it only uses
>> -I/usr/lib64/qt4/include/ but not
>> -I/usr/lib64/qt4/include/QtCore where that file is
>> found. Completing that call with that option lets me compile
>> that file but of course make fails with the next.
>>
>> Funny thing is CMakeCache.txt (and ccmake) both show me, that
>> they know where to find QtCore (and all the other ''missing''
>> libraries):
>>
>> //Path to a file.
>> QT_QTCORE_INCLUDE_DIR:PATH=/usr/lib64/qt4/include/QtCore //The
>> Qt QTCORE library
>> QT_QTCORE_LIBRARY:FILEPATH=/usr/lib64/qt4/lib64/libQtCore.so
>> //Path to a library.
>> QT_QTCORE_LIBRARY_DEBUG:FILEPATH=QT_QTCORE_LIBRARY_DEBUG-NOTFOUND
>> //Path to a library.
>> QT_QTCORE_LIBRARY_RELEASE:FILEPATH=/usr/lib64/qt4/lib64/libQtCore.so
>>
>> (I'm compiling as Release, by the way, so I think the missing
>> DEBUG-stuff should not be a problem)
>>
>> Any hints/ideas? I could of course hand-edit the Makefiles, but
>> that is not the idea behind CMake, I think.
>> _______________________________________________ ParaView
>> mailing list ParaView at paraview.org
>> http://www.paraview.org/mailman/listinfo/paraview
>>
BG> -- Berk Geveci Kitware Inc. 28 Corporate Drive Clifton Park,
BG> NY, 12065
--
---------------------------------------------------------------------------
DI Bernhard F.W. Gschaider
---------------------------------------------------------------------------
EMail: Bernhard.Gschaider at ice-sf.at
WWW : www.ice-sf.at
Jabber : bgschaid at jabber.org
Tel: +43(3842)98282-42 Fax: +43(3842)98282-02
---------------------------------------------------------------------------
More information about the ParaView
mailing list