guile-user
[Top][All Lists]
Advanced

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

csv.scm


From: David Pirotte
Subject: csv.scm
Date: Thu, 8 Dec 2005 11:55:16 +0100

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




reply via email to

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