1

RVM をインストールしようとしていますが、Mac コンピューターで Xcode と競合していると思います。以前は実行rvm install ruby-1.9.2-p320 していましたが、これは私のエラーでした 提供されたコンパイラ

'/usr/bin/gcc' is LLVM based, it is not yet fully supported by ruby and gems, please read `rvm requirements`.

次に、書き込みの解決策を読んでrvm get head成功しましたが、rvm install ruby​​-1.9.2-p320 を再度実行すると、このエラーが発生します。

No binary rubies available for: ///ruby-1.9.2-p320.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
The provided compiler '/usr/bin/gcc' is LLVM based, it is not yet fully supported by ruby and gems, please read `rvm requirements`.
'rvm_codesign_identity' is not set, please set it in ~/.rvmrc
4

3 に答える 3

3

rvm install 1.9.2 --with-gcc=clangここの回答で説明されているように試してください https://stackoverflow.com/a/8032980/429758

于 2012-09-29T21:31:03.100 に答える
1
'/usr/bin/gcc' is LLVM based, it is not yet fully supported by ruby and gems, please read `rvm requirements`.

見る:

, please read `rvm requirements`.

使用:$rvm要件

必要なものをインストールします。Ruby、またはJRubyの場合...。

于 2012-09-29T21:37:07.017 に答える
0

このパッケージ (Mountain Lion) をインストールすることは、私にはぴったりです。 https://github.com/kennethreitz/osx-gcc-installer

于 2012-10-17T16:11:43.110 に答える