unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Problem with Guile-1.8.1 with Slib 3a4
@ 2006-11-19  3:06 Free-Chai
  0 siblings, 0 replies; only message in thread
From: Free-Chai @ 2006-11-19  3:06 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 720 bytes --]

Hi,

  When using slib.scm in the ice-9 directory in conjunction with Slib-3a4,
the following error message is shown:

ERROR: Unbound variable: slib:features
ABORT: (unbound-variable)

  It seems the root cause being *features* is renamed to slib:features in
slib, but this change has yet reflected in guile.

My beta solution is to modify guile.init as follows:

Change the first line from:

(if (string<? (version) "1.6")
    (define-module (ice-9 slib)))       ; :no-backtrace

to:

(define-module (ice-9 slib))

Save and replace ice-9/slib.scm using this file.

So far this works for me, but since this is a band-aid patch, hope this
issue could be addressed in the upcoming guile release.

Thank you.

Cheers,
Chai

[-- Attachment #1.2: Type: text/html, Size: 878 bytes --]

[-- Attachment #2: Type: text/plain, Size: 137 bytes --]

_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-19  3:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-19  3:06 Problem with Guile-1.8.1 with Slib 3a4 Free-Chai

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