Changes between Version 1 and Version 2 of Ticket #13362, comment 5


Ignore:
Timestamp:
Mar 3, 2017, 7:14:07 PM (7 years ago)
Author:
calvinb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13362, comment 5

    v1 v2  
    1 My branch for Haiku support (partial - there still are critical runtime issues that prevent the C# compiler from compiling) has been merged, so do {{{./autogen.sh --with-csc=mcs; make}}} on upstream Mono - the C# compiler is written in C#, so it'll used a precompiled compiler to do so. (To effectively attach the debugger, I recommend editing runtime/mono-wrapper.)
     1My branch for Haiku support (partial - there still are critical runtime issues that prevent the C# compiler from compiling) has been merged, so do {{{./autogen.sh --with-csc=mcs; make}}} on upstream Mono (using gcc5) - the C# compiler is written in C#, so it'll used a precompiled compiler to do so. (To effectively attach the debugger, I recommend editing runtime/mono-wrapper.)