[CMake] CMake 3.7.1 gui fails to launch

2017-01-06 Thread daryl
make install all seemed to run without issue. Running "cmake-gui --version" reported version 3.7.1, but running "cmake-gui" failed: = daryl@eve-ldb:~/cmake/cmake-3.7.1$ cmake-gui --version cmake version 3.7.1 CMake suite maintained and supported by Kitware (kit

Re: [CMake] CMake 3.7.1 gui fails to launch

2017-01-06 Thread daryl
) with $ sudo apt-get install libqt4-core libqt4-dev libqt4-gui qt4-dev-tools I installed cmake $ ./bootstrap & make & sudo make install all seemed to run without issue. Running "cmake-gui --version" reported version 3.7.1, but running "cmake-gui" failed:

Re: [CMake] CMake 3.7.1 gui fails to launch

2017-01-06 Thread daryl
And the answer is... I recently installed an IDE from a not-to-be-named company that I do a lot of business with. The installation of that software places their installation directory in LD_LIBRARY_PATH and guess what? their installation contains a copy of libQtGui.so and libQtCore.so. Th

[CMake] Setting target destination and rpath per generator

2011-02-14 Thread Daryl N
ing in path) from the folder where the tar.gz is extracted, then it may pick up the wrong libraries. I'm currently not versioning my libraries and perhaps that's the right way to handle it. But I was hoping to simply set the rpath per generator. Do I need to run cpack separately changing

Re: [CMake] Setting target destination and rpath per generator

2011-02-15 Thread Daryl N
use the bin/lib folder structure in the TGZ, then I would need to set rpath to "../lib" for them to be found. And then that would be part of the rpath for the DEB package too. Sounds like 2 build cycles may be needed. Daryl From: Eric Noulard To: Daryl N Cc: cmake@cmake.org

Re: [CMake] Setting target destination and rpath per generator

2011-02-15 Thread Daryl N
Thank you! I did not know about $ORIGIN but that is indeed exactly what I need. From: Alexander Neundorf To: cmake@cmake.org Cc: Daryl N Sent: Tue, February 15, 2011 3:45:25 PM Subject: Re: [CMake] Setting target destination and rpath per generator On