Can't install ruby-debug-ide on Windows 7

Posted by Jack Allan on Stack Overflow See other posts from Stack Overflow or by Jack Allan
Published on 2010-04-13T00:07:33Z Indexed on 2010/04/13 0:13 UTC
Read the original article Hit count: 774

Filed under:
|
|

I'm running netbeans 6.8 on windows 7 pro (x64) with the bitnami stack and I'm using ruby 1.8.7-p72. Note: I can't change the version of ruby I am using because I am working with a team, this is a college project and we have only 3 weeks left before we have to hand it in. Changing the version of ruby at this time would be too much work I think.

I can't debug my code with the IDE. It says I must have the fast-debugger installed but I cannot install it. When I try through the gui I get the following message:

Building native extensions. This could take a while... ERROR: Error installing ruby-debug-ide: ERROR: Failed to build gem native extension.

"C:/Program Files/BitNami RubyStack/ruby/bin/ruby.exe" mkrf_conf.rb Building native extensions. This could take a while...

Gem files will remain installed in C:/Program Files/BitNami RubyStack/ruby/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.8 for inspection. Results logged to C:/Program Files/BitNami RubyStack/ruby/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.8/ext/gem_make.out

I have tracked the problem down to a gcc not being installed... I have installed cygwin but I'm not sure what I am doing and it's still not working...

Anyone know how to fix this problem? (BTW- I have already done a lot of googling on this)

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about netbeans