unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Andreas Rottmann <a.rottmann@gmx.at>
Subject: New module import warnings
Date: Tue, 28 Oct 2003 18:04:26 +0100	[thread overview]
Message-ID: <87d6chjntx.fsf@alice.rotty.yi.org> (raw)

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         | Rotty@ICQ      | 118634484@ICQ | a.rottmann@gmx.at
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


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


             reply	other threads:[~2003-10-28 17:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-28 17:04 Andreas Rottmann [this message]
2003-10-28 17:57 ` New module import warnings Andreas Rottmann

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=87d6chjntx.fsf@alice.rotty.yi.org \
    --to=a.rottmann@gmx.at \
    /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).