guile-devel
[Top][All Lists]
Advanced

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

Re: SCM_STACK_LIMIT conflict


From: Dirk Herrmann
Subject: Re: SCM_STACK_LIMIT conflict
Date: Fri, 17 Nov 2000 09:51:25 +0100 (MET)

On Wed, 15 Nov 2000, Lars J. Aas wrote:

> I get a conflict for these defines (not so strange) when I'm trying to
> compile CVS guile-core on NT4.0 with Visual C++.
> 
> [libguile/debug.h]
> #define SCM_STACK_LIMIT         scm_debug_opts[12].val
> 
> [libguile/stackchk.h]
> #define SCM_STACK_LIMIT 100000
> 
> I trust you guys know better how to fix this conflict than me...

The reason is the macro DEBUG_EXTENSIONS, which once was used to determine
whether debugging facilities should be included with guile.  Now,
DEBUG_EXTENSIONS is always defined by configure.  I wonder whether we
shouldn't get rid of the corresponding #ifdefs then?

Best regards
Dirk




reply via email to

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