I am trying to build from an anonymous CVS checkout on RedHat 9
(up2dated). I did

  ./autogen.sh --prefix=/usr/local
  make fullbuild

It stops here:

marshal.c: In function `mono_marshal_get_native_wrapper':
marshal.c:3349: `mono_marshal_set_last_error' undeclared (first use in this func
tion)
marshal.c:3349: (Each undeclared identifier is reported only once
marshal.c:3349: for each function it appears in.)
marshal.c: At top level:
marshal.c:4002: warning: no previous prototype for `mono_marshal_set_last_error'
marshal.c:4002: `mono_marshal_set_last_error' used prior to declaration
make[4]: *** [marshal.lo] Error 1
make[4]: Leaving directory `/usr/local/src/mono/mono/metadata'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/local/src/mono/mono/metadata'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/mono/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mono'
make: *** [all] Error 2


Any hints?

Karl

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to