[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU make 3.99.92 release candidate is available
From: |
Paul Smith |
Subject: |
Re: GNU make 3.99.92 release candidate is available |
Date: |
Mon, 23 Sep 2013 13:29:13 -0400 |
On Mon, 2013-09-23 at 19:14 +0200, Denis Excoffier wrote:
> In order to compile (with --disable-load) under cygwin i had to
> remove two occurrences of "(scm_t_subr)" from guile.c (unknown
> identifier, sorry). With --without-guile this is, expectedly,
> not needed.
Yes this is because of changes between Guile 1.8 and 2.0; I only tested
with 2.0. This is seen on all platforms with Guile 1.8. I'll fix this.
You can remove the cast as a workaround and it will be fine, if you want
to test further.
> Also a semicolon seems to be missing after the declaration of
> child_execute_job() in the case '# if defined(__EMX__)'.
Oops. Thanks.
- GNU make 3.99.92 release candidate is available, Paul Smith, 2013/09/23
- Re: GNU make 3.99.92 release candidate is available, Denis Excoffier, 2013/09/23
- Re: GNU make 3.99.92 release candidate is available,
Paul Smith <=
- Re: GNU make 3.99.92 release candidate is available, Denis Excoffier, 2013/09/24
- Re: GNU make 3.99.92 release candidate is available, Eli Zaretskii, 2013/09/24
- Re: GNU make 3.99.92 release candidate is available, Denis Excoffier, 2013/09/24
- Re: GNU make 3.99.92 release candidate is available, Eli Zaretskii, 2013/09/24
- Re: GNU make 3.99.92 release candidate is available, Pavel Fedin, 2013/09/24
- Re: GNU make 3.99.92 release candidate is available, Paul Smith, 2013/09/24
Re: GNU make 3.99.92 release candidate is available, Boris Kolpackov, 2013/09/25