bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Error compiling


From: Gary Wong
Subject: Re: [Bug-gnubg] Error compiling
Date: Mon, 29 Jul 2002 12:38:45 -0400
User-agent: Mutt/1.3.28i

On Sat, Jul 27, 2002 at 05:34:05PM +0000, Joern Thyssen wrote:
> On Sat, Jul 27, 2002 at 05:05:33PM +0000, Joern Thyssen wrote
> > I've committed a patch, but I've no idea how to test it.
> > 
> > No matter what I write I get 
> > 
> > ERROR: Unbound variable: define
> > 
> > Evan trying to load the gnubg.scm file gives 
> > 
> > ERROR: Unbound variable: define
> > 
> > Does anyone have a valid guile example? (I have guile 1.4.1)
> 
> I cannot even get a guile-"shell". If I type : I get
> 
> ERROR: Unbound variable: top-repl
> 
> and gnubg stops.

Guile support in gnubg is currently broken for most versions of Guile.  The
module system in CVS Guile is significantly different than it was in
released versions (including 1.4, I think).  Once Guile 1.6 is released, I
will make sure gnubg works correctly with it.

Removing the call:

    scm_set_current_module( scm_resolve_module(
        scm_read_0str( "(guile-user)" ) ) );

from GuileInitialise near the bottom of guile.c might help in some
circumstances.

Cheers,
Gary.
-- 
   Gary Wong           address@hidden           http://www.cs.arizona.edu/~gary/



reply via email to

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