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 27 and Version 28 of dev-lang/mono/2.x/1


Ignore:
Timestamp:
08/03/08 15:33:19 (7 years ago)
Author:
andreasf
Comment:

Added info on signbit issue

Legend:

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

    v27 v28  
    2929 * 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}}}). 
    3030 
    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}}}. 
     31 * linking mono due to an undefined reference to {{{__signbitf}}} in {{{mono/mini/mini-x86.c}}}. This appears to be caused by the {{{mono_signbit}}} macros from {{{mono/utils/mono-math.h}}}. Undefine {{{HAVE_SIGNBIT}}}. Appears to be a problem with Haiku's {{{signbit}}} macro definition in {{{math.h}}} ([http://dev.haiku-os.org/ticket/2564 Ticket]). 
    3232 
    3333 * in {{{support/map.c}}} due to missing {{{st_blocks}}} member in struct {{{stat}}}, and undefined {{{S_ISTXT}}}. Haiku's {{{ALLPERMS}}} seems wrong ([http://dev.haiku-os.org/ticket/2560 Ticket]). 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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