ruby 1.9.3 をインストールしようとしています。現在、ruby 1.9.2 がインストールされています
Mac Os X Xcode バージョン 4.3.2 以前のバージョンの Xcode をすべてダンプしました
私はたくさんの記事を読んで、 https://stackoverflow.com/a/9651747/1392225に詳述されている手順を試しました
これは私が持っているエラーです
ruby-1.9.3-p125 - #fetching
ruby-1.9.3-p125 - #extracted to /Users/kai/.rvm/src/ruby-1.9.3-p125 (already extracted)
WARN: Patch 'xcode-debugopt-fix-r34840.diff' not found.
ruby-1.9.3-p125 - #configuring
ruby-1.9.3-p125 - #compiling
ERROR: Error running 'make ', please read /Users/kai/.rvm/log/ruby-1.9.3-p125/make.log
ERROR: There has been an error while running make. Halting the installation.
エラーログはこれを指しているようです
compiling readline.c
readline.c: In function ‘username_completion_proc_call’:
readline.c:1499: error: ‘username_completion_function’ undeclared (first use in this function)
readline.c:1499: error: (Each undeclared identifier is reported only once
readline.c:1499: error: for each function it appears in.)
make[2]: *** [readline.o] Error 1
make[1]: *** [ext/readline/all] Error 2
make: *** [build-ext] Error 2
何か案は?