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] Ctest logs error but returns zero exit code.

2017-01-06 Thread Mike Nicholson
Hello, I recently ran into a situation where one of our scripts was attempting to run CTest in the wrong directory. CTest did output a helpful error message: * No test configuration file found! * Usage ctest

Re: [CMake] CMake 3.7.1 gui fails to launch

2017-01-06 Thread Andreas Pakulat
Hi, On Fri, Jan 6, 2017 at 6:41 PM, wrote: > As it turns out, no, I can't use Qt5. In fact, I'd love to hear from anyone > who actually has. I find this in Modules/FindQt.make: That module is specifically only for applications wanting to support Qt3 and Qt4 at the same time. > ==

Re: [CMake] How do static libraries get linked in Ninja?

2017-01-06 Thread Robert Dailey
The latter. On Thu, Jan 5, 2017 at 3:39 PM, Robert Maynard wrote: > Do you mean you don't see where the static library is created or where > the static library is listed on the link line for the dynamic library? > > On Thu, Jan 5, 2017 at 11:30 AM, Robert Dailey > wrote: >> I have two targets i

Re: [CMake] CMake 3.7.1 gui fails to launch

2017-01-06 Thread Alan W. Irwin
On 2017-01-06 12:41-0500 da...@daryllee.com wrote: As it turns out, no, I can't use Qt5. In fact, I'd love to hear from anyone who actually has. My "ldd -r" results for cmake-gui show my recent bootstrap builds (of cmake-3.7.0) have been built with Qt5 without linking issues. I didn't do any

Re: [CMake] CMake 3.7.1 gui fails to launch

2017-01-06 Thread daryl
As it turns out, no, I can't use Qt5. In fact, I'd love to hear from anyone who actually has. I find this in Modules/FindQt.make: === if (Qt_FIND_VERSION) if (Qt_FIND_VERSION MATCHES "^([34])(\\.[0-9]+.*)?$") set(DESIRED_QT_VERSION ${CMAKE_MATCH_1}) else ()

Re: [CMake] CMake 3.7.1 gui fails to launch

2017-01-06 Thread Andreas Pakulat
Hi, On Fri, Jan 6, 2017 at 4:41 PM, wrote: > CMake suite maintained and supported by Kitware (kitware.com/cmake). > daryl@eve-ldb:~/cmake/cmake-3.7.1$ cmake-gui > cmake-gui: symbol lookup error: cmake-gui: undefined symbol: > _ZN9QListData11detach_growEPii > == > > That looks like a Qt l

Re: [CMake] CMake 3.7.1 gui fails to launch

2017-01-06 Thread Konstantin Podsvirov
Hm...18:52, 6 january 2017 г., David Cole via CMake :Can you use Qt5? CMake 3.7 is typically built using Qt5: perhaps a Qt5**requirement** has crept in since it's the commonly used one now.It's work for me with RedHat and Qt 4.8.6.No problem cmake-gui work.HTH,David C.On Fri, Jan 6, 2017 at 10:41 A

Re: [CMake] CMake 3.7.1 gui fails to launch

2017-01-06 Thread David Cole via CMake
Can you use Qt5? CMake 3.7 is typically built using Qt5: perhaps a Qt5 **requirement** has crept in since it's the commonly used one now. HTH, David C. On Fri, Jan 6, 2017 at 10:41 AM, wrote: > I'm running Ubuntu 14.04 and I'm trying to get the current version of CMake > to run. (The apt-ge

[CMake] CMake 3.7.1 gui fails to launch

2017-01-06 Thread daryl
I'm running Ubuntu 14.04 and I'm trying to get the current version of CMake to run. (The apt-get version is 2.8). I installed Qt4 (version 4.8.6) with $ sudo apt-get install libqt4-core libqt4-dev libqt4-gui qt4-dev-tools I installed cmake $ ./bootstrap & make & sudo make install all s

[CMake] PROJECT( LANGUAGES ) and m4

2017-01-06 Thread Brad Bell
If one looks at the documentation https://cmake.org/cmake/help/v3.0/command/project.html one sees project( [LANGUAGES] [...]) and the following text: 'By default C and CXX are enabled if no language options are given.' It there a list of available languages ? I have a project that has