unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Marco Maggi <marco.maggi-ipsu@poste.it>
To: Julian Graham <joolean@gmail.com>
Cc: guile-user@gnu.org
Subject: Re: [r6rs] quest to make the makers package work
Date: Tue, 08 Jun 2010 20:59:33 +0200	[thread overview]
Message-ID: <87pr01z6y2.fsf@rapitore.luna> (raw)
In-Reply-To: marco.maggi-ipsu@poste.it (Julian Graham's message of "Tue, 8 Jun 2010 12:18:56 -0400")

"Julian Graham" wrote:
>> ERROR: In procedure macroexpand:
>> ERROR: source expression failed to match any pattern in (import (rnrs) (lib))
>>
>> is it actually possible to load libraries?
>
> Andreas  Rottman just  submitted  a patch  that (I  think)
> resolves this issue [0].

Mh, applied it, now I get:

$ make gtest
GUILE_LOAD_PATH=. guile -l guile-config.scm --no-autocompile -s ./tests/test-makers.sps
ERROR: Unbound variable: define-module

where:

$ cat guile-config.scm 
;;; guile-config.scm --

(set! %load-extensions '(".guile.sls" ".sls" ".scm" ""))

;;; end of file

and the incipit of the program is:

#!r6rs
(import (rnrs)
  (rnrs eval)
  (makers makers))

-- 
Marco Maggi



  reply	other threads:[~2010-06-08 18:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-08 14:58 [r6rs] quest to make the makers package work Marco Maggi
2010-06-08 16:18 ` Julian Graham
2010-06-08 18:59   ` Marco Maggi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-08  8:15 Marco Maggi
2010-06-16 20:40 ` Andy Wingo
2010-06-17  7:40   ` Marco Maggi
2010-06-18  8:26     ` Andy Wingo
2010-06-18 12:48       ` Julian Graham
2010-06-18 14:06         ` Julian Graham
2010-06-18 17:29           ` Andy Wingo
2010-06-19 18:16             ` Marco Maggi
2010-06-20 21:40               ` Andy Wingo
2010-06-18 15:30       ` Marco Maggi

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=87pr01z6y2.fsf@rapitore.luna \
    --to=marco.maggi-ipsu@poste.it \
    --cc=guile-user@gnu.org \
    --cc=joolean@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).