Actually, faster_rubygems installed fine on IronRuby 1.0 for me, and I have it 
installed in a location with spaces, so what is the actual problem?

C:\windows\system32>ir -S gem install faster_rubygems
Building native extensions.  This could take a while...


faster_rubygems installed! see the readme for post-install instructions: 
http://github.com/rdp/faster_rubygems

Successfully installed faster_rubygems-0.9.2
1 gem installed
Installing ri documentation for faster_rubygems-0.9.2...
Installing RDoc documentation for faster_rubygems-0.9.2...

C:\windows\system32>where ir
C:\Program Files (x86)\IronRuby 1.0v4\bin\ir.exe
C:\Program Files (x86)\IronRuby 1.0\bin\ir.exe

C:\windows\system32>ir -v
IronRuby 1.0.0.0 on .NET 4.0.30319.1

~js


From: ironruby-core-boun...@rubyforge.org 
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Will Green
Sent: Friday, June 25, 2010 10:12 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] bug?

Ah, I see that there is no C code in the ext directory of the faster_rubygems 
code: http://github.com/rdp/faster_rubygems

It looks like a problem with spaces in the path to your IronRuby install. 
"C:\Program FIles" is not being properly escaped, and the script chokes.

--
Will Green
http://hotgazpacho.org/

On Fri, Jun 25, 2010 at 12:48 PM, Roger Pack 
<li...@ruby-forum.com<mailto:li...@ruby-forum.com>> wrote:
Will Green wrote:
> That depends on how the platform is determined by mkrf. Can you verify
> what
> mkrf is using to determine the platform? Here's a printout of IronRuby's
> RbConfig:
mkrf is used by "all platforms" (in this case, it's pure ruby and
platform independent, so doesn't actually *use* rbconfig).
-rp
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org<mailto:Ironruby-core@rubyforge.org>
http://rubyforge.org/mailman/listinfo/ironruby-core

_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to