chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] base64 import problem with chicken-hygienic


From: Graham Fawcett
Subject: [Chicken-users] base64 import problem with chicken-hygienic
Date: Wed, 27 Aug 2008 12:11:02 -0400

Hi folks, it looks like base64 under chicken-hygienic doesn't import
properly -- I get the import.so but not the real one.

I used the new chicken-install to fetch base64, though I don't think
that's relevant.

Best,
Graham

CHICKEN
(c)2008 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.0.0x - linux-unix-gnu-x86     [ manyargs dload ptables applyhook ]
SVN rev. 11777  compiled 2008-08-27 on fawcett-lap (Linux)

; loading /home/graham/.csirc ...
#;1> ,s chicken-status4 | grep base
base64 .......................................................... version: 2.0
0
#;2> (import base64)
; loading /home/graham/tmp/chicken4/lib/chicken/4/base64.import.so ...
; loading /home/graham/tmp/chicken4/lib/chicken/4/chicken.import.so ...
; loading /home/graham/tmp/chicken4/lib/chicken/4/scheme.import.so ...
#;3> encode
Error: unbound variable: base64#encode
#;3> (load "/home/graham/tmp/chicken4/lib/chicken/4/base64.so")
; loading /home/graham/tmp/chicken4/lib/chicken/4/base64.so ...
#;4> encode
#<procedure (base64#encode str11)>




reply via email to

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