[Mono-devel-list] Compiling debugger

Aleksandar Dezelin dezelin at gmail.com
Fri Feb 18 08:53:45 EST 2005


When I try to compile a debugger I get the following error:

if gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"MonoDebuggerJitWrapper\" -pthread -D_REENTRANT
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/local/include   -D_GNU_SOURCE    -g -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs  -Wshadow -Wpointer-arith
-Wno-cast-qual -Wcast-align -Wwrite-strings -MT wrapper.o -MD -MP -MF
".deps/wrapper.Tpo" -c -o wrapper.o wrapper.c; \
then mv -f ".deps/wrapper.Tpo" ".deps/wrapper.Po"; else rm -f
".deps/wrapper.Tpo"; exit 1; fi
wrapper.c:7:46: mono/private/libgc-mono-debugger.h: No such file or directory
make[2]: *** [wrapper.o] Error 1
make[2]: Leaving directory `/home/skynet/farm/mono-trunk/debugger/wrapper'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/skynet/farm/mono-trunk/debugger'
make: *** [all] Error 2

I'm using the latest debugger source. What should I do to make it compile?

-- 
Linux is like wighwam, no windows no gates and apache inside...



More information about the Mono-devel-list mailing list