[Gtk-sharp-list] Egg-sharp and trayicon

Raśl Moratalla raul.moratalla@ono.com
Sun, 25 Jul 2004 23:12:57 +0200


Hi! I downloaded a tar.gz with egg-sharp but it doesn't compile good
with mono 1.0.

mcs -o egg-sharp.dll --target library *.cs -pkg:gtk-sharp
EggSharp.MessageCancelledHandler.cs(20) error CS0246: Cannot find type
`GtkSharp.SignalArgs'
EggSharp.MessageSentHandler.cs(20) error CS0246: Cannot find type
`GtkSharp.SignalArgs'
EggSharp.TrayIconAddedHandler.cs(20) error CS0246: Cannot find type
`GtkSharp.SignalArgs'
EggSharp.TrayIconRemovedHandler.cs(20) error CS0246: Cannot find type
`GtkSharp.SignalArgs'
EggSharp.voidObjectSignal.cs(12) error CS0246: Cannot find type
`SignalCallback'
EggSharp.voidObjectTrayManagerChildlongSignal.cs(12) error CS0246:
Cannot find type `SignalCallback'
EggSharp.voidObjectTrayManagerChildSignal.cs(12) error CS0246: Cannot
find type `SignalCallback'
EggSharp.voidObjectTrayManagerChildstringlonglongSignal.cs(12) error
CS0246: Cannot find type `SignalCallback'
Compilation failed: 8 error(s), 0 warnings
make: *** [all] Error 1

Anyone knows what is the current status of egg-sharp and is it included
in mono 1.0?
There is no much information abotu egg-sharp and any kind of help will
be very appreciated.

Best regards,

Raśl