| 13 | | TBD |
| | 13 | Compilation fails: |
| | 14 | {{{ |
| | 15 | /boot/home/gettext-0.17/gettext-runtime/intl/loadmsgcat.c: In function `_nl_load_domain': |
| | 16 | /boot/home/gettext-0.17/gettext-runtime/intl/loadmsgcat.c:783: warning: initialization makes pointer from integer without a cast |
| | 17 | /boot/home/gettext-0.17/gettext-runtime/intl/loadmsgcat.c:783: initializer element is not constant |
| | 18 | /boot/home/gettext-0.17/gettext-runtime/intl/loadmsgcat.c:784: parse error before `int' |
| | 19 | }}} |
| | 20 | Line 783 has the following: |
| | 21 | {{{ |
| | 22 | __libc_lock_define_initialized_recursive (static, lock) |
| | 23 | }}} |
| | 24 | No idea what this means, but it results in further errors and breaks compilation. |