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 8 and Version 9 of sys-devel/gettext


Ignore:
Timestamp:
05/01/08 14:27:53 (7 years ago)
Author:
andreasf
Comment:

Demangled log

Legend:

Unmodified
Added
Removed
Modified
  • sys-devel/gettext

    v8 v9  
    1010||BONE||untested|| 
    1111||Haiku||broken|| 
     12 
     13=== unfinished (andreasf) - [Haiku] === 
     14 
     15Compilation fails: 
     16{{{ 
     17/boot/home/gettext-0.17/gettext-runtime/intl/loadmsgcat.c: In function `_nl_load_domain': 
     18/boot/home/gettext-0.17/gettext-runtime/intl/loadmsgcat.c:783: warning: initialization makes pointer from integer without a cast 
     19/boot/home/gettext-0.17/gettext-runtime/intl/loadmsgcat.c:783: initializer element is not constant 
     20/boot/home/gettext-0.17/gettext-runtime/intl/loadmsgcat.c:784: parse error before `int' 
     21}}} 
     22Line 783 has the following: 
     23{{{ 
     24  __libc_lock_define_initialized_recursive (static, lock) 
     25}}} 
     26 
    1227 
    1328== CVS HEAD (0.18) == 
    … …  
    2439=== work-in-progress (andreasf) - [Haiku] === 
    2540 
    26 Compilation fails: 
    27 {{{ 
    28 /boot/home/gettext-0.17/gettext-runtime/intl/loadmsgcat.c: In function `_nl_load_domain': 
    29 /boot/home/gettext-0.17/gettext-runtime/intl/loadmsgcat.c:783: warning: initialization makes pointer from integer without a cast 
    30 /boot/home/gettext-0.17/gettext-runtime/intl/loadmsgcat.c:783: initializer element is not constant 
    31 /boot/home/gettext-0.17/gettext-runtime/intl/loadmsgcat.c:784: parse error before `int' 
    32 }}} 
    33 Line 783 has the following: 
    34 {{{ 
    35   __libc_lock_define_initialized_recursive (static, lock) 
    36 }}} 
    37 Configuring with {{{--disable-threads}}} works around this. 
     41Configuring with {{{--disable-threads}}} works around the above {{{__libc_lock_define_initialized_recursive}}} issue. 
    3842 
    3943In {{{config.h}}} do not define {{{HAVE___FSETLOCKING}}} to avoid compilation failure in {{{gettext-runtime/intl/loadmsgcat.c}}} due to lack of {{{stdio_ext.h}}}. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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