guile-user
[Top][All Lists]
Advanced

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

Re: ice-9 and $GUILE_LOAD_PATH


From: Mike Gran
Subject: Re: ice-9 and $GUILE_LOAD_PATH
Date: Tue, 29 Jan 2008 13:23:33 -0800 (PST)

> Dave Pawson wrote:
> > New user, Fedora Core,
> > Guile at /usr/share/guile/1.8/
> > Reading the manual
> > http://www.gnu.org/software/guile/manual/guile.html
> > 
> > The debug seems to require ice-9
> >  (use-modules (ice-9 debugger breakpoints))
> 
> 
> Seemingly resolved?
> http://www.gnu.org/software/guile/manual/guile.html#Intro-to-Breakpoints
> The manual may be at fault.
> 
> (use-modules (ice-9 debugger))
> and
> (use-modules (ice-9 breakpoints))
> 


If I recall correctly, the breakpoint library was split off into a separate 
package.  The manual is incorrect.  This is a known bug, and should be fixed in 
the next release.

The bug is documented here.

http://lists.gnu.org/archive/html/bug-guile/2007-10/msg00037.html

The separate package lives here, I think.

https://gna.org/projects/guile-debugging

Hope this helps,

Mike Gran





reply via email to

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