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
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
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
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
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
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