[Ironruby-core] bug?
Jimmy Schementi
Jimmy.Schementi at microsoft.com
Fri Jun 25 13:43:39 EDT 2010
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-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Will Green
Sent: Friday, June 25, 2010 10:12 AM
To: ironruby-core at 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 <lists at ruby-forum.com<mailto:lists at 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 at rubyforge.org<mailto:Ironruby-core at rubyforge.org>
http://rubyforge.org/mailman/listinfo/ironruby-core
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100625/ad5fcbe7/attachment.html>
More information about the Ironruby-core
mailing list