curl -L get.rvm.io | bash -s stable
我打开了一个新的bash,然后使用了
$rvm install 1.9.3
安装Ruby 1.9.3,但有错误,日志说C编译器不存在.并且rvm要求说:
$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-installerand reinstall your rubIEs.
这是否意味着我可能需要降级到Xcode 4.1?如果我想保留Xcode 4.3.2怎么办?然后1.9.3-p125能够工作,但只能部分工作吗?
更新:或安装Ruby 1.9.2如何 – 它将与最新的Rails 3.2.3一起使用?如果是这样,如何添加gcc? (使用Xcode的gcc?)
解决方法 要安装1.9.2或更低版本,您需要按照此博客文章中的说明进行 *** 作.它概述了如何获得与Xcode不冲突但可用于构建Ruby的GCC副本.Xcode 4.3,Homebrew and Ruby.
您无法安装osx-gcc-installer,因为它会与Xcode 4.3.2冲突,覆盖llvm-gcc和clang的工作版本.
总结以上是内存溢出为你收集整理的ruby-on-rails – 当安装Xcode 4.3.2并且缺少gcc时,如何使用RVM安装Ruby 1.9.3?全部内容,希望文章能够帮你解决ruby-on-rails – 当安装Xcode 4.3.2并且缺少gcc时,如何使用RVM安装Ruby 1.9.3?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)