ruby-debug / ruby-debug-ide

An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
https://www.jetbrains.com/ruby/features/ruby_debugger.html
Other
370 stars 83 forks source link

Ruby Debug IDE not installing properly on Windows 10 with 2.4.4.1 ruby + devkit 64 bit #151

Open murathptest opened 6 years ago

murathptest commented 6 years ago

I am seeing the following message when I install. I tried all possible flags including proxy, --pre. All other gems are installing fine.... but the following is always failing.

My environment is Windows 10.

I also manually installed 0.2.2 debase and the command below is NOT seeing the debase... so I tried with or without debase present on the PC...the dependency is not being solved. DEVKIT is installed properly with Option 3. I also enabled DEVKIT vars....

C:\Ruby24-x64>gem install ruby-debug-ide-0.7.0.beta4.gem Building native extensions. This could take a while... ERROR: Error installing ruby-debug-ide-0.7.0.beta4.gem: ERROR: Failed to build gem native extension.

current directory: C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/ruby-debug-ide-0.7.0.beta4/ext

C:/Ruby24-x64/bin/ruby.exe mkrf_conf.rb Installing base gem Unable to resolve dependency: user requested 'debase (> 0)' C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/resolver/installer_set.rb:71:in add_always_install' C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/dependency_installer.rb:474:inresolve_dependencies' C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/dependency_installer.rb:384:in install' mkrf_conf.rb:35:inrescue in

' mkrf_conf.rb:28:in `
'

rake failed, exit code 1

Gem files will remain installed in C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/ruby-debug-ide-0.7.0.beta4 for inspection. Results logged to C:/Ruby24-x64/lib/ruby/gems/2.4.0/extensions/x64-mingw32/2.4.0/ruby-debug-ide-0.7.0.beta4/gem_make.out

Thanks for your help in advance. BTW, I read all of the posts below and tried everything and none helped..

UnicodeTreason commented 5 years ago

Anyone else still getting this problem? Nothing seems to work.

valich commented 5 years ago

Does debase install successfully? What happens if you install it manually beforehand?

UnicodeTreason commented 5 years ago

It failed to automatically install. I have manually installed both v0.2.2 and the latest beta version but the ruby-debug-ide install still fails to see it.

valich commented 5 years ago

Could you please attach related outputs and logs, along with gem env and gem list?

ViugiNick commented 5 years ago

@JustinAddams @murathp Maybe updating your rake gem will help.

ViugiNick commented 5 years ago

@JustinAddams @murathp If the issue is still occurs, you can try to uninstall all versions of debase and ruby-debug-ide gems and install the latest versions, namely ruby-debug-ide:0.7.0.beta7 and debase:0.2.3.beta5 .