[MonoDevelop] cli.Gtk.Widget methods overrides static method

Richard Hendershot rshendershot@mchsi.com
Fri, 09 Jul 2004 09:02:44 -0500


[Task:File=/usr/lib/monodevelop/bin/cli/Gtk/Widget.java, Line=-1, 
Column=-1, Type=Error, Description= error: non-static method 
'cli.Gtk.Widget.get_Handle()' overrides static method


MonoDevelop 0.5, Mono 1.0, Fedora Core 2. 

I don't understand the path referenced by the error  - something like 
../../../../../usr/lib/monodevelop/bin/cli/GTK

I get three of these when compiling the templated IKVM gtk# generated 
project.  I've made no changes to the generated files.  I have created 
stubs for the four files outlined in the help and blog.  I symlinked 
them at /usr/lib to match the project configuration as it was generated.

application.class does get generated (using 'Compile F8'), but it still 
results in complaints for Widget.java and Window.java.

I'm thinking perhaps ikvmstub has a problem with static methods?

Any help would be greatly appreciated!

-rsh