Re: [Ironruby-core] IronRuby r100 on Mono

2008-05-09 Thread Robert Bazinet
Yeah, that was that error. I was reading it as not needing a gem but the gem reporting an error in the path. I am now getting an error where it can find system.dll. I saw some postings on here about that and pkg-config. I installed Mono from the OSX package installer. I would expect these

Re: [Ironruby-core] IronRuby r100 on Mono

2008-05-09 Thread C.J. Adams-Collier
I usually put mono=1 before the call to rake, but I haven't tried building on my darwin box yet... I'll try it now and see what happens... On May 9, 2008, at 5:30 AM, Robert Bazinet wrote: Yeah, that was that error. I was reading it as not needing a gem but the gem reporting an error in

Re: [Ironruby-core] IronRuby r100 on Mono

2008-05-09 Thread C.J. Adams-Collier
Same problem here... I grabbed ruby from here: http://rubyosx.rubyforge.org/ I got the 1.9 mono dist from mono-project.org I installed the missing gem module: $ sudo gem install -b pathname then tried to build: [EMAIL PROTECTED]:/usr/src/svn/rubyforge.org/ironruby/trunk$ mono=1 rake --

Re: [Ironruby-core] IronRuby r100 on Mono

2008-05-09 Thread Daniele Alessandri
On 5/9/08, C.J. Adams-Collier [EMAIL PROTECTED] wrote: Same problem here... I got a successful compilation by replacing line 161 of context.rb and hardcoding mono lib base directory just like this: libdir = /Library/Frameworks/Mono.framework/Versions/1.9.1/lib/ instead of the original:

Re: [Ironruby-core] IronRuby r100 on Mono

2008-05-08 Thread Ivan Porto Carrero
ok looks like you need the gem pathname2 sudo gem install pathname2 (might be pathname my memory fails me) On 9/05/2008, at 3:20 PM, Robert Bazinet wrote: Ivan, I wanted to see if you were paying attention..yes, what I sent over shows the command from the WRONG directory. I was in that

Re: [Ironruby-core] IronRuby r100 on Mono

2008-05-07 Thread C.J. Adams-Collier
Csvn up -r 100 mono=1 rake compile succeeds for me. Tons of warnings, but I've got a working build. Thanks again for the hard work here, Seo! [EMAIL PROTECTED]:/usr/src/svn/rubyforge.org/ironruby/trunk$ cat `which ruby` \ echo '===' \ cat hello.rb \ echo '===' \ ruby hello.rb

Re: [Ironruby-core] IronRuby r100 on Mono

2008-05-07 Thread C.J. Adams-Collier
On May 6, 2008, at 8:15 PM, Sanghyeon Seo wrote:P.S. DLR, IronPython, IronRuby team should create C# compiler test suite! You guys have the talent! This might duplicate effort.  There is already an open C# compiler test suite here:http://anonsvn.mono-project.com/viewcvs/trunk/mcs/tests/BTW, I'm

Re: [Ironruby-core] IronRuby r100 on Mono

2008-05-06 Thread C.J. Adams-Collier
Thanks Seo! I'm working with Marek to make Mono play nice with r101 :) On May 6, 2008, at 8:15 PM, Sanghyeon Seo wrote: WARNING: This is against revision 100. Revision 101 will compile, but will not run on Mono at the time. I am still working on it. In case you didn't know, you can use svn