[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] Re: let-location & modules
From: |
felix winkelmann |
Subject: |
[Chicken-users] Re: let-location & modules |
Date: |
Wed, 8 Oct 2008 09:27:18 +0200 |
On Tue, Oct 7, 2008 at 4:32 PM, Jörg F. Wittenberger
<address@hidden> wrote:
> Hi Felix & all,
>
> I ran into a deep mess when I started to use modules to get my
> import/export warnings back.
>
> Currently I'm fixing those imports and can't compile any useful result
> anyway. But either I'm missing something - for instance a module to
> import - or hell is coming closer each step: eventually I end up with
> let-location and the locatives it is supposed to bind and it's type name
> being unbound:
>
> Warning: reference to possibly unbound identifier: bool
> Warning: reference to possibly unbound identifier: again
> Warning: reference to possibly unbound identifier: let-location
>
You are somehow not importing required functionality. "let-location"
is defined in the "foreign" module. Have you imported that?
cheers,
felix
- [Chicken-users] -check-imports, F. Wittenberger, 2008/10/01
- Re: [Chicken-users] -check-imports, felix winkelmann, 2008/10/02
- [Chicken-users] let-location & modules, F. Wittenberger, 2008/10/07
- [Chicken-users] Re: let-location & modules, felix winkelmann, 2008/10/08
- [Chicken-users] Re: let-location & modules, F. Wittenberger, 2008/10/08
- [Chicken-users] Re: let-location & modules, felix winkelmann, 2008/10/09
- [Chicken-users] Re: let-location & modules, F. Wittenberger, 2008/10/09
- [Chicken-users] Re: let-location & modules - modules for srfi-34&35 - 2 questions, F. Wittenberger, 2008/10/10
- [Chicken-users] how to pass a certain environment to "eval", F. Wittenberger, 2008/10/10
- [Chicken-users] Re: how to pass a certain environment to "eval", felix winkelmann, 2008/10/12
- [Chicken-users] Re: how to pass a certain environment to "eval", felix winkelmann, 2008/10/13
- [Chicken-users] module for srfi-35, F. Wittenberger, 2008/10/10