From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: csv.scm Date: Thu, 8 Dec 2005 11:55:16 +0100 Organization: Alto Air Services [http://www.altosw.be/aas/] Message-ID: <20051208115516.6d2c68b4@faust> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1134048085 15707 80.91.229.2 (8 Dec 2005 13:21:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2005 13:21:25 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Dec 08 14:21:20 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EkLfo-0003Xb-8e for guile-user@m.gmane.org; Thu, 08 Dec 2005 14:19:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkLg5-0006Aa-6O for guile-user@m.gmane.org; Thu, 08 Dec 2005 08:19:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EkJoX-00084I-6A for guile-user@gnu.org; Thu, 08 Dec 2005 06:19:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EkJVC-0005CP-0R for guile-user@gnu.org; Thu, 08 Dec 2005 06:01:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkJR9-0004nd-UJ for guile-user@gnu.org; Thu, 08 Dec 2005 05:55:44 -0500 Original-Received: from [62.58.108.13] (helo=smtp.all2all.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EkJSA-0002cl-2m for guile-user@gnu.org; Thu, 08 Dec 2005 05:56:46 -0500 Original-Received: from localhost (maximusconfessor.all2all.org [127.0.0.1]) by smtp.all2all.net (Postfix) with ESMTP id DCC3A1C000BB; Thu, 8 Dec 2005 12:01:13 +0100 (CET) Original-Received: from smtp.all2all.net ([127.0.0.1]) by localhost (maximusconfessor.all2all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31382-09; Thu, 8 Dec 2005 12:01:09 +0100 (CET) Original-Received: from faust (252-38.240.81.adsl.skynet.be [81.240.38.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.all2all.net (Postfix) with ESMTP id BE6481C00092; Thu, 8 Dec 2005 12:01:09 +0100 (CET) Original-To: "neil@"@neilvandyke.org, guile-user X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.6.10; i486-pc-linux-gnu) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at all2all.net 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:4983 Archived-At: Hello Neil, [http://www.neilvandyke.org/csv-scm/] I am trying to use your csv.scm code with guile-1.6 (debian) and got the following error on load (SRFI-6, SRFI-23 are in guile-core): guile> (use-modules (ice-9 syncase)) guile> (load "csv.scm") csv.scm:810:26: In expression (make-col-symbol i): csv.scm:810:26: Unbound variable: make-col-symbol ABORT: (unbound-variable) the letrec to which make-col-symbol pertains seems well formed to me? thanks david _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user