/boot/home/Desktop/nasm-2.03.01>./configure --build=i586-pc-beos --prefix=/boot/home/config/
checking for gcc... gcc
checking for C compiler default output file name... conftest
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /boot/home/config/bin/grep
checking for egrep... /boot/home/config/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /boot/home/config/bin/install -c
checking if gcc accepts -W... yes
checking if gcc accepts -Wall... yes
checking if gcc accepts -std=c99... no
checking if gcc accepts -pedantic... yes
checking for nroff... no
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for inttypes.h... (cached) yes
checking for strings.h... (cached) yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for strcspn... yes
checking for strspn... yes
checking for vsnprintf... yes
checking for _vsnprintf... no
checking for snprintf... yes
checking for _snprintf... no
checking for strcasecmp... yes
checking for stricmp... no
checking for strncasecmp... yes
checking for strnicmp... no
checking for strsep... no
checking for getuid... yes
checking for getgid... yes
checking whether strcasecmp is declared... yes
checking whether stricmp is declared... no
checking whether strncasecmp is declared... yes
checking whether strnicmp is declared... no
checking whether strsep is declared... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rdoff/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing default-1 commands
/boot/home/Desktop/nasm-2.03.01>make
gcc -c -g -O2 -W -Wall -pedantic -DHAVE_CONFIG_H -I. -I. -o nasm.o nasm.c
In file included from /boot/develop/headers/posix/limits.h:5,
                 from /boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-080323/include/limits.h:117,
                 from /boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-080323/include/syslimits.h:7,
                 from /boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-080323/include/limits.h:11,
                 from /boot/develop/headers/posix/stdlib.h:11,
                 from /boot/home/Desktop/nasm-2.03.01/nasm.c:13:
/boot/home/Desktop/nasm-2.03.01/float.h:18: warning: comma at end of enumerator list
/boot/home/Desktop/nasm-2.03.01/float.h:20: parse error before `uint8_t'
In file included from /boot/home/Desktop/nasm-2.03.01/nasm.c:20:
/boot/home/Desktop/nasm-2.03.01/nasm.h:78: warning: comma at end of enumerator list
/boot/home/Desktop/nasm-2.03.01/nasm.h:180: warning: comma at end of enumerator list
/boot/home/Desktop/nasm-2.03.01/nasm.h:191: warning: comma at end of enumerator list
In file included from /boot/home/Desktop/nasm-2.03.01/preproc.h:12,
                 from /boot/home/Desktop/nasm-2.03.01/nasm.c:25:
/boot/home/Desktop/nasm-2.03.01/pptok.h:97: warning: comma at end of enumerator list
/boot/home/Desktop/nasm-2.03.01/nasm.c:91: warning: comma at end of enumerator list
/boot/home/Desktop/nasm-2.03.01/nasm.c: In function `define_macros_early':
/boot/home/Desktop/nasm-2.03.01/nasm.c:232: warning: ANSI C does not support the `ll' length modifier
make: *** [nasm.o] Error 1
