From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.user Subject: Re: new slib and guile 1.6.7 Date: 28 Oct 2005 19:40:12 -0400 Message-ID: References: <20051021185451.92D965283@fnord.ir.bbn.com> <43594A5E.7070909@mail.msen.com> <87wtjx6yz0.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130543025 26719 80.91.229.2 (28 Oct 2005 23:43:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2005 23:43:45 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Oct 29 01:43:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVdrS-0006Bp-6B for guile-user@m.gmane.org; Sat, 29 Oct 2005 01:42:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVdrR-0002eL-6m for guile-user@m.gmane.org; Fri, 28 Oct 2005 19:42:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVdpc-00010f-CD for guile-user@gnu.org; Fri, 28 Oct 2005 19:40:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVdpW-0000vr-LE for guile-user@gnu.org; Fri, 28 Oct 2005 19:40:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVdpV-0000v5-2z for guile-user@gnu.org; Fri, 28 Oct 2005 19:40:13 -0400 Original-Received: from [192.1.100.210] (helo=fnord.ir.bbn.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EVdpV-0004TF-6M for guile-user@gnu.org; Fri, 28 Oct 2005 19:40:13 -0400 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id 783BD5286; Fri, 28 Oct 2005 19:40:12 -0400 (EDT) Original-To: Kevin Ryde In-Reply-To: <87wtjx6yz0.fsf@zip.com.au> Original-Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:4906 Archived-At: Ah. Do we have someone from the gnucash world who can say what it should look like or how it should work? It's not that complicated. With the new slib, you get behavior like this: > guile guile> (use-modules (ice-9 slib)) guile> (require 'stdio) ERROR: Unbound variable: with-load-pathname ABORT: (unbound-variable) guile> (version) "1.6.8" This is running the 1.6.8 prerelease announced on the list a week or so ago, and with NetBSD pkgsrc slib 3.1.2, which is 3a2 in slib versioning. The basic issue is that ice-9 slib is no longer providing all the procedures that slib expects, but slibs guile.init does. > guile guile> (load "/usr/pkg/share/slib/guile.init") guile> (require 'stdio) guile> (printf "foo %d\n" 2) foo 2 6 Whether there is something deeper with gnucash, I don't know, but I have no reason to think so yet. -- Greg Troxel _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user