[Mono-bugs] [Bug 446100] interp.c uses fields removed from MonoVTable
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 18 10:53:25 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=446100
User joel.sherrill at oarcorp.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=446100#c1
--- Comment #1 from Joel Sherrill <joel.sherrill at oarcorp.com> 2008-11-18 08:53:24 MST ---
As a followup, interp.c does not build native on Fedora 9 x86 (32 bit). There
are lots of compilation errors in this file which show up in the RTEMS an
Fedora builds. See the attached build log (error.txt) for a native build.
I am using a build procedure based upon the iPhone script with as much as
possible disabled.
cd eglib
/autogen.sh
cd -
/autogen.sh \
--with-glib=embedded \
--with-libgdiplus=no \
--with-tls=pthread \
--disable-mcs-build \
--disable-dev-random \
--with-interp=yes \
--with-jit=no \
--without-libiconv \
--prefix=/home/joel/mono/svn/native-install
cd mono/monoburg
make parser.c
/usr/bin/gcc -o monoburg ./monoburg.c parser.c -I../.. -pthread -lm `pkg-config
--cflags --libs glib-2.0`
cd -
make
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list