unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* New module import warnings
@ 2003-10-28 17:04 Andreas Rottmann
  2003-10-28 17:57 ` Andreas Rottmann
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Rottmann @ 2003-10-28 17:04 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: New module import warnings
  2003-10-28 17:04 New module import warnings Andreas Rottmann
@ 2003-10-28 17:57 ` Andreas Rottmann
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Rottmann @ 2003-10-28 17:57 UTC (permalink / raw)


Andreas Rottmann <a.rottmann@gmx.at> writes:

> Hi!
>
Don't bother, I've fixed this (was guile-gobject's fault).

Regard, 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

Packages should build-depend on what they should build-depend.


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-28 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-28 17:04 New module import warnings Andreas Rottmann
2003-10-28 17:57 ` Andreas Rottmann

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).