[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] parallel build failure
From: |
felix winkelmann |
Subject: |
Re: [Chicken-hackers] parallel build failure |
Date: |
Tue, 14 Apr 2009 14:08:43 +0200 |
On Mon, Apr 13, 2009 at 8:19 PM, Kon Lovett <address@hidden> wrote:
>
> Yes, there is a missing dependency. I noticed it when working on setup-api
> but never bothered to look into it. Just typed '!!<ret>'.
>
Please do not change the dependencies lightheartedly. The dependency chain
is somewhat subtle - the compilation of the setup modules happens in a tricky
situation: the import-library of setup-api is required for setup-download.
Parallel builds are not supported.
cheers,
felix