chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] How to load modules for compilation


From: Christian Kellermann
Subject: Re: [Chicken-users] How to load modules for compilation
Date: Mon, 06 Oct 2014 16:17:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Sascha Ziemann <address@hidden> writes:

> 2014-10-06 15:53 GMT+02:00 Peter Bex <address@hidden>:
>
>> On Mon, Oct 06, 2014 at 03:44:38PM +0200, Sascha Ziemann wrote:
>> > Error: during expansion of (curtain ...) - unbound variable:
>> > blowfish#make-blowfish-encryptor
>>
>> You can do (begin-for-syntax (require-extension blowfish)) to make
>>
>
> Thanks! This helps. I thought the -R option would do it. But it seems to be
> for something else.

-R foo is basically saying (require-extension foo) at toplevel, so the
problem of making the definitions available at compile time remain.

Cheers,

Christian

-- 
May you be peaceful, may you live in safety, may you be free from
suffering, and may you live with ease.




reply via email to

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