Changes between Version 14 and Version 15 of dev-lang/mono/2.x/1
- Timestamp:
- 08/01/08 12:07:58 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/mono/2.x/1
v14 v15 5 5 [source:haikuports/trunk/dev-lang/mono/mono-trunk.diff Patch] 6 6 7 Compilation with eglib fails due to unresolved iconv symbols. Using [wiki:dev-libs/libiconv libiconv] works around this.7 Building with eglib fails... 8 8 9 Compilation fails in {{{mono/utils/mono-io-compatibility.c}}} reporting a parse error for {{{size_t len}}}. Moving the declaration to the start of the block fixes it.9 * due to unresolved iconv symbols. Using [wiki:dev-libs/libiconv libiconv] works around this. 10 10 11 Compilation fails in {{{mono/utils/mono-mmap.c}}} due to {{{madvise}}} et al. Use fallback instead of {{{HAVE_MMAP}}} implementation.11 * in {{{mono/utils/mono-io-compatibility.c}}} reporting a parse error for {{{size_t len}}}. Moving the declaration to the start of the block fixes it. 12 12 13 Compilation fails in {{{mono/io-layer/collection.c}}} due to undefined {{{PTHREAD_STACK_MIN}}} ([http://dev.haiku-os.org/ticket/2559 Ticket]). Using 65536 instead, like on *BSD.13 * in {{{mono/utils/mono-mmap.c}}} due to {{{madvise}}} et al. Use fallback instead of {{{HAVE_MMAP}}} implementation. 14 14 15 Compilation fails in {{{mono/io-layer/error.c}}} due to undefined {{{ESOCKTNOSUPPORT}}}. Making the case conditional.15 * in {{{mono/io-layer/collection.c}}} due to undefined {{{PTHREAD_STACK_MIN}}} ([http://dev.haiku-os.org/ticket/2559 Ticket]). Using 65536 instead, like on *BSD. 16 16 17 Compilation fails in {{{mono/io-layer/processes.c}}} due to missing include file {{{sched.h}}}. Warning about implicit declaration of function {{{makedev}}}.17 * in {{{mono/io-layer/error.c}}} due to undefined {{{ESOCKTNOSUPPORT}}}. Making the case conditional. 18 18 19 {{{sched.h}}} is also included from {{{mono/io-layer/threads.c}}}.19 * in {{{mono/io-layer/processes.c}}} due to missing include file {{{sched.h}}}. Warning about implicit declaration of function {{{makedev}}}. 20 20 21 monoburg fails to link eglib due to a general Mono [https://bugzilla.novell.com/show_bug.cgi?id=389393 bug]. 21 * in {{{mono/io-layer/threads.c}}} due to {{{sched.h}}}. 22 23 * monoburg fails to link eglib due to a general Mono [https://bugzilla.novell.com/show_bug.cgi?id=389393 bug]. 24 25 * {{{mono/metadata/socket-io.c}}} due to undefined AF_SNA, AF_DECnet etc. 22 26 23 27 [http://repo.or.cz/w/mono/afaerber.git?a=shortlog;h=refs/heads/haiku Git branch]
