[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Fix line numbers in error messages inside
From: |
Felix |
Subject: |
Re: [Chicken-hackers] [PATCH] Fix line numbers in error messages inside modules |
Date: |
Sat, 12 May 2012 16:57:08 +0200 (CEST) |
From: Peter Bex <address@hidden>
Subject: Re: [Chicken-hackers] [PATCH] Fix line numbers in error messages
inside modules
Date: Sat, 12 May 2012 16:45:00 +0200
> On Sat, May 12, 2012 at 04:32:28PM +0200, Felix wrote:
>> > "module" is not supposed to work anywhere besides in a toplevel context
>> > (this is documented, AFAIK). The s48-modules tests appear to work for me.
>> > Or do you mean whjen put in a "let" context?
>>
>> I get now this, when running "chicken-install -update-db":
>>
>> ../bin/chicken-install -update-db
>> loading import libraries ...
>>
>> Failed to import from
>> `/home/felix/chicken/master/lib/chicken/6/hermes.import.so': (import) during
>> expansion of (import ...) - during expansion of (import ...) - during
>> expansion of (import ...) - cannot import from undefined module: srfi-8
>
> [etc]
>
> I tried building Chicken master, then rebuilding it with itself and then
> building s48-modules and prometheus again, but I don't get this message.
>
> Maybe you have some old version of something or other lying around?
This may be the case. I will try a complete rebuild.
cheers,
felix