GZipping files at build time

2012-02-20 Thread Parker Coates
Hello Build System Experts, Within the KDEGames project we would like to gzip compress some files at build-time, and I am coming to you folks for suggestions. Can CMake do this for us? (I don't think so, but I'm not certain. Maybe CPack?) Is any other part of KDE currently gzipping at

Re: hidden visibility

2012-02-20 Thread Thiago Macieira
On domingo, 19 de fevereiro de 2012 23.50.49, Raphael Kubo da Costa wrote: Stephen Kelly steve...@gmail.com writes: For KDE Frameworks 5, gcc 4.2 is too old. Qt5 requires a much more recent version (I don't recall which exactly). Unfortunately I'm a bit behind in the Qt5 discussions and

Re: GZipping files at build time

2012-02-20 Thread Andreas Pakulat
On 19.02.12 22:36:47, Parker Coates wrote: Hello Build System Experts, Within the KDEGames project we would like to gzip compress some files at build-time, and I am coming to you folks for suggestions. Can CMake do this for us? Yes it can, using a custom command. KDevPlatform provides a

Re: hidden visibility

2012-02-20 Thread Raphael Kubo da Costa
Thiago Macieira thi...@kde.org writes: On domingo, 19 de fevereiro de 2012 23.50.49, Raphael Kubo da Costa wrote: AFAIU, Apple still ships gcc 4.2.1 (the last GPLv2 version of gcc) with its OS; does it mean another compiler is going to be required for OS X users too? Qt supports gcc 4.2.1

Re: Strange commit to FindKDE4Internal.cmake

2012-02-20 Thread Brad King
On 2/19/2012 5:53 PM, Pau Garcia i Quiles wrote: On Sun, Feb 19, 2012 at 11:12 PM, Stephen Kellysteve...@gmail.com wrote: How would FindFoo.cmake know where to look? Exactly like it does know now: trial and error looking for the most common places. If it does not find the headers, libraries,

Re: hidden visibility

2012-02-20 Thread Alexander Neundorf
On Monday 20 February 2012, Raphael Kubo da Costa wrote: Thiago Macieira thi...@kde.org writes: On domingo, 19 de fevereiro de 2012 23.50.49, Raphael Kubo da Costa wrote: AFAIU, Apple still ships gcc 4.2.1 (the last GPLv2 version of gcc) with its OS; does it mean another compiler is going

Re: GZipping files at build time

2012-02-20 Thread Alexander Neundorf
On Monday 20 February 2012, Parker Coates wrote: Hello Build System Experts, Within the KDEGames project we would like to gzip compress some files at build-time, and I am coming to you folks for suggestions. Can CMake do this for us? (I don't think so, but I'm not certain. Maybe CPack?)

Re: Strange commit to FindKDE4Internal.cmake

2012-02-20 Thread Alexander Neundorf
On Sunday 19 February 2012, Pau Garcia i Quiles wrote: On Sun, Feb 19, 2012 at 11:41 PM, Ralf Habacker ralf.habac...@googlemail.com wrote: There is a linux rpm package installing about 150 Find... scripts into /usr/share/cmake-2.8/modules (the package is named cmake) and a 3rdparty

Re: extra-cmake-modules installs into versionned dir

2012-02-20 Thread Sune Vuorela
On Saturday 18 February 2012 18:45:54 Alexander Neundorf wrote: On Saturday 18 February 2012, David Faure wrote: Can we PLEASE get rid of the version number in the install directory? It's way more trouble than any benefit it might bring. If one day we want co-installable incompatible

Re: Strange commit to FindKDE4Internal.cmake

2012-02-20 Thread Modestas Vainius
Hello, On pirmadienis 20 Vasaris 2012 22:50:46 Alexander Neundorf wrote: that project installs its find-module into /usr/share/cmake/modules - at least the debian package does. This is wrong. Emm no, Debian package installs to /usr/share/cmake/SharedDesktopOntologies/ (*Config.cmake file)