bug-guile
[Top][All Lists]
Advanced

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

Re: GCC 3.4 fails to build eval.c when --disable-deprecated is used


From: Kevin Ryde
Subject: Re: GCC 3.4 fails to build eval.c when --disable-deprecated is used
Date: Sun, 02 May 2004 07:50:33 +1000
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Andreas Vögele <address@hidden> writes:
>
> If Guile CVS is built with --disable-deprecated GCC 3.4 fails to build
> eval.c.  The problem is that the function scm_macroexp(), which is
> used in line 1941 of eval.c, is not declared. The prototype is not
> declared in eval.h if deprecated functions are disabled and the
> function definition starts further below in line 2131. I solved this
> problem locally by adding a forward declaration to eval.c.

Thanks, I added that.




reply via email to

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