| 14 | | |
| 15 | | === unfinished (andreasf) - [R5, Haiku] === |
| 16 | | |
| 17 | | Compilation failed due to the way it parsed error codes from Be's header files. |
| 18 | | |
| 19 | | On Haiku, needs gettext first (for autogen.sh that is). Compilation results in: |
| 20 | | {{{ |
| 21 | | In file included from /ToBe/libgpg-error/src/mkerrcodes.c:26: |
| 22 | | /boot/home/libgpg-error/src/mkerrcodes.h:10: `B_PERMISSION_DENIED' undeclared here (not in a function) |
| 23 | | /boot/home/libgpg-error/src/mkerrcodes.h:10: initializer element is not constant |
| 24 | | /boot/home/libgpg-error/src/mkerrcodes.h:10: (near initialization for `err_table[1].err') |
| 25 | | }}} |
| 26 | | and more. |