C:\Users\Luis>pik 187 gw
C:\Users\Luis>ruby -v
ruby 1.8.7 (2010-06-23 patchlevel 299) [i386-mingw32]
C:\Users\Luis>gem list ruby-
*** LOCAL GEMS ***
ruby-growl (2.0)
C:\Users\Luis>gem install ruby-debug
Building native extensions. This could take a while...
Building native extensions. This could take a while...
Successfully installed columnize-0.3.1
Successfully installed linecache-0.43
Successfully installed ruby-debug-base-0.10.3
Successfully installed ruby-debug-0.10.3
4 gems installed
>
> I can't get past it. Tried with outher versions of ruby-debug -- to
> no avail.
>
> Can you, please, shed some light on what's going on?
>
Seems it failed to install linecache, how that differ from the other
gem extensions?
Can you try to install a gem like hpricot or RedCloth?
--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
This typically means that you've got a conflicting "make" in your path
(a cygwin one before your devkit one). It's worth a shot at least.
-r
Did you installed the DevKit?
http://wiki.github.com/oneclick/rubyinstaller/development-kit
What is the output of the following commands?
SET PATH
gcc --version
make --version
*THAT* is the problem.
You should not have cygwin at all messing around.
To expect gem compiles you should have the right development tools
installed (ala: the DevKit)
mixing and matching cygwin with MinGW (the compiler used by
RubyInstaller) is bad for your health.
Yep. Cygwin make works with cygwin compiled ruby only. You'll need the devkit.