2008/5/6 Ben Aurel <[EMAIL PROTECTED]>: > --and than this error (?): > ./actions/comdispatch/DispCallable.cs(134,9): error CS0452: The type > `T' must be a reference type in order to use it as type parameter `T' > in the generic type or method > `Microsoft.Scripting.Actions.RuleBuilder<T>'. > ./actions/comdispatch/comtypelibdesc.cs(141,9): error CS0452: The type > `T' must be a reference type in order to use it as type parameter `T' > in the generic type or method > `Microsoft.Scripting.Actions.RuleBuilder<T>'.
This is a recent unrelated error. This problem is reported as Mono bug #387040. https://bugzilla.novell.com/show_bug.cgi?id=387040 The last working revision is r98. If all you want is to try IronRuby, you could update to old revisions. > When I now try to run it again I simply get: > > $ sudo rake compile mono=1 > rake aborted! > cannot resolve path System.dll Of course, you are using sudo, which resets the shell environment. Therefore, don't. -- Seo Sanghyeon _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
