guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: csv.scm


From: Neil Jerram
Subject: Re: csv.scm
Date: Thu, 08 Dec 2005 18:49:40 +0000
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

David Pirotte <address@hidden> writes:

> 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?

Just a guess: does it help to do (use-syntax (ice-9 syncase)) instead
of (use-modules (ice-9 syncase))?

   Neil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]