Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Mitch VanDuyn
problems with 0.10.4 on windows [ reply ]  
2011-09-01 15:53
I had two problems installing 0.10.4 on windows.

gem install ruby-debug --platform=mswin32
gem install ruby-debug-base --platform=mswin32

When requiring ruby-debug it can't find the mswin32 version of ruby-debug-base and linecache

To fix I copied those gem directories and gem specs and removed all references to mswin32, then it works.

Problem 2:

continue command is missing. I had to rename to file continue.RB to continue.rb

Surprised that nobody else has had these problems, so I wonder if I did something wrong during the install in the first place.