Hi there,
When I run gem install shattered --include-dependencies, it end up
with the following error:
Building native extensions. This could take a while...
ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension.
rake RUBYARCHDIR=c:/ruby/lib/ruby/gems/1.8/gems/ogre.rb-0.3/.
RUBYLIBDIR=c:/ruby/lib/ruby/gems/1.8/gems/ogre.rb-0.3/. extension
rake aborted!
404 Not Found
c:/ruby/lib/ruby/gems/1.8/gems/ogre.rb-0.3/rakefile:55
(See full trace by running task with --trace)
(in c:/ruby/lib/ruby/gems/1.8/gems/ogre.rb-0.3)
downloading
http://shatteredruby.com/vendor/ogrerb-extensions-0.3-windows.zip
Gem files will remain installed in c:/ruby/lib/ruby/gems/1.8/gems/
ogre.rb-0.3 for inspection.
Results logged to c:/ruby/lib/ruby/gems/1.8/gems/ogre.rb-0.3/
gem_make.out
(the contents of gem_make.out is the same as the console output)
The rakefile at line 55 is:
download "
http://shatteredruby.com/vendor/#{extensions_archive}"
Any idea?
Thanks!
Hique