[Gtk-sharp-list] Compiling mono-debugger 0.9

Wolfgang Mauer W.Mauer@top-soft.info
Fri, 2 Jul 2004 21:13:02 +0200


Hi all,
i try'd to compile mono-debugger 0.9 but i get the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"MonoDebuggerJitWrapper\" 
-D_REENTRANT -pthread -I/opt/gnome/include/glib-2.0 
-I/opt/gnome/lib/glib-2.0/include      -g -Wall -Wunused -Wmissing-prototypes 
-Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes 
-Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align 
-Wwrite-strings -c `test -f 'wrapper.c' || echo './'`wrapper.c
wrapper.c: In function `debugger_class_get_static_field_data':
wrapper.c:121: error: dereferencing pointer to incomplete type
wrapper.c: In function `debugger_event_handler':
wrapper.c:135: warning: enumeration value 
`MONO_DEBUGGER_EVENT_UNHANDLED_EXCEPTION' not handled in switch
wrapper.c: At top level:
wrapper.c:139: warning: initialization from incompatible pointer type
wrapper.c: In function `mono_debugger_main':
wrapper.c:226: error: dereferencing pointer to incomplete type
wrapper.c:226: error: dereferencing pointer to incomplete type

I have installed mono 1.0 from rpm on suse 9.1.
did i need something else ?

Best regards,
Wolfgang Mauer