[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New module import warnings
From: |
Andreas Rottmann |
Subject: |
New module import warnings |
Date: |
Tue, 28 Oct 2003 18:04:26 +0100 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
Hi!
I noticed that Guile 1.7 does check for duplicate imports --
nice! However, I'm not sure why I get a warning in my case:
guile> (use-modules (gnome gobject gw-gobject))
guile> <gobject>
Backtrace:
In unknown file:
?: 0* <gobject>
<unnamed port>: In expression <gobject>:
<unnamed port>: Unbound variable: <gobject>
ABORT: (unbound-variable)
guile> (use-modules (gnome gobject))
WARNING: (guile-user): `<gobject>' imported from both (gnome gobject
gw-gobject) and (gnome gobject)
guile>
So (gnome gobject gw-gobject) does apparently *not* export <gobject>,
but (gnome gobject) does. However, the module system thinks <gobject>
has been imprted from (gnome gobject gw-gobject), while it hasn't been
FWICT.
Any help appreciated, Andy
--
Andreas Rottmann | address@hidden | address@hidden | address@hidden
http://www.8ung.at/rotty | GnuPG Key: http://www.8ung.at/rotty/gpg.asc
Fingerprint | DFB4 4EB4 78A4 5EEE 6219 F228 F92F CFC5 01FD 5B62
Latein ist das humanoide Äquivalent zu Fortran.
-- Alexander Bartolich in at.linux
- New module import warnings,
Andreas Rottmann <=