Has anyone got a solution for this? Ive tried everything online installing DevKit, env vars in paths etc and still nothing ....
C:\Sites>gem install rails
Fetching: atomic-1.1.14.gem (100%)
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing rails:
ERROR: Failed to build gem native extension.
C:/RailsInstallerR/Ruby1.9.3/bin/ruby.exe extconf.rb
creating Makefile
make
generating atomic_reference-i386-mingw32.def
make: *** [atomic_reference-i386-mingw32.def] Error 253
Gem files will remain installed in C:/RailsInstallerR/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/atomic-1.1.14 for inspection.
Results logged to C:/RailsInstallerR/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/atomic-1.1.14/ext/gem_make.out
on window 7 64 bit system
1) if you want to work with ruby version less then ruby 2.0 2) you need to install DevKit 32 bit from http://rubyinstaller.org/downloads/ on window 7 x64 bit
if you want to install ruby 2 or greater version on window 7 64 bit so you need to install DevKit 64 bit
with ruby 2 with 64 bit
with DevKit 64 bit on window 7 64 bit system ruby 32 bit will not work
but window 7 64 bit system with Devkit 32 bit and ruby 32 bit will work
this issue will not come