| 1 | | |
| | 1 | Work-in-progress (andreasf) - [Haiku] ¶ |
| | 2 | |
| | 3 | Compilation problem for cvs' lib/stdbool.h: Looks like a circular dependency between lib/stdbool.h and <kernel/OS.h> on first sight. |
| | 4 | |
| | 5 | lib/getpass.c uses an undefined FSETLOCKING_BYCALLER. This would be defined in stdio_ext.h, which Haiku doesn't currently provide (ticket). Commenting it out for now. |
| | 6 | |
| | 7 | src/buffer.c uses st_blocks unconditionally (cf. CommonProblems) |
| | 8 | |
| | 9 | Patch available. Note that Trac for some reason does not display the diff against lib/getpass.c, it can be found in the middle of the file (I concatenated three diff -us). |
| | 10 | |
| | 11 | make check fails: |
| | 12 | {{{ |
| | 13 | Test suite does not work correctly when run as root |
| | 14 | }}} |