-2

I started to install ruby, and the devkit according to this tutorial.

but i keep getting the same error when i try to open the cmd from ruby or to run a command on that folder: Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working

Adi Mor
  • 2,145
  • 5
  • 25
  • 44
  • possible duplicate of [Ruby interpreter (CUI) 1.9.2p180 \[i386-mingw32\] has stopped working (I am not using MySQL)](http://stackoverflow.com/questions/5372888/ruby-interpreter-cui-1-9-2p180-i386-mingw32-has-stopped-working-i-am-not-us) – Frank van Puffelen Jan 01 '13 at 18:58

3 Answers3

0

Did you installed rvm.? May be there are some missing dependencies. There isn't much info in question, but you can do following:

1) if on ubuntu - update / install build-essential

2) Install RVM

3) type rvm requirements and look for dependencies under Ruby / Ruby Head and install them all.

4) rvm install 1.9.2-p180

Read this great article by Ryan Bigg: http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/

Nerve
  • 6,463
  • 4
  • 29
  • 29
0

Download ANSICON v1.53. it's working fine for me in Window 8 X64 bit Env

-1

The problem was the ansicon i tried to installed to support the cucumber

Adi Mor
  • 2,145
  • 5
  • 25
  • 44