* Readline init broke on master
@ 2009-10-18 20:11 Mike Gran
2009-10-19 19:17 ` Andy Wingo
0 siblings, 1 reply; 4+ messages in thread
From: Mike Gran @ 2009-10-18 20:11 UTC (permalink / raw)
To: Guile Devel
Hi-
If I start up an interactive session with the current master, and I
enter the following three lines at the prompt
(use-modules (ice-9 readline))<CR>
(activate-readline)<CR>
<CR>
I get an infinite loop of
ERROR: Wrong number of arguments to #<program 9dfdee0
at /usr/local/share/guile/1.9/ice-9/readline.scm:210:14 (repl-prompt)>
Thanks,
Mike
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Readline init broke on master
2009-10-18 20:11 Readline init broke on master Mike Gran
@ 2009-10-19 19:17 ` Andy Wingo
2009-10-20 3:38 ` Mike Gran
0 siblings, 1 reply; 4+ messages in thread
From: Andy Wingo @ 2009-10-19 19:17 UTC (permalink / raw)
To: Mike Gran; +Cc: Guile Devel
On Sun 18 Oct 2009 22:11, Mike Gran <spk121@yahoo.com> writes:
> If I start up an interactive session with the current master, and I
> enter the following three lines at the prompt
>
> (use-modules (ice-9 readline))<CR>
> (activate-readline)<CR>
> <CR>
>
> I get an infinite loop of
>
> ERROR: Wrong number of arguments to #<program 9dfdee0
> at /usr/local/share/guile/1.9/ice-9/readline.scm:210:14 (repl-prompt)>
Did you perhaps make install in modules/ but not in readline/ ?
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Readline init broke on master
2009-10-19 19:17 ` Andy Wingo
@ 2009-10-20 3:38 ` Mike Gran
2009-10-20 19:23 ` Andy Wingo
0 siblings, 1 reply; 4+ messages in thread
From: Mike Gran @ 2009-10-20 3:38 UTC (permalink / raw)
To: Andy Wingo; +Cc: Guile Devel
On Mon, 2009-10-19 at 21:17 +0200, Andy Wingo wrote:
> On Sun 18 Oct 2009 22:11, Mike Gran <spk121@yahoo.com> writes:
>
> > If I start up an interactive session with the current master, and I
> > enter the following three lines at the prompt
> >
> > (use-modules (ice-9 readline))<CR>
> > (activate-readline)<CR>
> > <CR>
> >
> > I get an infinite loop of
> >
> > ERROR: Wrong number of arguments to #<program 9dfdee0
> > at /usr/local/share/guile/1.9/ice-9/readline.scm:210:14 (repl-prompt)>
>
> Did you perhaps make install in modules/ but not in readline/ ?
Don't think so. I tried it again. Did the usual
rm -rf ~/.cache
cd guile
rm -rf cache
git pull
CFLAGS="-O0 -g3 -gdwarf-2" ./configure
make clean
make
su
make install
Same result as before.
-Mike
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Readline init broke on master
2009-10-20 3:38 ` Mike Gran
@ 2009-10-20 19:23 ` Andy Wingo
0 siblings, 0 replies; 4+ messages in thread
From: Andy Wingo @ 2009-10-20 19:23 UTC (permalink / raw)
To: Mike Gran; +Cc: Guile Devel
On Tue 20 Oct 2009 05:38, Mike Gran <spk121@yahoo.com> writes:
> On Mon, 2009-10-19 at 21:17 +0200, Andy Wingo wrote:
>> On Sun 18 Oct 2009 22:11, Mike Gran <spk121@yahoo.com> writes:
>>
>> > If I start up an interactive session with the current master, and I
>> > enter the following three lines at the prompt
>> >
>> > (use-modules (ice-9 readline))<CR>
>> > (activate-readline)<CR>
>> > <CR>
>> >
>> > I get an infinite loop of
>> >
>> > ERROR: Wrong number of arguments to #<program 9dfdee0
>> > at /usr/local/share/guile/1.9/ice-9/readline.scm:210:14 (repl-prompt)>
>>
>> Did you perhaps make install in modules/ but not in readline/ ?
>
> Don't think so. I tried it again. Did the usual
>
> rm -rf ~/.cache
> cd guile
> rm -rf cache
> git pull
> CFLAGS="-O0 -g3 -gdwarf-2" ./configure
> make clean
> make
> su
> make install
>
> Same result as before.
Is your configure actually detecting readline? Is it possible you have
an old guile-readline install?
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-10-20 19:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-18 20:11 Readline init broke on master Mike Gran
2009-10-19 19:17 ` Andy Wingo
2009-10-20 3:38 ` Mike Gran
2009-10-20 19:23 ` Andy Wingo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).