Hi,
I need to install the latest version so I can use Netbeans. Unfortunately it seems I need nmake (and who knows what else) to install this on windows:
C:\Documents and Settings\sander\My Documents\DD\ruby>gem install ruby-debug-ide
--no-rdoc --no-ri --include-dependencies
Building native extensions. This could take a while...
ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension.
ruby extconf.rb install ruby-debug-ide --no-rdoc --no-ri --include-dependencies
creating Makefile
nmake
'nmake' is not recognized as an internal or external command,
operable program or batch file.
Gem files will remain installed in c:/ruby/lib/ruby/gems/1.8/gems/ruby-debug-bas
e-0.10.0 for inspection.
Results logged to c:/ruby/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.0/ext/gem_
make.out
C:\Documents and Settings\sander\My Documents\DD\ruby>
Any suggestions?
Prior versions installed fine.
Thanks,
Sander
|