Re: [Mono-dev] problem compiling on cygwin.

2010-01-27 Thread Atsushi Eno
Back to the original problem, what if you run make get-monolite-latest first before running make? Atsushi Eno On 2010/01/27 7:02, Zoltan Varga wrote: Hi, You are trying to run mcs on the .net runtime, this is not supported, the error message is not very helpful tough. On Fri, Jan 22,

Re: [Mono-dev] problem compiling on cygwin.

2010-01-26 Thread Sin Li
A trace reveals the culprit: In codegen.cs method Init() try { Assembly.Builder = current_domain.DefineDynamicAssembly (an, AssemblyBuilderAccess.RunAndSave | COMPILER_ACCESS, Dirname (name)); } COMPILER_ACCESS is defined as #if MS_COMPATIBLE const

Re: [Mono-dev] problem compiling on cygwin.

2010-01-26 Thread Zoltan Varga
Hi, You are trying to run mcs on the .net runtime, this is not supported, the error message is not very helpful tough. On Fri, Jan 22, 2010 at 2:02 AM, Sin Li sinb...@gmail.com wrote: A trace reveals the culprit: In codegen.cs method Init() try { Assembly.Builder =

Re: [Mono-dev] problem compiling on cygwin.

2008-11-29 Thread Lucas Meijer
Robert Jordan wrote: When I do a which mcs I get: /cygdrive/h/Program\ Files/Mono-2.0/bin/mcs which seems okay to me. The space in Program Files might break the build system. At least it did it in the past. Try to reinstall Mono into c:\Mono\, adjust the path, re-autogen and

Re: [Mono-dev] problem compiling on cygwin.

2008-11-29 Thread Andy Hume
Lucas Meijer-4 wrote: Robert Jordan wrote: [...cut...] It seems that you've somehow managed to run mcs on MS.NET's runtime. This is not supported and not intended but it could be caused by this: When I do a which mcs I get: /cygdrive/h/Program\ Files/Mono-2.0/bin/mcs which seems

[Mono-dev] problem compiling on cygwin.

2008-11-28 Thread Lucas Meijer
Hey, I'm compiling mono on windows in sygwin. After a few bumps on the road that google and the mono-devel archive took care of, I'm now running into this one: snip make[7]: Entering directory `/usr/src/mono/mcs/build' make[7]: Leaving directory `/usr/src/mono/mcs/build' make[6]: Leaving

Re: [Mono-dev] problem compiling on cygwin.

2008-11-28 Thread Robert Jordan
Hi, Lucas Meijer wrote: Hey, I'm compiling mono on windows in sygwin. After a few bumps on the road that google and the mono-devel archive took care of, I'm now running into this one: snip MCS [basic] mcs.exe This is a MS.NET exception: Unhandled Exception:

Re: [Mono-dev] problem compiling on cygwin.

2008-11-28 Thread Lucas Meijer
Robert Jordan wrote: I'm compiling mono on windows in sygwin. After a few bumps on the road that google and the mono-devel archive took care of, I'm now running into this one: snip MCS [basic] mcs.exe This is a MS.NET exception: Unhandled Exception: