From: "shugo (Shugo Maeda)" Date: 2013-02-01T14:44:10+09:00 Subject: [ruby-core:51787] [ruby-trunk - Bug #6332][Feedback] Error compiling readline due username_completion_function being undeclared (GCC 4.6) Issue #6332 has been updated by shugo (Shugo Maeda). Status changed from Assigned to Feedback luislavena (Luis Lavena) wrote: > Attempting to compile trunk (r35415) against GCC 4.6 (4.6.3, OSX 10.6, MacPorts provided) generates the following failure: Could you attach ext/readline/{mkmf.log,extconf.h}? ---------------------------------------- Bug #6332: Error compiling readline due username_completion_function being undeclared (GCC 4.6) https://bugs.ruby-lang.org/issues/6332#change-35752 Author: luislavena (Luis Lavena) Status: Feedback Priority: Normal Assignee: kouji (Kouji Takao) Category: ext Target version: 2.0.0 ruby -v: 2.0.0 r35415 Hello, Attempting to compile trunk (r35415) against GCC 4.6 (4.6.3, OSX 10.6, MacPorts provided) generates the following failure:
/Users/luis/projects/oss/ruby/build/ext/readline
compiling ../../../ext/readline/readline.c
../../../ext/readline/readline.c: In function 'username_completion_proc_call':
../../../ext/readline/readline.c:1501:9: error: 'username_completion_function' undeclared (first use in this function)
../../../ext/readline/readline.c:1501:9: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [readline.o] Error 1
make[1]: *** [ext/readline/all] Error 2
make: *** [build-ext] Error 2
Readline installed is Readline 6.2 via MacPorts: $ port installed | grep readline readline @6.2.000_0 (active) -- http://bugs.ruby-lang.org/