I have this branch successfully compiling on Mono:
http://github.com/mletterle/ironruby/tree/linux

compile with xbuild /property:TreatWarningsAsErrors=false
/property:DefineConstants="DEBUG MONO" Ruby.csproj

On Sun, Oct 24, 2010 at 3:23 PM, Andrius Bentkus
<andrius.bent...@rwth-aachen.de> wrote:
> 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
>
>



-- 
Michael Letterle
IronRuby MVP
http://blog.prokrams.com
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to