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.


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to