[cmake-developers] Static Bootstrap: CCMake & GPM

2015-12-07 Thread Huebl, Axel
Hi, I did build a static version of CMake today successfully via LDFLAGS="-static-libstdc++ -static-libgcc -static" \ CFLAGS="-fPIC" \ CXXFLAGS="-fPIC" \ ./bootstrap make -j make install (the -fPIC could also be superfluous, I just realized later that I need to build my gcc via -fPIC, too

Re: [cmake-developers] Static Bootstrap: CCMake & GPM

2015-12-07 Thread Huebl, Axel
Forgot to say: I did build the latest version 3.4.1 On 08.12.2015 01:52, Huebl, Axel wrote: > Hi, > > I did build a static version of CMake today successfully via > > LDFLAGS="-static-libstdc++ -static-libgcc -static" \ > CFLAGS="-fPIC" \ > CXXFLAGS="-fPIC" \ > ./bootstrap > > make -j > m

Re: [cmake-developers] [CPackRPM] Configure RPM package group and name per component

2015-12-07 Thread Domen Vrankar
2015-11-17 9:18 GMT+01:00 Domen Vrankar : > 2015-11-15 20:32 GMT+01:00 Markus Rickert : >> Hi, >> >> similar to the previous patch for CPackDeb, the attached patch adds >> component-specific settings for group and name of an RPM package. >> >> CPACK_RPM__PACKAGE_GROUP allows setting the group of th

Re: [cmake-developers] Add command line options for deprecation message control

2015-12-07 Thread Michael Scott
I noticed one glitch. I built against Qt 5.5.1 on Linux and the option dialog seems to truncate the labels. I think I've fixed it, by using vertical layouts rather than form layouts and setting the size policy to expanding for the widgets, if that doesn't fix I'll need to look into QT in more d

Re: [cmake-developers] Add command line options for deprecation message control

2015-12-07 Thread Brad King
On 12/06/2015 08:13 AM, Michael Scott wrote: > Here are a couple of patches for adding in support for controlling the > suppression of deprecated warning messages, in the cmake-gui. Nice, thanks. I noticed one glitch. I built against Qt 5.5.1 on Linux and the option dialog seems to truncate the

Re: [cmake-developers] [PATCH] Add support for multiple parameters in cmake -E copy_directory command

2015-12-07 Thread Brad King
On 12/06/2015 02:40 PM, Bartosz Kosiorek wrote: > added support for multiple source directories into copy_directory Thanks. Applied with minor tweaks: cmake: Refine -E chdir documentation https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0903812b cmake: Refine -E copy_if_different implemen

[cmake-developers] [CMake 0015873]: CMake hangs indefinitely after executing other tools (e.g., gmake, getconf, file)

2015-12-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15873 == Reported By:Ralf Mitschke Assigned To: