Changes between Version 22 and Version 23 of dev-lang/mono/2.x/1
- Timestamp:
- 08/02/08 11:22:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/mono/2.x/1
v22 v23 29 29 * in {{{mono/mini/exceptions-x86.h}}} due to dereferencing pointer to incomplete type in {{{mono_arch_sigctx_to_monoctx}}}, not using {{{MONO_ARCH_USE_SIGACTION}}}. (Defining it in {{{mini-x86.h}}} leads to other errors.) The problem appears to be that neither {{{struct sigcontext}}} nor {{{ucontext_t}}} are defined... Trying to use BeOS-compatible {{{vregs}}} instead (cf. {{{posix/signal.h}}}). 30 30 31 * linking mono due to an undefined reference to {{{__signbitf}}} in {{{mono/mini/mini-x86.c}}}. This appears to be a problem with the {{{mono_signbit}}} macros from {{{mono/utils/mono-math.h}}}. 31 * linking mono due to an undefined reference to {{{__signbitf}}} in {{{mono/mini/mini-x86.c}}}. This appears to be a problem with the {{{mono_signbit}}} macros from {{{mono/utils/mono-math.h}}}. Undefine {{{HAVE_SIGNBIT}}}. 32 33 * in {{{support/map.c}}} due to missing {{{st_blocks}}} member in struct {{{stat}}}. 34 35 * in {{{support/macros.c}}} due to {{{st_blocks}}}. 32 36 33 37 [http://repo.or.cz/w/mono/afaerber.git?a=shortlog;h=refs/heads/haiku Git branch]
