bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-readline] symbol "rl_init_argument" missing (?) from readline >


From: snowcrash+readline
Subject: Re: [Bug-readline] symbol "rl_init_argument" missing (?) from readline > v5.0
Date: Wed, 5 Dec 2007 20:36:21 -0800

hi,

> Notice the double underscore.  What guile is using is a private interface,
> _rl_init_argument(),

missed it.  thanks.

> which disappeared between readline-5.0 and 5.1.
>
> (It was actually renamed _rl_reset_argument(), but guile still shouldn't
> be using it.)

that's what i gathered, but just no mention of it.

interestingly, if in guile src tree i brute-force,

  perl -pi -e 's/rl_init_argument/_rl_reset_argument/g' `grep -rlni
rl_init_argument .`

then build, all's ok -- the guile build completes without further ado.

thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]