[Mono-list] compiler error
Reggie Burnett
rykr@bellsouth.net
Sat, 4 Jan 2003 10:31:22 -0600
I have it going now. Yes, incremental was the option that was causing
the problem. Should have known my gui tool would get in the way
somehow. :-)
Reggie
> -----Original Message-----
> From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]
On
> Behalf Of Sergey Chaban
> Sent: Saturday, January 04, 2003 8:17 AM
> To: mono-list@ximian.com
> Subject: Re: [Mono-list] compiler error
>
> > If somebody can tell we what options to use with csc to produce such
> > binaries, I can have a look at implementing the support in mono to
load
> > such non-standard heaps.
>
> There is no specific option, but there is some pattern to reproduce
this.
> Something like this:
>
> It's necessary to have at least two source files.
> Then:
> 1) csc -out:bin.exe -debug+ -optimize- -incremental+ a.cs b.cs
> 2) touch a.cs
> 3) csc -out:bin.exe -debug+ -optimize- -incremental+ a.cs b.cs
>
> Sergey
>
>
>
>
>
>
>
> _______________________________________________
> Mono-list maillist - Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list