bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parallel make fails for guile 1.8


From: Neil Jerram
Subject: Re: parallel make fails for guile 1.8
Date: Wed, 31 May 2006 20:48:58 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Mattias Holm <address@hidden> writes:

> Makes fails  when parallelisation option -jN is used. This is at
> least true for Mac OS X (which also fail in other parts of the make
> process, though this later error are apparently known (this also
> prevents me from using Guile 1.8 in my project)).
>
> Non the less, something in the line of this results from parallel makes:
>
> ./guile-snarf -o arbiters.x arbiters.c -DHAVE_CONFIG_H -I.. -I.. -I/
> opt/gmp/include -g -O2 -Wall -Wmissing-prototypes -Werror
> In file included from ../libguile/_scm.h:63,
>                   from alist.c:20:
> ../libguile/__scm.h:76:32: error: libguile/scmconfig.h: No such file
> or directory
> In file included from ../libguile/_scm.h:63,

Thanks for reporting this.  I would guess this means that the Makefile
is failing to work out that the libguile .c files depend on
scmconfig.h, but I'm afraid I don't know the details of how this is
supposed to happen.

Regards,
        Neil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]