0
votes

Just wondering if anyone experienced this been looking around online to fix it, haven't stumbled across anything just yet.

Installing json (1.7.6) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension .

C:/RailsInstaller/Ruby1.9.3/bin/ruby.exe extconf.rb

creating Makefile

Gem files will remain installed in C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9 .1/gems/json-1.7.6 for inspection. Results logged to C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/json-1.7. 6/ext/json/ext/generator/gem_make.out An error occured while installing json (1.7.6), and Bundler cannot continue. Make sure that gem install json -v '1.7.6' succeeds before bundling.

1
looks like it is a Windows JSON issue, see stackoverflow.com/questions/7780756Devin Stewart

1 Answers

0
votes

You need the Ruby DevKit witch provides the compiler to create the gem. You can get it here:

http://rubyinstaller.org/downloads/