[MonoDevelop] problem compiling debugger

alastair green alastair@runbox.com
Fri, 04 Feb 2005 18:21:05 +0000


I am having problems compiling the Mono debugger.  I updated my Mono
sources from SVN last night and recompiled mono, all goes fine until I
try and compile the debugger when I get the following:


wrapper.o(.text+0x572): In function `mono_debugger_main':
/home/al/src/sandboxes/debugger/wrapper/wrapper.c:287: undefined
reference to `mono_debug_init_1'
collect2: ld returned 1 exit status
make[2]: *** [mono-debugger-mini-wrapper] Error 1
make[2]: Leaving directory `/home/al/src/sandboxes/debugger/wrapper'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/al/src/sandboxes/debugger'
make: *** [all] Error 2


Has anyone else hit this problem?

Cheers

Alastair