Changes between Version 9 and Version 10 of dev-lang/mono/2.x/1
- Timestamp:
- 08/01/08 09:44:05 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/mono/2.x/1
v9 v10 7 7 Compilation with eglib fails due to unresolved iconv symbols. Using [wiki:dev-libs/libiconv libiconv] works around this. 8 8 9 Compilation fails in {{{mono/utils/mono-io-compatibility.c}}} reporting a parse error apparently for {{{size_t len}}}, moving the declaration to the topfixes it.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. 10 10 11 11 Compilation fails in {{{mono/utils/mono-mmap.c}}} due to {{{madvise}}} et al. Use fallback instead of {{{HAVE_MMAP}}} implementation.
