| 1 | | |
| | 1 | Patch, then: |
| | 2 | * ./configure --prefix=/boot/common |
| | 3 | make fails: |
| | 4 | {{{ |
| | 5 | gcc -c -g -O2 -W -Wall -pedantic -DHAVE_CONFIG_H -I. -I. -o nasm.o nasm.c |
| | 6 | In file included from /boot/develop/headers/posix/limits.h:5, |
| | 7 | from /boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-080323/include/limits.h:117, |
| | 8 | from /boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-080323/include/syslimits.h:7, |
| | 9 | from /boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-080323/include/limits.h:11, |
| | 10 | from /boot/develop/headers/posix/stdlib.h:11, |
| | 11 | from /boot/home/nasm-2.03.01-haiku-test/nasm.c:13: |
| | 12 | /boot/home/nasm-2.03.01-haiku-test/float.h:20: parse error before `uint8_t' |
| | 13 | /boot/home/nasm-2.03.01-haiku-test/nasm.c: In function `define_macros_early': |
| | 14 | /boot/home/nasm-2.03.01-haiku-test/nasm.c:232: warning: ANSI C does not support the `ll' length modifier |
| | 15 | make: *** [nasm.o] Error 1 |
| | 16 | }}} |