[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] readline Error: unbound variable: set-signal-handler
From: |
Felix Winkelmann |
Subject: |
Re: [Chicken-users] readline Error: unbound variable: set-signal-handler! |
Date: |
Sat, 09 Feb 2008 23:59:55 +0100 (CET) |
From: Andre Kuehne <address@hidden>
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