From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.user Subject: New module import warnings Date: Tue, 28 Oct 2003 18:04:26 +0100 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <87d6chjntx.fsf@alice.rotty.yi.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1067361012 26475 80.91.224.253 (28 Oct 2003 17:10:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 17:10:12 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Oct 28 18:10:10 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEXMA-00015I-00 for ; Tue, 28 Oct 2003 18:10:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEXK5-0007LH-Bh for guile-user@m.gmane.org; Tue, 28 Oct 2003 12:08:01 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEXGe-0006eH-Ed for guile-user@gnu.org; Tue, 28 Oct 2003 12:04:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEXFN-000638-K2 for guile-user@gnu.org; Tue, 28 Oct 2003 12:03:40 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.24) id 1AEXEI-0005W5-MQ for guile-user@gnu.org; Tue, 28 Oct 2003 12:02:02 -0500 Original-Received: (qmail 12127 invoked by uid 65534); 28 Oct 2003 17:02:00 -0000 Original-Received: from chello213047125140.14.univie.teleweb.at (EHLO garibaldi) (213.47.125.140) by mail.gmx.net (mp004) with SMTP; 28 Oct 2003 18:02:00 +0100 X-Authenticated: #3102804 Original-Received: from ivanova.rhinosaur.lan ([192.168.1.9] helo=ivanova) by garibaldi with esmtp (Exim 4.24) id 1AEXGF-0001Eq-LT for guile-user@gnu.org; Tue, 28 Oct 2003 18:04:03 +0100 Original-Received: from andy by ivanova with local (Exim 3.36 #1 (Debian)) id 1AEXGc-00080x-00 for ; Tue, 28 Oct 2003 18:04:26 +0100 Original-To: Guile Users User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2350 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2350 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> =20 Backtrace: In unknown file: ?: 0* =20 : In expression : : Unbound variable: ABORT: (unbound-variable) guile> (use-modules (gnome gobject)) WARNING: (guile-user): `' imported from both (gnome gobject gw-gob= ject) and (gnome gobject) guile> So (gnome gobject gw-gobject) does apparently *not* export , but (gnome gobject) does. However, the module system thinks has been imprted from (gnome gobject gw-gobject), while it hasn't been FWICT. Any help appreciated, Andy --=20 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 5B= 62 Latein ist das humanoide =C3=84quivalent zu Fortran. -- Alexander Bartolich in at.linux _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user