From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: SLIB load broken. Date: Tue, 15 Jun 2004 08:56:48 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87llipoij3.fsf@zip.com.au> References: <16588.29572.730765.248988@localhost.localdomain> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1087254091 1962 80.91.224.253 (14 Jun 2004 23:01:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Jun 2004 23:01:31 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jun 15 01:01:19 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ba0S6-0002W6-00 for ; Tue, 15 Jun 2004 01:01:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Ba0T1-0007kK-5l for guile-devel@m.gmane.org; Mon, 14 Jun 2004 19:02:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Ba0Sx-0007hw-5C for guile-devel@gnu.org; Mon, 14 Jun 2004 19:02:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Ba0Su-0007fb-TP for guile-devel@gnu.org; Mon, 14 Jun 2004 19:02:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Ba0Su-0007fH-JH for guile-devel@gnu.org; Mon, 14 Jun 2004 19:02:08 -0400 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ba0Ru-0007AN-U6 for guile-devel@gnu.org; Mon, 14 Jun 2004 19:01:07 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i5EN125v004082; Tue, 15 Jun 2004 09:01:02 +1000 Original-Received: from localhost (ppp2818.dyn.pacific.net.au [61.8.40.24]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i5EN0vLR031313; Tue, 15 Jun 2004 09:01:00 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1Ba0Nl-0000hL-00; Tue, 15 Jun 2004 08:56:49 +1000 Original-To: Han-Wen Nienhuys Mail-Copies-To: never In-Reply-To: <16588.29572.730765.248988@localhost.localdomain> (Han-Wen Nienhuys's message of "Sun, 13 Jun 2004 17:32:20 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3798 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3798 Han-Wen Nienhuys writes: > > guile> (use-modules (ice-9 slib)) > > ERROR: Unbound variable: system Oh, it got stricter about redefinitions within modules I guess. Maybe it should be (if (defined? 'system) (begin (define guile-core-system system) (define-public system (lambda (str) (let ((st (guile-core-system str))) (or (status:exit-val st) (+ 128 (or (status:term-sig st) (status:stop-sig st))))))))) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel