[Mono-list] mono-build-w32.sh

Norman Lorrain normanlorrainmailinglists@telus.net
Thu, 16 Jan 2003 15:00:10 -0700


Having trouble building with the win32 script.  Everything is fetched,
but it fails in the compile:

gcc -mno-cygwin -DHAVE_CONFIG_H -I. -I. -I../.. -I../..
-IC:/usr/cygwin/usr/pub/
mono/install/include/glib-2.0
-IC:/usr/cygwin/usr/pub/mono/install/lib/glib-2.0/
include -IC:/usr/cygwin/usr/pub/mono/install/include/glib-2.0
-IC:/usr/cygwin/us
r/pub/mono/install/lib/glib-2.0/include -I/usr/pub/mono/install/include
-DGC_WIN
32_THREADS -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
-Wstric
t-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith
-Wno-cast-qua
l -Wcast-align -Wwrite-strings -Wp,-MD,.deps/debug.pp -c debug.c
-DDLL_EXPORT -
DPIC -o .libs/debug.lo
debug.c:40: parse error before "debugger_lock_once"
debug.c:40: warning: type defaults to `int' in declaration of
`debugger_lock_onc
e'
debug.c:40: `MONO_ONCE_INIT' undeclared here (not in a function)
debug.c:40: warning: data definition has no type or storage class
debug.c: In function `mono_debugger_lock':
debug.c:102: warning: implicit declaration of function `mono_once'
debug.c: In function `initialize_debugger_support':
debug.c:1435: warning: passing arg 3 of `CreateThread' from incompatible
pointer
 type
make[3]: *** [debug.lo] Error 1
make[3]: Leaving directory `/usr/pub/mono/mono/mono/jit'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/pub/mono/mono/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/pub/mono/mono'
make: *** [all-recursive-am] Error 2