unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* ice-9 and $GUILE_LOAD_PATH
@ 2008-01-29 10:40 Dave Pawson
  2008-01-29 11:32 ` Dave Pawson
  0 siblings, 1 reply; 6+ messages in thread
From: Dave Pawson @ 2008-01-29 10:40 UTC (permalink / raw)
  To: Guile User List

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))

Adding that to .guile results in an error message
not found.
Seems it uses  GUILE_LOAD_PATH

To what should the env variable be set please?
I tried
  export GUILE_LOAD_PATH=/usr/share/guile/1.8/
without success.

Any suggestions/url's for reading please?


regards

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk




^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: ice-9 and $GUILE_LOAD_PATH
@ 2008-01-29 21:23 Mike Gran
  2008-01-30  8:13 ` Dave Pawson
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Gran @ 2008-01-29 21:23 UTC (permalink / raw)
  To: Dave Pawson, Guile User List

> 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





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

end of thread, other threads:[~2008-01-31  8:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-29 10:40 ice-9 and $GUILE_LOAD_PATH Dave Pawson
2008-01-29 11:32 ` Dave Pawson
  -- strict thread matches above, loose matches on Subject: below --
2008-01-29 21:23 Mike Gran
2008-01-30  8:13 ` Dave Pawson
2008-01-30 21:46   ` Neil Jerram
2008-01-31  8:05     ` Dave Pawson

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).