Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76246 --- shadow/76246 2005-09-27 07:57:39.000000000 -0400 +++ shadow/76246.tmp.12703 2005-09-27 07:57:39.000000000 -0400 @@ -0,0 +1,72 @@ +Bug#: 76246 +Product: Mono: Debugger +Version: 1.1 +OS: +OS Details: UBUNTU HOARY for AMD64 +Status: NEW +Resolution: +Severity: +Priority: Major +Component: gui +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Compilation fails for mono-debugger-0.10.tar.gz + +Description of Problem: + +make[2]: Entering directory +`/home/gedas/mono/sources/mono-debugger-0.10/wrapper' +if gcc -DHAVE_CONFIG_H -I. -I. -I.. +-DG_LOG_DOMAIN=\"MonoDebuggerJitWrapper\" -D_REENTRANT -pthread +-I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/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 mini-main.o -MD -MP -MF ".deps/mini-main.Tpo" -c -o +mini-main.o mini-main.c; \ +then mv -f ".deps/mini-main.Tpo" ".deps/mini-main.Po"; else rm -f +".deps/mini-main.Tpo"; exit 1; fi +if gcc -DHAVE_CONFIG_H -I. -I. -I.. +-DG_LOG_DOMAIN=\"MonoDebuggerJitWrapper\" -D_REENTRANT -pthread +-I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/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:41: error: `mono_generic_trampoline_code' undeclared here (not in +a function) +wrapper.c:41: error: initializer element is not constant +wrapper.c:41: error: (near initialization for +`MONO_DEBUGGER__debugger_info.generic_trampoline_code')wrapper.c:60: +warning: initialization makes integer from pointer without a cast +wrapper.c:220: warning: initialization from incompatible pointer type +wrapper.c:221: warning: initialization from incompatible pointer type +wrapper.c:223: warning: initialization from incompatible pointer type +make[2]: *** [wrapper.o] Error 1 + +You forgot, that pointer and integer aren't compatible in 64 bit +environment, I think. + +Steps to reproduce the problem: +1. tar -xzvf mono-debugger-0.10.tar.gz +2. cd mono-debugger-0.10 +3. ./configure --prefix=/usr/local +4. make + +Actual Results: + Compilation fails with provided message. + +Expected Results: + + +How often does this happen? +Permanent. + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
