On Tue, Apr 14, 2009 at 02:20:37AM -0500, Eduardo Cavazos wrote: > Hello, > > I installed the SRFI-19 egg a little while ago on Chicken 3.4.0. > However, it seems that basic procedures like 'current-time' aren't > available: > > ~ # csi > > CHICKEN > (c)2008 The Chicken Team > (c)2000-2007 Felix L. Winkelmann > Version 3.4.0 - linux-unix-gnu-x86 [ manyargs dload ptables applyhook ] > SVN rev. 11987 compiled 2009-04-01 on puppypc (Linux) > > #;1> (use srfi-19) > ; loading /usr/local/lib/chicken/3/srfi-19.scm ... > #;2> current-time > Error: unbound variable: current-time > #;2>
You can fix this by removing the comment from srfi-19.scm in the egg. I don't know why this got checked in like this, and then tagged too. Cheers, Peter -- http://sjamaan.ath.cx -- "The process of preparing programs for a digital computer is especially attractive, not only because it can be economically and scientifically rewarding, but also because it can be an aesthetic experience much like composing poetry or music." -- Donald Knuth
pgpamoVH3LoID.pgp
Description: PGP signature
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
