guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile-1.4 and GOOPS


From: tomas
Subject: guile-1.4 and GOOPS
Date: Sun, 12 Aug 2001 13:45:07 +0200
User-agent: Mutt/1.0.1i

Hi,

it's me again. Now (oop goops) loads well -- next issue. When
trying to load (net http):

| guile> (use-modules (net http))
| /usr/local/share/guile/site/net/http/message.scm:70:1: In expression \
|     (define-method (header-set! # name ...) (set! # #)):
| /usr/local/share/guile/site/net/http/message.scm:70:1: bad method name: %S
| ABORT: (goops-error)

I see two issues: first, something seems wrong with (net http); second,
I don't see which method name is bad, because (oop goops) uses `%S' in
its format strings instead of the more modern `~S'.

Regards
-- tomas



reply via email to

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