unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Free-Chai <notyourcupofchai@gmail.com>
Subject: Problem with Guile-1.8.1 with Slib 3a4
Date: Sun, 19 Nov 2006 11:06:33 +0800	[thread overview]
Message-ID: <d34ef18d0611181906i7b9865a0p99f21892d237c7de@mail.gmail.com> (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

                 reply	other threads:[~2006-11-19  3:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d34ef18d0611181906i7b9865a0p99f21892d237c7de@mail.gmail.com \
    --to=notyourcupofchai@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).