[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile 1.5.4 beta ready for testing.
From: |
Neil Jerram |
Subject: |
Re: Guile 1.5.4 beta ready for testing. |
Date: |
19 Oct 2001 16:41:05 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
>>>>> "Keith" == Keith Wright <address@hidden> writes:
Keith> address@hidden guile-1.5.4]$ ./libguile/guile ERROR: no
Keith> code for module (readline-activator) address@hidden
Keith> guile-1.5.4]$ echo $GUILE_LOAD_PATH
Keith>
/home/kwright/build/guile-1.5.4:/home/kwright/build/guile-1.5.4/guile-readline
According to the NEWS file, readline-activator hasn't been pertinent
since Guile 1.3.2. (Although Mikael made a fix to
readline-activator.scm in June 2000, which is strange...?) And
nothing in Guile itself tries to load this module.
Do you have a .guile file that refers to (readline-activator)?
Neil