我在mac上安装rjb的时候出现了一些错误,如下:Building native extensions。这可能需要一段时间... 错误:安装 rjb 时出错:错误:无法构建 gem 原生扩展。
/Users/twer/.rvm/rubies/ruby-1.8.7-p352/bin/ruby extconf.rb
extconf.rb failed
由于某种原因无法创建 Makefile,可能缺少必要的库和/或头文件。检查 mkmf.log 文件以获取更多详细信息。您可能需要配置选项。
提供的配置选项:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/Users/twer/.rvm/rubies/ruby-1.8.7-p352/bin/ruby
extconf.rb:45:in `open': No such file or directory - /System/Library/Frameworks/JavaVM.framework/Headers (Errno::ENOENT)
from extconf.rb:45
Gem 文件将继续安装以/Users/twer/.rvm/gems/ruby-1.8.7-p352@home-ideas/gems/rjb-1.3.3
供检查。结果记录到/Users/twer/.rvm/gems/ruby-1.8.7-p352@home-ideas/gems/rjb-1.3.3/ext/gem_make.out
然后我尝试安装Java开发包来解决这个问题。但是还是有的no/System/Library/Frameworks/JavaVM.framework/Headers directory
。
请帮我。