Changes between Version 2 and Version 3 of dev-libs/libgpg-error
- Timestamp:
- 04/13/08 12:36:34 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-libs/libgpg-error
v2 v3 13 13 * [wiki:sys-devel/gettext] 14 14 15 === (andreasf) - [R5, Haiku] ===15 === work-in-progress (andreasf) - [R5, Haiku] === 16 16 17 17 Compilation failed due to the way it parsed error codes from Be's header files. 18 18 19 On Haiku, needs gettext first. 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/boot/home/libgpg-error/src/mkerrcodes.h:10: (near initialization for `err_table[1].err') 24 }}} 25 and more.
