[Mono-list] Delegate compile error

Richard Torkar richard.torkar@htu.se
25 Feb 2003 08:44:06 +0100


On Mon, 2003-02-24 at 22:31, Brian Ritchie wrote:
> Richard,
> 
> Are you using the mono or ms runtime?  I was using the mono compiler on the 
> ms runtime under cygwin.
> 
> Brian

I am using a pure Linux environment.
mono-0.20 rpms installed from go-mono.org




> 
> >From: Richard Torkar <richard.torkar@htu.se>
> >To: mono-list@ximian.com
> >Subject: Re: [Mono-list] Delegate compile error
> >Date: 24 Feb 2003 08:30:14 +0100
> >
> >On Mon, 2003-02-24 at 03:31, Brian Ritchie wrote:
> > > The following snippet is causing an error when compiling with mcs (on
> > > cygwin).  csc works fine.
> > >
> > > namespace Test
> > > {
> > > 	public delegate void CloseFTP();
> > > }
> > >
> > > Unhandled Exception: System.NotSupportedException: Type CloseFTP was not
> > > completed.
> > >    at System.Reflection.Emit.ModuleBuilder.PreSave(String fileName)
> > >    at System.Reflection.Emit.AssemblyBuilder.Save(String 
> >assemblyFileName)
> > >    at Mono.CSharp.CodeGen.Save(String name)
> > >    at Mono.CSharp.Driver.MainDriver(String[] args)
> > >    at Mono.CSharp.Driver.Main(String[] args)
> > > (null)
> > >
> > > Any ideas?  Am I doing something wrong...or...Should I log it as a bug?
> > >>I could compile it as a library just fine:
> >
> >
> 
> >$ cat lalle.cs
> >namespace Test
> >{
> >public delegate void CloseFTP();
> >}
> >
> >$ mcs /t:library lalle.cs
> >Compilation succeeded
> >
> >$ ls lalle.dll
> >lalle.dll
> >
> >
> >/Richard
> >--
> >Ph.D. Student
> >Dept. of Informatics and Mathematics
> >HTU
> >
> >_______________________________________________
> >Mono-list maillist  -  Mono-list@lists.ximian.com
> >http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 
> _________________________________________________________________
> Add photos to your messages with MSN 8. Get 2 months FREE*.  
> http://join.msn.com/?page=features/featuredemail
-- 
Ph.D. Student
Dept. of Informatics and Mathematics
HTU