From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: ttn-pers-scheme & ttn-do Date: Wed, 19 Mar 2008 08:35:00 +0100 Organization: sometimes Message-ID: <874pb3majf.fsf@ambire.localdomain> References: <87iqzj4we8.fsf@moley.moleskin.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205912265 6009 80.91.229.12 (19 Mar 2008 07:37:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Mar 2008 07:37:45 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Mar 19 08:38:14 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JbssH-00017o-9F for guile-user@m.gmane.org; Wed, 19 Mar 2008 08:38:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jbsrh-0008Mu-2M for guile-user@m.gmane.org; Wed, 19 Mar 2008 03:37:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jbsrd-0008Mp-Qu for guile-user@gnu.org; Wed, 19 Mar 2008 03:37:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jbsrc-0008LB-2t for guile-user@gnu.org; Wed, 19 Mar 2008 03:37:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jbsrc-0008L1-0c for guile-user@gnu.org; Wed, 19 Mar 2008 03:37:32 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jbsrb-0007fY-OX for guile-user@gnu.org; Wed, 19 Mar 2008 03:37:31 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jbsra-00073b-SJ for guile-user@gnu.org; Wed, 19 Mar 2008 03:37:31 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JbsrZ-0007EM-6m for guile-user@gnu.org; Wed, 19 Mar 2008 07:37:29 +0000 Original-Received: from 151.61.143.101 ([151.61.143.101]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2008 07:37:29 +0000 Original-Received: from ttn by 151.61.143.101 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2008 07:37:29 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 151.61.143.101 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:zn6cxhvRN0Zgi9GecvraiHKkvkk= X-detected-kernel: by mx20.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 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:6480 Archived-At: () Sebastian Tennant () Tue, 18 Mar 2008 22:20:15 +0200 checking if (guile-user) exports `close-all-fdes-except'... no configure: error: module (guile-user) does not export close-all-fdes-except; required Something to do with dynamic linking and/or compiled code? I know that much from the reference manual, although 'guile-user' isn't in the index (perhaps it should be).... That func is available in Guile 1.4.x, an amicable fork of Guile: http://www.gnuvola.org/software/guile/ I will amend that page's README blurb in the next week or so to include my hopes about a merging of selected Guile 1.4.x features into Guile latest. Perhaps `close-all-fdes-except' will be one of those features, but i doubt it... http://www.gnuvola.org/software/ttn-do/ttn-do.html.gz is 'not found on this server'. Perhaps a transient error (NFS, blech). Please try again. Happily swotting up on some ttn-pers-scheme-0.50 source code in the mean time :-) That stuff is retired; frankly, i rolled the 0.50 release so that i could do "make install uninstall" w/ it. In info node "Future", there are pointers to better-maintained (if not better-written, heh) code. (Gist: ttn-do is where the churn is, now.) thi