bug-guile
[Top][All Lists]
Advanced

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

(no subject)


From: Andreas Vögele
Subject: (no subject)
Date: Sun, 25 Apr 2004 13:09:08 +0200

If Guile CVS is built with --disable-deprecated GCC 3.4 fails to build eval.c. The problem is that the function scm_macroexp() is used in line 1941 of eval.c. 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.





reply via email to

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