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: 29 Oct 2005 15:52:43 -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 1130616276 27890 80.91.229.2 (29 Oct 2005 20:04:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2005 20:04:36 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Oct 29 22:04:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVwur-0007bU-0R for guile-user@m.gmane.org; Sat, 29 Oct 2005 22:03:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVwnX-0005e3-61 for guile-user@m.gmane.org; Sat, 29 Oct 2005 15:55:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVwkw-0004CW-Gj for guile-user@gnu.org; Sat, 29 Oct 2005 15:52:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVwkv-0004Bs-OR for guile-user@gnu.org; Sat, 29 Oct 2005 15:52:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVwkv-0004BS-9y for guile-user@gnu.org; Sat, 29 Oct 2005 15:52:45 -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 1EVwkv-0003wj-7h for guile-user@gnu.org; Sat, 29 Oct 2005 15:52:45 -0400 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id 15E4A548F; Sat, 29 Oct 2005 15:52:43 -0400 (EDT) Original-To: Kevin Ryde In-Reply-To: Original-Lines: 22 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:4908 Archived-At: I put the following in ice-9/slib.scm, and while a bit gross, let me load stdio and use printf. This assumes that slib is a directory in pkgdatadir; pkgsrc systems install it in /usr/pkg/share/slib and then symlink it to /usr/pkg/share/guile/slib. ;; Load slib's init file directly, implicitly symbols into the current ;; module. (load (string-append (assoc-ref %guile-build-info 'pkgdatadir) "/slib/guile.init"))) ;; use-modules will fail if the file fails to define the module (define-module (ice-9 slib)) I'm probably going to add a patch to pkgsrc's guile entry to change ice-9/slib.scm to the above; right now gnucash doesn't work in pkgsrc. Comments on the above, and how better to do it appreciated. -- Greg Troxel _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user