| | 12 | |
| | 13 | === unfinished (andreasf) - [Haiku] === |
| | 14 | |
| | 15 | Compilation 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 | }}} |
| | 22 | Line 783 has the following: |
| | 23 | {{{ |
| | 24 | __libc_lock_define_initialized_recursive (static, lock) |
| | 25 | }}} |
| | 26 | |
| 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. |
| | 41 | Configuring with {{{--disable-threads}}} works around the above {{{__libc_lock_define_initialized_recursive}}} issue. |