[Mono-dev] svn trunk build fails, 'SIGPWR' undeclared

KISHIMOTO, Makoto ksmakoto at dd.iij4u.or.jp
Fri Jun 25 22:36:17 EDT 2010


Hello,

In my FreeBSD box, mono SVN trunk build fails. FreeBSD has no SIGPWR .
Signal 29 of FreeBSD is SIGINFO .

../../doltlibtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mono/mono/metadata -I../.. -I../../../mono -I../../../mono/mono -I../../../mono/libgc/include -I../../../mono/eglib/src -I../../eglib/src -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\"  -DGC_FREEBSD_THREADS -DPLATFORM_BSD  -DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -mno-tls-direct-seg-refs -MT libmonoruntimesgen_la-sgen-os-posix.lo -MD -MP -MF .deps/libmonoruntimesgen_la-sgen-os-posix.Tpo -c -o libmonoruntimesgen_la-sgen-os-posix.lo `test -f 'sgen-os-posix.c' || echo '../../../mono/mono/metadata/'`sgen-os-posix.c
In file included from ../../../mono/mono/metadata/sgen-os-posix.c:35:
../../../mono/mono/metadata/sgen-gc.h:93: error: 'SIGPWR' undeclared here (not in a function)
gmake[3]: *** [libmonoruntimesgen_la-sgen-os-posix.lo] Error 1
gmake[3]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/metadata'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/export/home/ksmakoto/Mono/BUILD'
gmake: *** [all] Error 2


More information about the Mono-devel-list mailing list