[Mono-list] Bug in mcs ?

George Kodinov gkodinov@openlinksw.co.uk
Tue, 08 Apr 2003 18:49:02 +0300


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 ? :-)

ta,
George Kodinov