系统是ubuntu14.04
因为之前实验室机子坏了需要重装,所以把ror重新配置了一遍,结果安装ruby2.1.1时碰到了老问题,又浪费了一段时间,所以用这篇博客记录下。
错误信息:
</pre><pre name="code" class="html">compiling readline.c
readline.c: In function 鈥業nit_readline鈥?
readline.c:1977:26: error: 鈥楩unction鈥?undeclared (first use in this function)
rl_pre_input_hook = (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 鈥?鈥?token
rl_pre_input_hook = (Function *)readline_pre_input_hook;
^
readline.c: At top level:
readline.c:634:1: warning: 鈥榬eadline_pre_input_hook鈥?defined but not used [-Wunused-function]
readline_pre_input_hook(void)
^
make[2]: *** [readline.o] Error 1
make[2]: Leaving directory `/home