HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 14 and Version 15 of dev-lang/mono/2.x/1


Ignore:
Timestamp:
08/01/08 12:07:58 (7 years ago)
Author:
andreasf
Comment:

Updated build status, restructured

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/mono/2.x/1

    v14 v15  
    55[source:haikuports/trunk/dev-lang/mono/mono-trunk.diff Patch] 
    66 
    7 Compilation with eglib fails due to unresolved iconv symbols. Using [wiki:dev-libs/libiconv libiconv] works around this. 
     7Building with eglib fails... 
    88 
    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. 
    1010 
    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. 
    1212 
    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. 
    1414 
    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. 
    1616 
    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. 
    1818 
    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}}}. 
    2020 
    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. 
    2226 
    2327[http://repo.or.cz/w/mono/afaerber.git?a=shortlog;h=refs/heads/haiku Git branch] 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/