[Ironruby-core] Problems compiling IronRuby on Mac Leopard
Sanghyeon Seo
sanxiyn at gmail.com
Tue May 6 07:06:11 EDT 2008
2008/5/6 Ben Aurel <ben.aurel at gmail.com>:
> --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
More information about the Ironruby-core
mailing list