From: Andre Kuehne <[EMAIL PROTECTED]> Subject: [Chicken-users] readline Error: unbound variable: set-signal-handler! Date: Sat, 09 Feb 2008 21:46:42 +0100
> hey guys > > can someone help me with this readline problem? > > > csi -n > > CHICKEN > Version 3.0.0 - linux-unix-gnu-x86 [ manyargs dload ptables applyhook ] > (c)2000-2008 Felix L. Winkelmann compiled 2008-02-09 on disko (Linux) > > #;1> (require 'readline) > ; loading /home/ak/usr/lib/chicken/readline.so ... > #;2> (current-input-port (make-gnu-readline-port "csi> ")) > Error: unbound variable: set-signal-handler! > A recent change by elf added signal handling. Apparently the "posix" unit must be declared as used. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
