Re: [Ironruby-core] New revisions

2008-12-06 Thread Jim Deville
179 is pushed as well. JD From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Deville Sent: Saturday, December 06, 2008 12:00 AM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] New revisions Git has been pushed. SVN is coming shortly. JD http://blog.jredville.com

Re: [Ironruby-core] New revisions

2008-12-06 Thread Terence Lewis
Thanks for the speedy reply Jim. After setting up MERLIN_ROOT, I then get: (in D:/Projects/OpenSource/ironruby/ironruby/merlin/main/Languages/Ruby) Cannot find tf.exe on system path. * Missing commands! You must have the .NET redist and the SDK * (for resgen.exe) installed. If you are

Re: [Ironruby-core] New revisions

2008-12-06 Thread Jim Deville
Hm... That one needs to be fixed. For now, you can modify merlin/main/languages/ruby/rake/misc.rake. Remove the check for tf.exe from the happy task. I'll work on a change for that. JD From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Terence Lewis Sent: Saturday, December 06,

Re: [Ironruby-core] New revisions

2008-12-06 Thread Jim Deville
I think the listserv ate my mail. It will show up later, but I wanted to try and help. Can you send me the output of git diff? Thanks, JD From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Terence Lewis Sent: Saturday, December 06, 2008 3:08 AM To: ironruby-core@rubyforge.org

Re: [Ironruby-core] New revisions

2008-12-06 Thread Ivan Porto Carrero
For me it works when I set the merlin root environment variable and fixed the rake file.Were you able to build ironruby from svn before ? It might be that csc.exe (%WINDIR%\Microsoft.NET\v3.5.\) is not in your path. I've had that before On Sat, Dec 6, 2008 at 12:35 PM, Jim Deville [EMAIL

Re: [Ironruby-core] New revisions

2008-12-06 Thread Terence Lewis
Hi Ivan, I do have CSC in the path, because running csc.exe produces: Microsoft (R) Visual C# 2008 Compiler version 3.5.30729.1 for Microsoft (R) .NET Framework version 3.5 However, my MRI ruby is 185-21 (1.8.5). Could this be too out of date? I have had similar trouble in the past building

Re: [Ironruby-core] New revisions

2008-12-06 Thread Pete Bacon Darwin
On Win XP Pro SP3: I can get the rake compile to work but can't run ir.exe since it is having problems finding the Microsoft.Scripting assembly. Is this an assembly signing problem? The strong name of Microsoft.Scripting.dll that is built by rake compile is: Microsoft.Scripting,

Re: [Ironruby-core] Building IronRuby under Mono

2008-12-06 Thread Seo Sanghyeon
2008/12/7 Antonio Cangiano [EMAIL PROTECTED]: Hello, I'm trying to compile IronRuby under Mono, but I'm receiving a few errors. Any ideas? $ uname -a Linux zen 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64 GNU/Linux $ mono --version Mono JIT compiler version 1.9.1

Re: [Ironruby-core] Building IronRuby under Mono

2008-12-06 Thread Antonio Cangiano
Using Mono 2.0 I was able to build IronRuby but it's not working properly: ~/code/ruby/ironruby/build/mono_debug$ ./ir.exe IronRuby 1.0.0.0 on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. Note that local variables do not work today in the console. As a workaround,

Re: [Ironruby-core] New revisions

2008-12-06 Thread Jim Deville
I think the git repo still has delay signing on, so I need to figure out a way to get that removed. Pete, can you try using sn..exe to skip verification for *,31bf3856ad364e35. -Vr should skip, and -Vu should remove the skip. JD -Original Message- From: Pete Bacon Darwin [EMAIL

Re: [Ironruby-core] New revisions

2008-12-06 Thread Pete Bacon Darwin
No change when using sn.exe with either -Vr or -Vu. Pete From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Deville Sent: Saturday,06 December 06, 2008 21:15 To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] New revisions I think the git repo still has delay

Re: [Ironruby-core] New revisions

2008-12-06 Thread Jim Deville
Can you send me the output of git diff? I'm want to try and repro. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Terence Lewis Sent: Saturday, December 06, 2008 3:08 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] New revisions Still not working, but a little

Re: [Ironruby-core] New revisions

2008-12-06 Thread Pete Bacon Darwin
By the way, what is going on with the duplicate file names in Git? ironruby/merlin/main/ contains the following: App.config Languages/ Runtime/ Utilities/

Re: [Ironruby-core] Code Review: ScopesAndCrossRuntime

2008-12-06 Thread Curt Hagenlocher
Mmm... I love the smell of dead CodeContext in the morning. It smells like victory! Language changes look good. -Original Message- From: Tomas Matousek Sent: Saturday, December 06, 2008 1:59 PM To: IronRuby External Code Reviewers; DLR Code Reviews Cc: ironruby-core@rubyforge.org

Re: [Ironruby-core] New revisions

2008-12-06 Thread Michael Letterle
Yay to the wonders of filesystem case sensitivity :) I'm working on cleaning this up and getting a build working under mono on linux, check out my linux branch on my fork: http://github.com/TheProkrammer/ironruby/tree/linux On Sat, Dec 6, 2008 at 8:44 AM, Pete Bacon Darwin [EMAIL PROTECTED]