安装原子时Rails捆绑失败

时间:2014-02-11 20:19:03

标签: ruby-on-rails ruby ruby-on-rails-4

我刚刚进入轨道上的红宝石,而我正在第二台Windows电脑上进行设置。

我使用了最新的'railsinstaller'使用rails:4.0.0和ruby:2.0.0p195

当我运行rails new <project name> Rails创建项目但在捆绑步骤失败时出现以下错误。

Installing atomic (1.1.14)
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

D:/RailsInstaller/Ruby2.0.0/bin/ruby.exe extconf.rb
creating Makefile


Gem files will remain installed in D:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/atomic-1.1.14 for inspection.
Results logged to D:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/atomic-1.1.14/ext/gem_make.out
An error occurred while installing atomic (1.1.14), and Bundler cannot continue.
Make sure that `gem install atomic -v '1.1.14'` succeeds before bundling.

我已经尝试了一些我在谷歌上发现的东西,比如更新宝石和红宝石,但没有一个有用......我太新了,不知道自己弄清楚这个,有没有人知道什么可能是问题

修改

gem install atomic -v '1.1.14'

的结果
D:\Programming\Ruby>gem install atomic -v '1.1.14'
Temporarily enhancing PATH to include DevKit...
Building native extensions.  This could take a while...
ConEmu blocks ANSICON injection
The system cannot find the file D:\ansicon\ansicon-master\ansicon.exe.
ERROR:  Error installing atomic:
ERROR: Failed to build gem native extension.

D:/RailsInstaller/Ruby2.0.0/bin/ruby.exe extconf.rb
creating Makefile


Gem files will remain installed in D:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/atomic-1.1.14 for inspection.
Results logged to D:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/atomic-1.1.14/ext/gem_make.out

谢谢, 彼得麦金尼

0 个答案:

没有答案