Changes between Version 19 and Version 20 of dev-lang/mono/2.x/1
- Timestamp:
- 08/01/08 16:59:49 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/mono/2.x/1
v19 v20 27 27 * linking pedump due to {{{mprotect}}} in {{{mono/metadata/rawbuffer.c}}}, {{{sched_yield}}} in {{{threads.c}}}, {{{getprotobyname}}}, {{{socket}}}, {{{__inet_addr}}} etc. in {{{socket-io.c}}}, {{{rand.c}}}, {{{io-layer/sockets.c}}}. Stub some code out and link with libnetwork. 28 28 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.) 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... 30 30 31 31 [http://repo.or.cz/w/mono/afaerber.git?a=shortlog;h=refs/heads/haiku Git branch]
