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: Dave Pawson
Subject: Re: ice-9 and $GUILE_LOAD_PATH
Date: Tue, 29 Jan 2008 11:32:43 +0000
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

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

seems to work.

I.e. two items, not three.

Still unsure if the envar is needed, and what it should be set to.





regards

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




reply via email to

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