[#61822] Plan Developers Meeting Japan April 2014 — Zachary Scott <e@...>

I would like to request developers meeting around April 17 or 18 in this mo=

14 messages 2014/04/03
[#61825] Re: Plan Developers Meeting Japan April 2014 — Urabe Shyouhei <shyouhei@...> 2014/04/03

It's good if we have a meeting then.

[#61826] Re: Plan Developers Meeting Japan April 2014 — Zachary Scott <e@...> 2014/04/03

Regarding openssl issues, I=E2=80=99ve discussed possible meeting time with=

[#61833] Re: Plan Developers Meeting Japan April 2014 — Martin Bo煬et <martin.bosslet@...> 2014/04/03

Hi,

[ruby-core:62233] [ruby-trunk - Bug #9578] ‘Function’ undeclared in readline.c

From: usa@...
Date: 2014-04-30 05:22:01 UTC
List: ruby-core #62233
Issue #9578 has been updated by Usaku NAKAMURA.

Related to Backport #9631: Backport readline-6.3 support. added

----------------------------------------
Bug #9578: =E2=80=98Function=E2=80=99 undeclared in readline.c
https://bugs.ruby-lang.org/issues/9578#change-46382

* Author: Dmitry Medvinsky
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: ext
* Target version:=20
* ruby -v: 2.0.0p353 (2013-11-22 revision 43784) [x86_64-linux]
* Backport: 1.9.3: REQUIRED, 2.0.0: REQUIRED, 2.1: REQUIRED
----------------------------------------
When compiling Ruby 2.1.1, I get the following error

~~~
make[2]: Entering directory '/tmp/ruby-build.20140228114849.30108/ruby-2.1.=
1/ext/readline'
compiling readline.c
readline.c: In function =E2=80=98Init_readline=E2=80=99:
readline.c:1977:26: error: =E2=80=98Function=E2=80=99 undeclared (first use=
 in this function)
     rl_pre_input_hook =3D (Function *)readline_pre_input_hook;
                          ^
readline.c:1977:26: note: each undeclared identifier is reported only once =
for each function it appears in
readline.c:1977:36: error: expected expression before =E2=80=98)=E2=80=99 t=
oken
     rl_pre_input_hook =3D (Function *)readline_pre_input_hook;
                                    ^
readline.c: At top level:
readline.c:634:1: warning: =E2=80=98readline_pre_input_hook=E2=80=99 define=
d but not used [-Wunused-function]
 readline_pre_input_hook(void)
 ^
Makefile:228: recipe for target 'readline.o' failed
make[2]: *** [readline.o] Error 1
make[2]: Leaving directory '/tmp/ruby-build.20140228114849.30108/ruby-2.1.1=
/ext/readline'
exts.mk:198: recipe for target 'ext/readline/all' failed
make[1]: *** [ext/readline/all] Error 2
~~~

Readline version:

~~~C
/* Hex-encoded Readline version number. */
#define RL_READLINE_VERSION     0x0603          /* Readline 6.3 */
#define RL_VERSION_MAJOR        6
#define RL_VERSION_MINOR        3
=20=20=20=20
...
=20=20=20=20
extern rl_hook_func_t *rl_pre_input_hook;
~~~

OS version:

    Linux 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014 x86_64 =
GNU/Linux

I can provide full `configure` and `make` logs, if required.



--=20
https://bugs.ruby-lang.org/

In This Thread

Prev Next