Thu, 19 Oct 2006 17:51:35 -0700, klovett wrote: > >> Yes, forgot to add lookup-table.scm to the srfi-29.egg. Try it now. > > > > There is no lookup-table.scm in the current srfi-29.egg. > > I meant to say "forgot to add lookup-table to the srfi-29.meta." > > > Therefore I installed lookup-table.egg and misc-extn.egg. > > But csi still crashes: > > #;1> (use srfi-19) > > ; loading /programs/free/chicken-darcs/lib/chicken/1/srfi-19.so ... > > ; loading /programs/free/chicken-darcs/lib/chicken/1/srfi-29.so ... > > ; loading /programs/free/chicken-darcs/lib/chicken/1/lookup- > > table.so ... > > ; loading /programs/free/chicken-darcs/lib/chicken/1/misc-extn.scm ... > > Segmentation fault > > > > What am I missing? I am little bit lost in the long dependency > > chains ... > > Don't know. The srfi-29.meta (for ver 1.5, the current) needs > 'miscmacros misc-extn lookup-table locale'.
I see. It looks like manual installation of single eggs might be too complicated to get it right (at least for me, sorry). But the fully automatic installation (i.e. chicken-setup srfi-19) works perfectly for me. Thanks. Sven
pgpYFJGxa41SQ.pgp
Description: PGP signature
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
