0

我正在尝试更新我在我的 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

有任何想法吗?

4

1 回答 1

1

这看起来像您没有安装 OS X 开发人员工具。您应该尝试安装 XCode。你最近有没有从雪豹升级到狮子或类似的东西?当我从 Snow Leopard 升级到 Lion 时,我遇到了类似的问题,我必须下载新版本的 XCode。如果你有安装光盘,它在第二张光盘上。如果没有,它可以在 Mac AppStore 免费获得,但它大约 4GB,所以请确保您有时间下载它。

于 2011-11-14T18:56:55.863 回答