chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] More problems using with srfi-40


From: Bruce Butterfield
Subject: Re: [Chicken-users] More problems using with srfi-40
Date: Fri, 14 May 2004 08:50:22 -0700
User-agent: Mozilla Thunderbird 0.6 (X11/20040509)

My bad - I had my main function in a different source file than the source that needed 'require-for-syntax. I changed (load "worker.scm") to (include "worker.scm") and everything's all better. Sorry.

BTW, I'm using chicken version 1 build 45.

Felix Winkelmann wrote:
Bruce Butterfield wrote:

I'm confused. I'm trying to compile some code that uses SSAX, specifically the macro SSAX:make-parser (contained in syntax.scm) and I don't have a clue why I keep getting "unbound variable: require-for-syntax" when attempting to compile my sources with csc. Could you slap me with a clue stick or show me where I can RTFM to compile code from extensions that contain macros?


What version of Chicken are you using?


cheers,
felix





reply via email to

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