[CMake] Where can i get cmake-gui rpm for RHEL5 (Redhat 5) (download the source code is even better) ?

tech user techsgin at gmail.com
Mon Nov 2 19:31:39 EST 2009


Hi all

And many thanks.

case solved. :-)

qt-qui require qt > 4.3 (even that the bootstarp say 4.2)

so we have downloaded qt 4.5 opensource sdk.

then we got a link error with:

/opt/qtsdk-2009.01/qt/lib/libQtGui.so: undefined reference to
`FcFreeTypeQueryFace'
so ..

we had to download http://fontconfig.org/release/fontconfig-2.4.2.tar.gz
and build and install fontconfig.
*the version installed by default is *fontconfig-2.4.1 *

the fontconfig case is described in details here :
http://theitdepartment.wordpress.com/2009/03/15/centos-qt-fcfreetypequeryface/

many thanks everyone


On Tue, Nov 3, 2009 at 1:27 AM, Bill Hoffman <bill.hoffman at kitware.com>wrote:

> tech user wrote:
>
>> Hi John
>>  sadly RHEL5 comes with qt 3.3 installed. :-(
>> qt-3.3.6-23.el5
>>  We did got errors while runing ./configure --qt-gui
>>
>>
>
> Remove your build/source tree, and reconfigure with an out of source build,
> and it should be fine.   CMake has an issue where you can not bootstrap
> twice on the same tree.
>
> -Bill
>
>  cmSystemTools.o: In function
>> `cmSystemTools::RemoveRPath(std::basic_string<char, std::char_traits<cha
>> cmSystemTools.cxx:(.text+0x3b1): undefined reference to `cmELF::cmELF(char
>> const*)'
>> cmSystemTools.cxx:(.text+0x3da): undefined reference to
>> `cmELF::GetRPath()'
>> cmSystemTools.cxx:(.text+0x402): undefined reference to
>> `cmELF::GetRunPath()'
>> cmSystemTools.cxx:(.text+0x480): undefined reference to
>> `cmELF::GetDynamicEntryCount() const'
>> cmSystemTools.cxx:(.text+0x561): undefined reference to
>> `cmELF::GetDynamicEntryPosition(int) const'
>> cmSystemTools.cxx:(.text+0x599): undefined reference to
>> `cmELF::GetDynamicEntryPosition(int) const'
>> cmSystemTools.cxx:(.text+0x5d0): undefined reference to
>> `cmELF::GetDynamicEntryPosition(int) const'
>> cmSystemTools.cxx:(.text+0x684): undefined reference to
>> `cmELF::ReadBytes(unsigned long, unsigned lon
>> cmSystemTools.cxx:(.text+0x714): undefined reference to `cmELF::~cmELF()'
>> cmSystemTools.cxx:(.text+0x72d): undefined reference to `cmELF::~cmELF()'
>> thanks
>> TechSgin
>>
>>
>>  On Mon, Nov 2, 2009 at 9:24 PM, John Drescher <drescherjm at gmail.com<mailto:
>> drescherjm at gmail.com>> wrote:
>>
>>     > Still no cmake-gui :-(
>>     >
>>
>>    I have no experience with RHEL but I believe cmake-gui requires Qt 4.4
>>    or greater. What version of Qt do you have installed?
>>
>>    John
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the CMake FAQ at:
>> http://www.cmake.org/Wiki/CMake_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.cmake.org/mailman/listinfo/cmake
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20091103/3eae8a53/attachment-0001.htm>


More information about the CMake mailing list