我正在尝试更新我在mac上安装的Refinery CMS gem。我正在使用RVM,但对它不是很了解。下面是发生的事情:
Get-2:~ richardjburton$ gem install refinerycms
Building native extensions. This could take a while...
ERROR: Error installing refinerycms:
ERROR: Failed to build gem native extension.
/Users/richardjburton/.rvm/rubies/ruby-1.9.2-p290/bin/ruby extconf.rb
creating Makefile
make
sh: make: command not found有什么想法吗?
发布于 2011-11-15 02:56:56
这看起来您没有安装OS X开发人员工具。您应该尝试安装XCode。你最近有没有从雪豹升级到狮子或类似的东西?当我从雪豹升级到狮子时,我遇到了类似的问题,我不得不下载新版本的XCode。如果你有安装光盘,它在第二张光盘上。如果没有,它在Mac AppStore中是免费的,但它大约有4 4GB,所以请确保你有时间下载它。
https://stackoverflow.com/questions/8113034
复制相似问题