[Mono-list] Building mono debugger

Helge Lenuweit helge@lenuweit.net
Thu, 12 Aug 2004 10:03:44 +0000


Hi folks,

I'm running mono 1.01 (Red-Carpet install) on a Suse 9.1 machine and try 
to build release 0.9 of the mono debugger. Previous (beta) releases of 
the mono runtime itself compiled fine on that machine, so 
compiler/environment prerequisites should be fine (I guess, at least :-).

Now that I run make, it says:
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
make[2]: *** [wrapper.o] Error 1
make[2]: Leaving directory `/root/mono-debugger-0.9/wrapper'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/mono-debugger-0.9'
make: *** [all] Error 2

I have no clue at this point - and appreciate any help.
Thanks,
Helge