I am on Windows with Ruby 1.9.3 with DevKit (all 32 bit on Win 7 64 bit). Now I try to install rails, but get an error from bundle. If I try to run (what bundle is complaini
You can open "win32.h" found in the include directory fo your ruby version.
Then comment out the lines where the "clock_gettime" "clock_getres" functions are declared.
Ruby 1.9.3 was compiled with GCC 4.5.2, which is DevKit DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe
available from RubyInstaller's download page
You downloaded the newer DevKits, that are only compatible with Ruby 2.0.0 release, as indicated in RubyInstaller announcement.
To clarify:
tdm-32-4.5.2
tdm-32-4.5.2
tdm-32-4.5.2
mingw64-32-4.7.2
(and 64bits version for 64bits Ruby)I've added a clarification to RubyInstaller download page about this.
Hope that helps