Re: [Ironruby-core] possible problem on mono

2009-03-05 Thread Rafael Rosa
Thanks, I tought it was a related problem. More google, less complaining :) I'm taking a look at it now, I have .NET people meeting this weekend and I want to show them IronRuby. Cheers -- Posted via http://www.ruby-forum.com/. ___ Ironruby-core

Re: [Ironruby-core] possible problem on mono

2009-03-05 Thread Jb Evain
Hey, On 3/5/09, Rafael Rosa li...@ruby-forum.com wrote: And iirb isn't working: I can reproduce that. It's another issue that is either in gmcs or in the branch. I'll investigate. -- Jb Evain j...@nurv.fr ___ Ironruby-core mailing list

Re: [Ironruby-core] possible problem on mono

2009-03-05 Thread Jb Evain
On 3/5/09, Jb Evain j...@nurv.fr wrote: On 3/5/09, Rafael Rosa li...@ruby-forum.com wrote: And iirb isn't working: I can reproduce that. It's another issue that is either in gmcs or in the branch. I'll investigate. That's an issue with the branch, as IronRuby compiled from origin with

Re: [Ironruby-core] possible problem on mono

2009-03-04 Thread Ivan Porto Carrero
I'm using it with mono head.. I'll try when I've done my 8 hours of mercenary time. On Wed, Mar 4, 2009 at 11:07 AM, Jb Evain j...@nurv.fr wrote: Hey, On 3/4/09, Rafael Rosa li...@ruby-forum.com wrote: If I try to call just igem it shows the help, no problem, but if I try to run igem

Re: [Ironruby-core] possible problem on mono

2009-03-04 Thread Jb Evain
On 3/4/09, Ivan Porto Carrero i...@flanders.co.nz wrote: I'm using it with mono head.. I'll try when I've done my 8 hours of mercenary time. Then it's either a difference caused by gmcs or in the branch, as I'm still building origin with csc. -- Jb Evain j...@nurv.fr

Re: [Ironruby-core] possible problem on mono

2009-03-04 Thread Jb Evain
On 3/4/09, Jb Evain j...@nurv.fr wrote: On 3/4/09, Ivan Porto Carrero i...@flanders.co.nz wrote: I'm using it with mono head.. I'll try when I've done my 8 hours of mercenary time. Then it's either a difference caused by gmcs or in the branch, as I'm still building origin with csc.

Re: [Ironruby-core] possible problem on mono

2009-03-04 Thread Rafael Rosa
I'm using Mono 2.2, I'll try to install the trunk version. I read somewhere that this version would work with 2,2. I'll inform you guys if it worked or not. Thanks -- Posted via http://www.ruby-forum.com/. ___ Ironruby-core mailing list

Re: [Ironruby-core] possible problem on mono

2009-03-04 Thread Jb Evain
On 3/4/09, Jb Evain j...@nurv.fr wrote: It's indeed an issue with gmcs which miscompiles the using in TryFlattenArray. This issue is fixed in Mono' HEAD. The fix is not going to be backported to 2.4 though. Attached is a diff for the Mono branch which work arounds the particular problem. -- Jb

Re: [Ironruby-core] possible problem on mono

2009-03-04 Thread Rafael Rosa
I downloaded the the latest ironruby-mono-builds and the problem with TryFlattenArray is gone, now igem list works, but when I tried to install a gem I got the following error: ~ : igem install rspec --debug ERROR: While executing gem ... (URI::InvalidComponentError) bad component(expected

Re: [Ironruby-core] possible problem on mono

2009-03-04 Thread Ivan Porto Carrero
rename your .gemrc (hidden in your home folder) file and try again On Thu, Mar 5, 2009 at 6:12 AM, Rafael Rosa li...@ruby-forum.com wrote: I downloaded the the latest ironruby-mono-builds and the problem with TryFlattenArray is gone, now igem list works, but when I tried to install a gem I

Re: [Ironruby-core] possible problem on mono

2009-03-03 Thread Jimmy Schementi
Of Rafael Rosa Sent: Tuesday, March 03, 2009 4:57 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] possible problem on mono Hi, I've got the same error, but I'm just starting to use IronRuby. The igem doesn't work and it's very hard to do anything useful without gems. Cheers

Re: [Ironruby-core] possible problem on mono

2009-03-03 Thread Rafael Rosa
Hi, Yes, I tried to build from source, but had a lot of problems and then I found these builds. Calling igems gives the same error Ivan had reported, here a fresh result: ~/Projetos : igem list --debug ERROR: While executing gem ... (System::NullReferenceException) Object reference not

Re: [Ironruby-core] possible problem on mono

2009-03-03 Thread Ivan Porto Carrero
You can get the same behaviour by requiring rubygems I believe. When I get back from work tonight I'll try to track down why this is happening. I had it on my to-do list for a while now. On Wed, Mar 4, 2009 at 7:39 AM, Rafael Rosa li...@ruby-forum.com wrote: Hi, Yes, I tried to build from

Re: [Ironruby-core] possible problem on mono

2009-02-21 Thread Ivan Porto Carrero
-boun...@rubyforge.org [mailto: ironruby-core-boun...@rubyforge.org] *On Behalf Of *Ivan Porto Carrero *Sent:* Friday, February 20, 2009 12:31 AM *To:* ironruby-core *Subject:* [Ironruby-core] possible problem on mono Hi When I try to run the igem script on mono it always comes back

[Ironruby-core] possible problem on mono

2009-02-20 Thread Ivan Porto Carrero
Hi When I try to run the igem script on mono it always comes back with a NullReferenceException. igem list --debug --backtrace ERROR: While executing gem ... (System::NullReferenceException) Object reference not set to an instance of an object IronRuby.Libraries:0:in `TryFlattenArray'

Re: [Ironruby-core] possible problem on mono

2009-02-20 Thread Tomas Matousek
...@rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Friday, February 20, 2009 12:31 AM To: ironruby-core Subject: [Ironruby-core] possible problem on mono Hi When I try to run the igem script on mono it always comes back with a NullReferenceException. igem list --debug --backtrace ERROR: While executing