1

由于 localmemcache gem(我认为),尝试在 Mountain Lion 上为 Ruby 安装 Google-api-client 失败(我认为)。这是发生的事情:

Building native extensions.  This could take a while...
ERROR:  Error installing localmemcache:
    ERROR: Failed to build gem native extension.

        sh ./configure --prefix=/Users/rental/.rvm/gems/ruby-1.9.3-p125/gems/localmemcache-0.4.4/src/ruby-binding
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for apple OS X... 
->  Apple OS X is not supported because it doesn't have 
    sem_getvalue and sem_timedwait!
    You may set the environment variable LMC_FORCE_BUILD 
    to build a version of localmemcache that cannot recover 
    from crashes.

重要提示:使用 --development 安装时会发生这种情况:

sudo gem install google-api-client --development --force --no-rdoc --no-ri
4

1 回答 1

0

不确定 lmc 来自哪里,但它不是库的直接依赖项,也不是正常使用所必需的。现在,建议跳过开发依赖项并安装:

gem install google-api-client
于 2012-12-11T00:04:42.290 回答