[MonoDevelop] Error Compiling r1189 snapshot

John Luke jluke@users.sourceforge.net
Fri, 19 Mar 2004 22:08:30 -0500


Hello,
On Sat, 2004-03-20 at 03:29 +0100, Carlos Prado GarcĂ­a wrote:

> hi,
> 
> I've the following error compiling MonoDevelop,
> 
> I've looked for in monodoc and I've seen that the EventList property in
> Glib.Object is not even implemented.

This just recently changed in Gtk# cvs, so you need to regenerate the
things that use that:
gtksourceview-sharp, MonoDevelop/gdl, and MonoDevelop/gtkmozembed-sharp
make clean && make should be sufficient.

> 
> my configuration:
>    Gtk#: 0.18 (cvs)
>    gnomevfs: 2.4.2
>    gtkmozembed: 1.6
>    gtksourceview: 0.7
>    gtksourceview-sharp: 0.2 (cvs)
>    mono: 0.31 (cvs)
>    monodoc: 0.12 (cvs)
>    mono-debugger: 0.6 (cvs)
> 
> Thanks.
> PD: Sorry, my english is very bad.
> --------------------------------------------------------------------
> Making all in gdldock
> make[1]: Entering directory `/projects/mono/MonoDevelop/gdldock'
> Making all in gdl
> make[2]: Entering directory `/projects/mono/MonoDevelop/gdldock/gdl'
> mcs --unsafe --target library \
> -r glib-sharp -r gtk-sharp -r gdk-sharp \
> --recurse '*.cs' -o gdl-sharp.dll \
> && cp gdl-sharp.dll ../../build/bin/.
> ./generated/DockObject.cs(108) error CS0103: The name `EventList' could
> not be found in `Gdl.DockObject'
> ./generated/DockObject.cs(112) error CS0103: The name
> `EventList.AddHandler' could not be found in `Gdl.DockObject'
> ./generated/DockObject.cs(115) error CS0103: The name
> `EventList.RemoveHandler' could not be found in `Gdl.DockObject'
> ./generated/DockObject.cs(122) error CS0103: The name `EventList' could
> not be found in `Gdl.DockObject'
> ./generated/DockObject.cs(161) error CS0103: The name `EventList' could
> not be found in `Gdl.DockObject'
> ./generated/DockObject.cs(165) error CS0103: The name
> `EventList.AddHandler' could not be found in `Gdl.DockObject'
> ./generated/DockObject.cs(168) error CS0103: The name
> `EventList.RemoveHandler' could not be found in `Gdl.DockObject'
> ./generated/DockObject.cs(175) error CS0103: The name `EventList' could
> not be found in `Gdl.DockObject'
> ./generated/Dock.cs(132) error CS0103: The name `EventList' could not be
> found in `Gdl.Dock'
> ./generated/Dock.cs(136) error CS0103: The name `EventList.AddHandler'
> could not be found in `Gdl.Dock'
> ./generated/Dock.cs(139) error CS0103: The name
> `EventList.RemoveHandler' could not be found in `Gdl.Dock'
> ./generated/Dock.cs(146) error CS0103: The name `EventList' could not be
> found in `Gdl.Dock'
> ./generated/DockItem.cs(154) error CS0103: The name `EventList' could
> not be found in `Gdl.DockItem'
> ./generated/DockItem.cs(158) error CS0103: The name
> `EventList.AddHandler' could not be found in `Gdl.DockItem'
> ./generated/DockItem.cs(161) error CS0103: The name
> `EventList.RemoveHandler' could not be found in `Gdl.DockItem'
> ./generated/DockItem.cs(168) error CS0103: The name `EventList' could
> not be found in `Gdl.DockItem'
> ./generated/DockItem.cs(205) error CS0103: The name `EventList' could
> not be found in `Gdl.DockItem'
> ./generated/DockItem.cs(209) error CS0103: The name
> `EventList.AddHandler' could not be found in `Gdl.DockItem'
> ./generated/DockItem.cs(212) error CS0103: The name
> `EventList.RemoveHandler' could not be found in `Gdl.DockItem'
> ./generated/DockItem.cs(219) error CS0103: The name `EventList' could
> not be found in `Gdl.DockItem'
> ./generated/DockItem.cs(260) error CS0103: The name `EventList' could
> not be found in `Gdl.DockItem'
> ./generated/DockItem.cs(264) error CS0103: The name
> `EventList.AddHandler' could not be found in `Gdl.DockItem'
> ./generated/DockItem.cs(267) error CS0103: The name
> `EventList.RemoveHandler' could not be found in `Gdl.DockItem'
> ./generated/DockItem.cs(274) error CS0103: The name `EventList' could
> not be found in `Gdl.DockItem'
> ./generated/DockMaster.cs(81) error CS0103: The name `EventList' could
> not be found in `Gdl.DockMaster'
> ./generated/DockMaster.cs(85) error CS0103: The name
> `EventList.AddHandler' could not be found in `Gdl.DockMaster'
> ./generated/DockMaster.cs(88) error CS0103: The name
> `EventList.RemoveHandler' could not be found in `Gdl.DockMaster'
> ./generated/DockMaster.cs(95) error CS0103: The name `EventList' could
> not be found in `Gdl.DockMaster'
> Compilation failed: 28 error(s), 0 warnings
> make[2]: *** [gdl-sharp.dll] Error 1
> make[2]: Leaving directory `/projects/mono/MonoDevelop/gdldock/gdl'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/projects/mono/MonoDevelop/gdldock'
> make: *** [all-recursive] Error 1
> 
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list