[Mono-list] problems building mono on linux ...

Stefan Maierhofer sm@dhm.at
Wed, 5 Sep 2001 11:18:54 +0200


If I try to build mono on linux it fails because all the CEE* are undefined 
(see below). Where are these CEE* defined?

regards
Stefan

make  all-recursive
make[1]: Entering directory `/data/home/mono/mono'
Making all in mono
make[2]: Entering directory `/data/home/mono/mono/mono'
Making all in metadata
make[3]: Entering directory `/data/home/mono/mono/mono/metadata'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/data/home/mono/mono/mono/metadata'
Making all in cil
make[3]: Entering directory `/data/home/mono/mono/mono/cil'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/data/home/mono/mono/mono/cil'
Making all in dis
make[3]: Entering directory `/data/home/mono/mono/mono/dis'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/data/home/mono/mono/mono/dis'
Making all in interpreter
make[3]: Entering directory `/data/home/mono/mono/mono/interpreter'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                             
-I../../libffi/include          -I/usr/include/glib-1.2 
-I/usr/lib/glib/include   -I/usr/include/glib-1.2 -I/usr/lib/glib/include     
                 -g -Wall -Wunused -Wmissing-prototypes 
-Wmissing-declarations -c interp.c
interp.c: In function `ves_pinvoke_method':
interp.c:593: warning: assignment from incompatible pointer type
interp.c: In function `ves_exec_method':
interp.c:957: `CEE_NOP' undeclared (first use in this function)
interp.c:957: (Each undeclared identifier is reported only once
interp.c:957: for each function it appears in.)
interp.c:960: `CEE_BREAK' undeclared (first use in this function)
interp.c:964: `CEE_LDARG_0' undeclared (first use in this function)
interp.c:965: `CEE_LDARG_1' undeclared (first use in this function)
interp.c:966: `CEE_LDARG_2' undeclared (first use in this function)
interp.c:967: `CEE_LDARG_3' undeclared (first use in this function)
interp.c:975: `CEE_LDLOC_0' undeclared (first use in this function)
interp.c:976: `CEE_LDLOC_1' undeclared (first use in this function)
interp.c:977: `CEE_LDLOC_2' undeclared (first use in this function)
interp.c:978: `CEE_LDLOC_3' undeclared (first use in this function)
interp.c:986: `CEE_STLOC_0' undeclared (first use in this function)
interp.c:987: `CEE_STLOC_1' undeclared (first use in this function)
interp.c:988: `CEE_STLOC_2' undeclared (first use in this function)
interp.c:989: `CEE_STLOC_3' undeclared (first use in this function)
interp.c:997: `CEE_LDARG_S' undeclared (first use in this function)