[Mono-list] Bug in mcs ?
Gonzalo Paniagua Javier
gonzalo@ximian.com
08 Apr 2003 19:30:04 +0200
El mar, 08 de 04 de 2003 a las 17:49, George Kodinov escribió:
> Hi,
>
> See what I got trying to recompile the xsp module after cvs-updating today :
>
> rakia:~/mono_new/xsp$ make
> make -C test
> make[1]: Entering directory `/home/kgeorge/mono_new/xsp/test'
> mcs /r:System.Web /target:library tabcontrol.cs
> Compilation succeeded
> mcs /r:System.Web /target:library tabcontrol2.cs
> tabcontrol2.cs(112) error CS0115:
> `Mono.Controls.Tabs2.AddParsedSubObject' no suitable methods found to
> override
> Compilation failed: 1 error(s), 0 warnings
> make[1]: *** [tabcontrol2.dll] Error 1
> make[1]: Leaving directory `/home/kgeorge/mono_new/xsp/test'
> make: *** [all] Error 2
>
>
> I see that System.Web.UI.Control that Mono.Controls.Tabs2 inherits still
> has the AddParsedSubObject, but it's not being found somehow by the mcs.
> Is it a bug or a feature ? :-)
mcs bug... :)