[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Problem installing silex egg
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Problem installing silex egg |
Date: |
Thu, 6 Dec 2007 12:07:37 +0100 |
On Dec 4, 2007 6:01 AM, Kevin Hammack <address@hidden> wrote:
> I downloaded the latest chicken release and compiled it on my
> PowerBook running 10.4.11. Seems to work fine, but I can't get silex
> to load after installing it with chicken-setup. It failes (use
> silex) with
>
> #;1> (use silex)
> ; loading /home/khammack/sw/chicken/lib/chicken/3/silex.so ...
> Error: unbound variable: |?????H__TEXT|
>
> Can anyone help?
What's the output of this:
DYLD_PRINT_LIBRARIES=1 csi -R silex
It seems that silex.so (the compiled) egg can't be loaded for some
reason and chicken tries to interpret it as source code.
cheers,
felix