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 <dresche...@gmail.com <mailto:dresche...@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

_______________________________________________
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

Reply via email to