Re: Cmake build system and build directories

2013-11-27 Thread Andreas Enge
On Thu, Nov 28, 2013 at 12:16:36AM +0100, Ludovic Courtès wrote: > Commit 977f03f does exactly that. Let me know how it works for you. It seems to work insofar as kdelibs fails differently now ;-) Thanks! Andreas

Re: Cmake build system and build directories

2013-11-27 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Andreas Enge skribis: > >> On Mon, Nov 25, 2013 at 11:41:04PM +0100, Ludovic Courtès wrote: >>> I suspect this one-byte change is enough: >>> - (out-of-source? #f) >>> + (out-of-source? #t) >> >> No, because the con

Re: Cmake build system and build directories

2013-11-26 Thread Ludovic Courtès
Andreas Enge skribis: > On Mon, Nov 25, 2013 at 11:41:04PM +0100, Ludovic Courtès wrote: >> I suspect this one-byte change is enough: >> - (out-of-source? #f) >> + (out-of-source? #t) > > No, because the configure in cmake-build-system does not call that of

Re: Cmake build system and build directories

2013-11-25 Thread Andreas Enge
On Mon, Nov 25, 2013 at 11:41:04PM +0100, Ludovic Courtès wrote: > I suspect this one-byte change is enough: > - (out-of-source? #f) > + (out-of-source? #t) No, because the configure in cmake-build-system does not call that of gnu-build-system; so this varia

Re: Cmake build system and build directories

2013-11-25 Thread Ludovic Courtès
Andreas Enge skribis: > CMake Error at cmake/modules/MacroEnsureOutOfSourceBuild.cmake:17 (MESSAGE): > kdelibs requires an out of source build. Please create a separate build > directory and run 'cmake path_to_kdelibs [options]' there. > Call Stack (most recent call first): > CMakeLists.tx

Cmake build system and build directories

2013-11-25 Thread Andreas Enge
Hello, my kdelibs package currently fails with the following message: CMake Error at cmake/modules/MacroEnsureOutOfSourceBuild.cmake:17 (MESSAGE): kdelibs requires an out of source build. Please create a separate build directory and run 'cmake path_to_kdelibs [options]' there. Call Stack (mo