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=81316 --- shadow/81316 2007-04-05 05:46:35.000000000 -0400 +++ shadow/81316.tmp.6069 2007-04-05 05:46:35.000000000 -0400 @@ -0,0 +1,53 @@ +Bug#: 81316 +Product: Mono: Runtime +Version: 1.2 +OS: other +OS Details: Ubuntu 6.10 Edgy +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: JIT +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Unable to compile Mono without aot + +Please fill in this template when reporting a bug, unless you know what you +are doing. + +Description of Problem: + +Mono-1.2.3.1 + +Am trying to compile a mono runtime environment for an embedded system +(Linux on ARM9). As part of this I am trying to remove unneeded features, +including profiling and aot. + +All attempts to remove AOT using the ./configure script results in a broken +compile. + +Steps to reproduce the problem: +1. ./configure --prefix=/usr --enable-minimal=profile,aot +2. make + +Actual Results: +'make' fails with: + +aot-runtime.c:1982 error: conflicting types for 'mono_aot_get_method' +mini.h:856 error: previous declaration of 'mono_aot_get_method' was here + +Expected Results: +According to the examples in http://www.mono-project.com/Mono:ARM this +should work. + +How often does this happen? +100% +Also tried with --enable-minimal=debug,aot and --enable-minimal=aot, and +both fail, however --enable-minimal=debug,profiler works. + +Additional Information: +This bug occurs when compiling natively for i686, or crosscompiling for ARM9. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
