chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Problem installing silex egg


From: Kevin Hammack
Subject: Re: [Chicken-users] Problem installing silex egg
Date: Mon, 3 Dec 2007 22:14:03 -0800

Same result, though the unbound variable has different garbage in it this time. C file should be attached, though it's 1.7MB.

thanks,
-kev

Attachment: silex.c.gz
Description: GNU Zip compressed data




On Dec 3, 2007, at 9:31 PM, Elf wrote:


first, please redownload and install the egg. second, for the installation, do chicken-setup -k silex , and send the generated .c file please? thanks.

-elf

On Mon, 3 Dec 2007, Kevin Hammack 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?

thanks,
-kev

Here's a transcript:

(~ $) chicken-setup silex

The extension silex does not exist.
Do you want to download it ? (yes/no/abort) [yes]
downloading silex.egg from (www.call-with-current-continuation.org eggs 80)
 gzip -d -c ../silex.egg | tar xf -
/home/khammack/sw/chicken/bin/csc -feature compiling-extension -s -O2 -d1 silex.scm
 rm -fr /home/khammack/sw/chicken/lib/chicken/3/silex.so
 cp -r silex.so /home/khammack/sw/chicken/lib/chicken/3/silex.so
 chmod a+r /home/khammack/sw/chicken/lib/chicken/3/silex.so
 cp -r silex.html /home/khammack/sw/chicken/lib/chicken/3/silex.html
 chmod a+r /home/khammack/sw/chicken/lib/chicken/3/silex.html

* Installing documentation files in /home/khammack/sw/chicken/lib/ chicken/3:
 cp -r silex.html /home/khammack/sw/chicken/lib/chicken/3/silex.html

 chmod a+r /home/khammack/sw/chicken/lib/chicken/3/silex.setup-info
 rm -fr silex.egg-dir
 rm -fr /Users/khammack/silex.egg
(~ $) csi

CHICKEN
Version 2.732 - macosx-unix-gnu-ppc [ manyargs dload ptables applyhook cross ] (c)2000-2007 Felix L. Winkelmann compiled 2007-12-02 on Kevin- Hammacks-Computer-14.local (Darwin)

#;1> (use silex)
; loading /home/khammack/sw/chicken/lib/chicken/3/silex.so ...
Error: unbound variable: |?????H__TEXT|

       Call history:

       <syntax>                (use silex)
<syntax> (##core#require-extension (quote silex)) <syntax> (begin (begin (##sys#require (quote silex))) (##core#undefined))
       <syntax>                (begin (##sys#require (quote silex)))
       <syntax>                (##sys#require (quote silex))
       <syntax>                (quote silex)
       <syntax>                (##core#undefined)
       <eval>          (##sys#require (quote silex))   <--
#;1>



_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users



reply via email to

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