Re: [Mono-list] Asp.Net - .Net Source code Integration

2016-10-19 Thread Martin Thwaites
I think it's important to note that this is not a small job. It will take a lot of investment. There's definitely a few of us who tried, and that's where a lot of the MVC5 code came from. I for one would love this to happen, it would make my life a lot better (who loves web hosting on

Re: [Mono-dev] Problem with mcs build

2016-10-19 Thread Cyd Haselton
Wouldn't the build of jay fail if the monolite version was out of sync? On Oct 19, 2016 10:01 AM, "Cyd Haselton" wrote: > The monolite files were included with the source tarball, so hopefully > they are in line with the runtime. > > I can always run make

Re: [Mono-dev] Problem with mcs build

2016-10-19 Thread Marek Safar
Hi, Try to do `make get-monolite-latest` if that will resolve the issue. jay is using C compiler therefore does not need working C# compiler. On Wed, Oct 19, 2016 at 5:54 PM, Cyd Haselton wrote: > Wouldn't the build of jay fail if the monolite version was out of sync? > >

Re: [Mono-dev] Problem with mcs build

2016-10-19 Thread Cyd Haselton
The monolite files were included with the source tarball, so hopefully they are in line with the runtime. I can always run make get-monolite-latest. On Oct 19, 2016 8:53 AM, "Marek Safar" wrote: > Hi, > > How did you install monolite? It looks like it's out of sync to

Re: [Mono-dev] Problem with mcs build

2016-10-19 Thread Cyd Haselton
I noticed that the error thrown when the build fails is a 'MissingMethodException' and that it references Mono.CSharp.DecimalConstant.Emit. I disabled decimal in configure with the --enable-minimal option. Could that be causing the error? Here's part of the error: Unhandled Exception: