Re: Wrong order of -L?

2006-04-19 Thread Alexander Dymo
On Monday 17 April 2006 18:21, Brad King wrote: This has been fixed in CVS CMake since the last KDE release. Ah, thanks. I should be using CMake from cvs then! ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org

Wrong order of -L?

2006-04-16 Thread Alexander Dymo
I've noticed this when compiling kdevelop today. We have -LKDE installation directory listed first in the compiler command line. This leads to link errors because wrong libraries are picked up. It links old installed libraries and not newer ones from the source tree. In

Re: getting more of cmake

2006-03-21 Thread Alexander Dymo
On Tuesday 21 March 2006 14:02, David Faure wrote: I think the idea was to have independent shell scripts rather than integrating doxygen docs into the building process. See the work by Adriaan de Groot (and his last post on this list). I see now. Ok, but what about portability of the script?

cmake dependencies questions

2006-03-15 Thread Alexander Dymo
Hi! Can anybody look through the http://websvn.kde.org/trunk/KDE/kdevelop/cmake/modules/KDevelopMacros.cmake?rev=519021sortby=dateview=markup This macro should look into some dirs and tar some files from those dirs. Resulting archive should be installed. For example, if I have - dir_a

Re: cmake and custom build targets

2006-03-13 Thread Alexander Dymo
On Monday 13 March 2006 23:23, Brad King wrote: See this FAQ entry for how to generate a source file: http://www.cmake.org/Wiki/index.php/CMake_FAQ#How_can_I_generate_a_source_f ile_during_the_build.3F Oh, thanks! Live and learn to read the documentation ;)