unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* GCC 3.4 fails to build eval.c when --disable-deprecated is used
@ 2004-04-25 11:13 Andreas Vögele
  2004-05-01 21:50 ` Kevin Ryde
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Vögele @ 2004-04-25 11:13 UTC (permalink / raw)


[Sorry, it seems that my new MUA doesn't complain when sending a 
message without subject.]

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.



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-05-24 20:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-25 11:13 GCC 3.4 fails to build eval.c when --disable-deprecated is used Andreas Vögele
2004-05-01 21:50 ` Kevin Ryde
2004-05-01 22:00   ` Kevin Ryde
2004-05-18 21:33     ` Marius Vollmer
2004-05-21 18:41       ` Dirk Herrmann
2004-05-24 20:03         ` Marius Vollmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).