Hello, I know there is a special outdated branch provided by casualjim which lets you compile ironruby on mono/linux, but what about the current version? Can I compile it with mono? I tried using the 2.8 release of mono to compile ironruby 1.1.1, but it would result in an error:
Runtime/SavableScriptCode.cs(40,47): error CS0246: The type or namespace name `ScriptCode' could not be found. Are you missing a using directive or an assembly reference? Runtime/LanguageBoundTextContentProvider.cs(26,62): error CS0246: The type or namespace name `TextContentProvider' could not be found. Are you missing a using directive or an assembly reference? Runtime/SourceStringContentProvider.cs(25,57): error CS0246: The type or namespace name `TextContentProvider' could not be found. Are you missing a using directive or an assembly reference? Runtime/NullTextContentProvider.cs(24,51): error CS0246: The type or namespace name `TextContentProvider' could not be found. Are you missing a using directive or an assembly reference? SourceFileContentProvider.cs(27,55): error CS0246: The type or namespace name `StreamContentProvider' could not be found. Are you missing a using directive or an assembly reference?
_______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core