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