Unfortunately Mono C# compiler in 2.6.3 is broken again. I haven’t had time to investigate yet, but I’ll look at that in a week or two.
In any case xbuild is the way how to build IronRuby and IronPython on Mono. We are not going to maintain rake files that duplicate msbuild project system. Tomas From: [email protected] [mailto:[email protected]] On Behalf Of Jim Deville Sent: Wednesday, March 31, 2010 10:04 AM To: [email protected] Subject: Re: [Ironruby-core] Saving to YAML not working as expected. Does Xbuild work then (in place of rake)? Or do we still have issues with casing and such? JD From: [email protected] [mailto:[email protected]] On Behalf Of Tomas Matousek Sent: Tuesday, March 30, 2010 11:00 PM To: [email protected] Subject: Re: [Ironruby-core] Saving to YAML not working as expected. Nope, this looks more like a bug in Mono (or the rake build). Tomas From: [email protected] [mailto:[email protected]] On Behalf Of Ryan Riley Sent: Tuesday, March 30, 2010 9:07 PM To: [email protected] Subject: Re: [Ironruby-core] Saving to YAML not working as expected. Not sure if this is related, but I just tried building on Mono 2.6.3 on the Mac and am getting a build error here: ------------------------------------------------------------------------------- yaml ------------------------------------------------------------------------------- BuiltinsOps.cs(135,17): warning CS0168: The variable `encoding' is declared but never used Engine/BaseConstructor.cs(661,41): error CS1501: No overload for method `ToUpperInvariant' takes `0' arguments Compilation failed: 1 error(s), 1 warnings rake aborted! Command failed with status (1): [gmcs /noconfig @/var/folders/LV/LVQdctQPGL...] Could there be something related? Ryan Riley Email: [email protected]<mailto:[email protected]> LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Tue, Mar 30, 2010 at 7:36 PM, Charles Strahan <[email protected]<mailto:[email protected]>> wrote: Tomas Matousek wrote: > Thanks! I've filed a bug > http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=4284. > > Tomas Hello Tomas! I'm having the exact same problem as Nick. Unfortunately, this error is a show stopper for me. I'm writing an application that needs to read a ton of YAML, and I can't do any testing until this bug is fixed. I'd love to stub out part of the code to continue testing, but that's not a possibility in my particular case (my app needs to load ~100 Ruby scripts that I do not have any control over). Is there any chance that the priority on this could be bumped up (please :p)? I'd do my testing off the trunk if this gets patched before RC5. (BTW, I left a comment on the CodePlex site.) Thanks, -Charles -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list [email protected]<mailto:[email protected]> http://rubyforge.org/mailman/listinfo/ironruby-core
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
