1

我在 Macbook Air (v. 10.8.4) 上,正在尝试安装 ruby​​ 2.0.0。我当时做rvm get stablervm install ruby-2.0.0。我得到这个错误...

从源代码安装 Ruby 到:/usr/local/rvm/rubies/ruby-2.0.0-p247,这可能需要一段时间,具体取决于您的 CPU...

ruby-2.0.0-p247 - #downloading ruby​​-2.0.0-p247,这可能需要一段时间,具体取决于您的连接...

ruby-2.0.0-p247 - #extracted to /usr/local/rvm/src/ruby-2.0.0-p247 (已经提取)

ruby-2.0.0-p247 - #configuring - 使用 Zsh,无法显示进度,请耐心等待...

ruby-2.0.0-p247 - #compile - 使用 Zsh,无法显示进度,请耐心等待...

运行“make -j4”时出错,

请阅读/usr/local/rvm/log/ruby-2.0.0-p247/1373658495_make.log

运行 make 时出现错误。停止安装。

我试过Can't install Ruby 2.0.0-p0 with RVM。运行“make -j8”时出错,但我仍然遇到同样的错误。如,我试过

我将日志文件复制并粘贴到谷歌文档中,因为它有 400 多行。链接在这里https://docs.google.com/document/d/1mwiL88KbWYfFge3XKQF2hOJjG_8PzYTdcRFxbZcpUeU/edit?usp=sharing

4

1 回答 1

1

尝试按给定顺序运行这些命令:---

brew update
brew tap homebrew/dupes
brew install apple-gcc42
rvm get stable
rvm install ruby-2.0.0
于 2013-07-12T20:21:11.703 回答