[Mono-dev] mono/interpreter/interp.c build problems
Mark E Mason
mark.e.mason at broadcom.com
Fri Sep 1 16:15:11 EDT 2006
Hello all,
I'm attempting to bring mono up under a Linux/MIPS environment (Debian
if anyone cares), and as the JIT for mips doesn't exist yet, I thought
the best thing to do was configure and build an interpreter version
first (as recommended).
Doing this from the svn head (updated as of 10 minutes ago), yields the
following errors (I've manually cut the warnings for clarity):
interp.c: In function 'ves_exec_method_with_context':
interp.c:2667: error: 'struct MonoVTable' has no member named
'interface_offsets'
interp.c:2691: error: 'struct MonoVTable' has no member named
'interface_offsets'
interp.c:3957: error: dereferencing pointer to incomplete type
interp.c:4004: error: dereferencing pointer to incomplete type
I guess my first question is - how up to-date is the interpreter build
of mono? Since most of the popular architectures (except MIPS) have
JITs, has it been built or tested recently?
Thanks in advance,
Mark
More information about the Mono-devel-list
mailing list