Lionを搭載した新しいiMacを入手し、Xcode4.3.2をインストールしました。走った後
curl -L get.rvm.io | bash -s stable
新しく開いてbash
使った
$ rvm install 1.9.3
Ruby 1.9.3をインストールしましたが、エラーが発生し、ログにはCコンパイラが存在しないことが示されていました。そしてrvm requirements
言う:
$ rvm requirements
[...]
Xcode 4.3+ users
- please be warned
- only ruby-1.9.3-p125+ is partially supported
- in case of any compilation issues:
* downgrade to Xcode 4.1
* uninstall Xcode and install osx-gcc-installer
and reinstall your rubies.
つまり、Xcode 4.1にダウングレードする必要があるかもしれないということですか?Xcode 4.3.2を維持したい場合はどうなりますか?それでは、1.9.3-p125 +は機能しますが、部分的にしか機能しませんか?
更新:またはRuby1.9.2をインストールするのはどうですか?最新のRails 3.2.3で動作しますか?もしそうなら、gccを追加する方法は?(Xcodeのgccを使用しますか?)