| 15 | | Needs haiku config.guess, the ./configure works but then make trips up on stdbool.h |
| 16 | | We've seen the stdbool.h problem before, just need to apply it here and try it again. |
| 17 | | If anyone else gets to this before me feel free to fix it. |
| | 15 | Needs haiku config.guess, a fix to undo BeOS workarounds in stdbool.in.h like |
| | 16 | was done on gnulib. Also there's a few ifdef __BEOS__ called in configure that need to |
| | 17 | be looked over by someone who knows more about the system than I do. |
| | 18 | the ./configure works, but then make trips up on: |
| | 19 | |
| | 20 | /boot/home/m4-1.4.11-haiku/lib/fpurge.c:117: #error "Please port gnulib fpurge.c to your platform! Look at the definitions of fflush, setvbuf and ungetc on your system, thenreport this to bug-gnulib." |
| | 21 | make[3]: *** [fpurge.o] Error 1 |
| | 22 | make[3]: Leaving directory `/boot/home/m4-1.4.11-haiku/lib' |
| | 23 | make[2]: *** [all] Error 2 |
| | 24 | make[2]: Leaving directory `/boot/home/m4-1.4.11-haiku/lib' |
| | 25 | make[1]: *** [all-recursive] Error 1 |
| | 26 | make[1]: Leaving directory `/boot/home/m4-1.4.11-haiku' |
| | 27 | make: *** [all] Error 2 |
| | 28 | ~/m4-1.4.11-haiku> |