Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/nethack.spec'], chrootPath='/var/lib/mock/f31-build-113106-34325/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/nethack.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564012800 Wrote: /builddir/build/SRPMS/nethack-3.6.2-2.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/nethack.spec'], chrootPath='/var/lib/mock/f31-build-113106-34325/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/nethack.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564012800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kvDqPw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf nethack-3.6.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/nethack-362-src.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd nethack-3.6.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (nethack-3.6.2-makefile.patch): + echo 'Patch #0 (nethack-3.6.2-makefile.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .makefile --fuzz=0 patching file sys/unix/Makefile.src patching file sys/unix/Makefile.utl + echo 'Patch #1 (nethack-3.6.2-top.patch):' Patch #1 (nethack-3.6.2-top.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file sys/unix/Makefile.top + echo 'Patch #2 (nethack-3.6.2-config.patch):' Patch #2 (nethack-3.6.2-config.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .config --fuzz=0 patching file include/config.h patching file include/unixconf.h Patch #3 (nethack-3.6.2-guidebook.patch): + echo 'Patch #3 (nethack-3.6.2-guidebook.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .guidebook --fuzz=0 patching file sys/unix/Makefile.doc + /usr/bin/sed -i -e 's:PREFIX=$(wildcard ~)/nh/install:PREFIX=/usr:' sys/unix/hints/linux + /usr/bin/sed -i -e 's:^\(HACKDIR=\).*:\1/usr/games/nethack:' sys/unix/hints/linux + sh sys/unix/setup.sh sys/unix/hints/linux + /usr/bin/sed -i -e 's:^\(HACKDIR=\).*:\1/usr/games/nethack:' sys/unix/nethack.sh + /usr/bin/sed -i -e s:FEDORA_CONFDIR:/usr/games/nethack: sys/unix/nethack.sh + /usr/bin/sed -i -e s:FEDORA_STATEDIR:/var/games/nethack: include/unixconf.h + /usr/bin/sed -i -e s:FEDORA_HACKDIR:/usr/games/nethack: include/config.h + /usr/bin/sed -i -e s:/usr/games/lib/nethackdir:/usr/games/nethack: doc/nethack.6 doc/nethack.txt doc/recover.6 doc/recover.txt + /usr/bin/sed -i -e s:-L/usr/X11R6/lib:-L/usr/X11R6/lib64: src/Makefile util/Makefile + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xbTIts + umask 022 + cd /builddir/build/BUILD + cd nethack-3.6.2 + make all ( cd src ; make ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' touch ../src/config.h-t gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c monst.c BUILDSTDERR: In file included from monst.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from monst.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from monst.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c objects.c BUILDSTDERR: In file included from objects.c:35: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from objects.c:35: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from objects.c:35: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o makedefs.o makedefs.c BUILDSTDERR: In file included from makedefs.c:10: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from makedefs.c:10: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from makedefs.c:10: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -L/usr/X11R6/lib64 -o makedefs makedefs.o ../src/monst.o ../src/objects.o make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' ./makedefs -o make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' ./makedefs -p make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' touch ../src/hack.h-t gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o allmain.o allmain.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from allmain.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from allmain.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from allmain.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o alloc.o alloc.c BUILDSTDERR: In file included from alloc.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from alloc.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from alloc.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o apply.o apply.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from apply.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from apply.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from apply.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o artifact.o artifact.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from artifact.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from artifact.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from artifact.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o attrib.o attrib.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from attrib.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from attrib.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from attrib.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o ball.o ball.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ball.c:9: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ball.c:9: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ball.c:9: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o bones.o bones.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from bones.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from bones.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from bones.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o botl.o botl.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from botl.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from botl.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from botl.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cmd.o cmd.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from cmd.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from cmd.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from cmd.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dbridge.o dbridge.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dbridge.c:20: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dbridge.c:20: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dbridge.c:20: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o decl.o decl.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from decl.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from decl.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from decl.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o detect.o detect.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from detect.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from detect.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from detect.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dig.o dig.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dig.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dig.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dig.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o display.o display.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from display.c:124: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from display.c:124: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from display.c:124: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dlb.o dlb.c BUILDSTDERR: In file included from dlb.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dlb.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from dlb.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o do.o do.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from do.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from do.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from do.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o do_name.o do_name.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from do_name.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from do_name.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from do_name.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o do_wear.o do_wear.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from do_wear.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from do_wear.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from do_wear.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dog.o dog.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dog.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dog.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dog.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dogmove.o dogmove.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dogmove.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dogmove.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dogmove.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dokick.o dokick.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dokick.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dokick.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dokick.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dothrow.o dothrow.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dothrow.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dothrow.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dothrow.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o drawing.o drawing.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from drawing.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from drawing.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from drawing.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dungeon.o dungeon.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dungeon.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dungeon.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dungeon.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o eat.o eat.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from eat.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from eat.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from eat.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o end.o end.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from end.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from end.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from end.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o engrave.o engrave.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from engrave.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from engrave.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from engrave.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o exper.o exper.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from exper.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from exper.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from exper.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o explode.o explode.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from explode.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from explode.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from explode.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o extralev.o extralev.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from extralev.c:9: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from extralev.c:9: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from extralev.c:9: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o files.o files.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from files.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from files.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from files.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o fountain.o fountain.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from fountain.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from fountain.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from fountain.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o hack.o hack.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from hack.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from hack.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from hack.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o hacklib.o hacklib.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from hacklib.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from hacklib.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from hacklib.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o invent.o invent.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from invent.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from invent.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from invent.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o isaac64.o isaac64.c BUILDSTDERR: In file included from isaac64.c:12: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from isaac64.c:12: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from isaac64.c:12: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o light.o light.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from light.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from light.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from light.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o lock.o lock.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lock.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lock.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from lock.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mail.o mail.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mail.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mail.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mail.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o makemon.o makemon.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from makemon.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from makemon.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from makemon.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mapglyph.o mapglyph.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mapglyph.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mapglyph.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mapglyph.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mcastu.o mcastu.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mcastu.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mcastu.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mcastu.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mhitm.o mhitm.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mhitm.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mhitm.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mhitm.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mhitu.o mhitu.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mhitu.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mhitu.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mhitu.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o minion.o minion.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from minion.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from minion.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from minion.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mklev.o mklev.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mklev.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mklev.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mklev.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mkmap.o mkmap.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkmap.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkmap.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mkmap.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mkmaze.o mkmaze.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkmaze.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkmaze.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mkmaze.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mkobj.o mkobj.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkobj.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkobj.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mkobj.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mkroom.o mkroom.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkroom.c:18: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkroom.c:18: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mkroom.c:18: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mon.o mon.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mon.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mon.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mon.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mondata.o mondata.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mondata.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mondata.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mondata.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o monmove.o monmove.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from monmove.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from monmove.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from monmove.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mplayer.o mplayer.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mplayer.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mplayer.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mplayer.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mthrowu.o mthrowu.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mthrowu.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mthrowu.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mthrowu.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o muse.o muse.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from muse.c:9: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from muse.c:9: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from muse.c:9: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o music.o music.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from music.c:29: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from music.c:29: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from music.c:29: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o o_init.o o_init.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from o_init.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from o_init.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from o_init.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o objnam.o objnam.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from objnam.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from objnam.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from objnam.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o options.o options.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from options.c:17: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from options.c:17: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from options.c:17: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o pager.o pager.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pager.c:9: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pager.c:9: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from pager.c:9: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o pickup.o pickup.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pickup.c:10: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pickup.c:10: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from pickup.c:10: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o pline.o pline.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pline.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pline.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from pline.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o polyself.o polyself.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from polyself.c:22: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from polyself.c:22: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from polyself.c:22: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o potion.o potion.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from potion.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from potion.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from potion.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o pray.o pray.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pray.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pray.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from pray.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o priest.o priest.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from priest.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from priest.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from priest.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o quest.o quest.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from quest.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from quest.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from quest.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o questpgr.o questpgr.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from questpgr.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from questpgr.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from questpgr.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o read.o read.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from read.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from read.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from read.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o rect.o rect.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rect.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rect.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from rect.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o region.o region.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from region.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from region.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from region.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o restore.o restore.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from restore.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from restore.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from restore.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o rip.o rip.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rip.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rip.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from rip.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o rnd.o rnd.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rnd.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rnd.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from rnd.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o role.o role.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from role.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from role.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from role.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o rumors.o rumors.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rumors.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rumors.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from rumors.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o save.o save.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from save.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from save.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from save.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o shk.o shk.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from shk.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from shk.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from shk.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o shknam.o shknam.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from shknam.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from shknam.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from shknam.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o sit.o sit.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sit.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sit.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from sit.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o sounds.o sounds.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sounds.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sounds.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from sounds.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o sp_lev.o sp_lev.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sp_lev.c:12: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sp_lev.c:12: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from sp_lev.c:12: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o spell.o spell.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from spell.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from spell.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from spell.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o sys.o sys.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sys.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sys.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from sys.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o steal.o steal.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from steal.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from steal.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from steal.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o steed.o steed.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from steed.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from steed.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from steed.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o teleport.o teleport.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from teleport.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from teleport.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from teleport.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o timeout.o timeout.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from timeout.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from timeout.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from timeout.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o topten.o topten.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from topten.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from topten.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from topten.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o track.o track.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from track.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from track.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from track.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o trap.o trap.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from trap.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from trap.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from trap.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o u_init.o u_init.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from u_init.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from u_init.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from u_init.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o uhitm.o uhitm.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from uhitm.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from uhitm.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from uhitm.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o vault.o vault.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from vault.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from vault.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from vault.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' ./makedefs -z make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o vision.o vision.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from vision.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from vision.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from vision.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o vis_tab.o vis_tab.c BUILDSTDERR: In file included from vis_tab.c:2: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from vis_tab.c:2: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from vis_tab.c:2: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o weapon.o weapon.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from weapon.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from weapon.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from weapon.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o were.o were.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from were.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from were.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from were.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o wield.o wield.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from wield.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from wield.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from wield.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o windows.o windows.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from windows.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from windows.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from windows.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o wizard.o wizard.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from wizard.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from wizard.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from wizard.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o worm.o worm.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from worm.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from worm.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from worm.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o worn.o worn.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from worn.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from worn.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from worn.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o write.o write.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from write.c:4: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from write.c:4: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from write.c:4: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o zap.o zap.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from zap.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from zap.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from zap.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o posixregex.o ../sys/share/posixregex.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/posixregex.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/posixregex.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/posixregex.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o ioctl.o ../sys/share/ioctl.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/ioctl.c:10: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/ioctl.c:10: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/ioctl.c:10: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o unixmain.o ../sys/unix/unixmain.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/unix/unixmain.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/unix/unixmain.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../sys/unix/unixmain.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o unixtty.o ../sys/share/unixtty.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/unixtty.c:13: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/unixtty.c:13: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/unixtty.c:13: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o unixunix.o ../sys/unix/unixunix.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/unix/unixunix.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/unix/unixunix.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../sys/unix/unixunix.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o unixres.o ../sys/unix/unixres.c BUILDSTDERR: In file included from ../sys/unix/unixres.c:17: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../sys/unix/unixres.c:17: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../sys/unix/unixres.c:17: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o getline.o ../win/tty/getline.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/getline.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/getline.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/getline.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o termcap.o ../win/tty/termcap.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/termcap.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/termcap.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/termcap.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o topl.o ../win/tty/topl.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/topl.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/topl.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/topl.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o wintty.o ../win/tty/wintty.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/wintty.c:15: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/wintty.c:15: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/wintty.c:15: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o Window.o ../win/X11/Window.c BUILDSTDERR: In file included from ../win/X11/Window.c:34: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../win/X11/Window.c:34: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../win/X11/Window.c:34: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dialogs.o ../win/X11/dialogs.c BUILDSTDERR: In file included from ../win/X11/dialogs.c:80: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../win/X11/dialogs.c:80: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../win/X11/dialogs.c:80: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winX.o ../win/X11/winX.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winX.c:49: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winX.c:49: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winX.c:49: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winmap.o ../win/X11/winmap.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmap.c:39: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmap.c:39: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmap.c:39: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winmenu.o ../win/X11/winmenu.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmenu.c:35: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmenu.c:35: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmenu.c:35: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winmesg.o ../win/X11/winmesg.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmesg.c:35: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmesg.c:35: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmesg.c:35: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winmisc.o ../win/X11/winmisc.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmisc.c:37: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmisc.c:37: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmisc.c:37: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winstat.o ../win/X11/winstat.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winstat.c:36: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winstat.c:36: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winstat.c:36: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o wintext.o ../win/X11/wintext.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/wintext.c:31: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/wintext.c:31: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/wintext.c:31: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winval.o ../win/X11/winval.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winval.c:28: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winval.c:28: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winval.c:28: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c ../win/share/tilemap.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/share/tilemap.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/share/tilemap.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/share/tilemap.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -L/usr/X11R6/lib64 -o tilemap tilemap.o ./tilemap make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o tile.o tile.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from tile.c:3: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from tile.c:3: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from tile.c:3: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursmain.o ../win/curses/cursmain.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmain.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmain.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmain.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o curswins.o ../win/curses/curswins.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/curswins.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/curswins.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/curswins.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursmisc.o ../win/curses/cursmisc.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmisc.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmisc.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmisc.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursdial.o ../win/curses/cursdial.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursdial.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursdial.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursdial.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursstat.o ../win/curses/cursstat.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursstat.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursstat.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursstat.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursinit.o ../win/curses/cursinit.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursinit.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursinit.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursinit.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursmesg.o ../win/curses/cursmesg.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmesg.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmesg.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmesg.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursinvt.o ../win/curses/cursinvt.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursinvt.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursinvt.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursinvt.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition /bin/sh ../sys/unix/gitinfo.sh 1 #before 'makedefs -v' ../util/makedefs -v gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o version.o version.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from version.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from version.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from version.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition Linking nethack. gcc -L/usr/X11R6/lib64 -o nethack monst.o objects.o allmain.o alloc.o apply.o artifact.o attrib.o ball.o bones.o botl.o cmd.o dbridge.o decl.o detect.o dig.o display.o dlb.o do.o do_name.o do_wear.o dog.o dogmove.o dokick.o dothrow.o drawing.o dungeon.o eat.o end.o engrave.o exper.o explode.o extralev.o files.o fountain.o hack.o hacklib.o invent.o isaac64.o light.o lock.o mail.o makemon.o mapglyph.o mcastu.o mhitm.o mhitu.o minion.o mklev.o mkmap.o mkmaze.o mkobj.o mkroom.o mon.o mondata.o monmove.o mplayer.o mthrowu.o muse.o music.o o_init.o objnam.o options.o pager.o pickup.o pline.o polyself.o potion.o pray.o priest.o quest.o questpgr.o read.o rect.o region.o restore.o rip.o rnd.o role.o rumors.o save.o shk.o shknam.o sit.o sounds.o sp_lev.o spell.o sys.o steal.o steed.o teleport.o timeout.o topten.o track.o trap.o u_init.o uhitm.o vault.o vision.o vis_tab.o weapon.o were.o wield.o windows.o wizard.o worm.o worn.o write.o zap.o posixregex.o ioctl.o unixmain.o unixtty.o unixunix.o unixres.o getline.o termcap.o topl.o wintty.o Window.o dialogs.o winX.o winmap.o winmenu.o winmesg.o winmisc.o winstat.o wintext.o winval.o tile.o cursmain.o curswins.o cursmisc.o cursdial.o cursstat.o cursinit.o cursmesg.o cursinvt.o version.o -lncurses -lXaw -lXmu -lXext -lXt -lXpm -lX11 nethack is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' ( cd util ; make recover ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[2]: '../include/date.h' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o recover.o recover.c BUILDSTDERR: In file included from recover.c:15: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from recover.c:15: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from recover.c:15: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -L/usr/X11R6/lib64 -o recover recover.o make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd doc ; make Guidebook ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/doc' tbl tmac.n Guidebook.mn | nroff | col -bx > Guidebook BUILDSTDERR: warning: file `Guidebook.mn', around line 4366: BUILDSTDERR: table wider than line width BUILDSTDERR: warning: file `Guidebook.mn', around line 5075: BUILDSTDERR: table wider than line width make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/doc' ( cd dat ; make bogusmon ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/makedefs -s make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make data ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/makedefs -d make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make engrave ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'engrave' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make epitaph ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'epitaph' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make oracles ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/makedefs -h make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make options ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'options' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make quest.dat ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/makedefs -q make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make rumors ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/makedefs -r make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd util ; make tile2x11 ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' cp ../win/share/tile.h ../include/tile.h gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c ../win/X11/tile2x11.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/tile2x11.c:13: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/tile2x11.c:13: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/tile2x11.c:13: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c ../win/share/tiletext.c BUILDSTDERR: In file included from ../win/share/tiletext.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../win/share/tiletext.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../win/share/tiletext.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition echo '#define TILETEXT' >> tiletxt.c echo '#include "../win/share/tilemap.c"' >> tiletxt.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c tiletxt.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/share/tilemap.c:11, BUILDSTDERR: from tiletxt.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/share/tilemap.c:11, BUILDSTDERR: from tiletxt.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/share/tilemap.c:11, BUILDSTDERR: from tiletxt.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o panic.o panic.c BUILDSTDERR: In file included from panic.c:12: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from panic.c:12: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from panic.c:12: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -L/usr/X11R6/lib64 -o tile2x11 tile2x11.o tiletext.o tiletxt.o ../src/alloc.o panic.o ../src/drawing.o ../src/decl.o ../src/monst.o ../src/objects.o make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; make x11tiles ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/tile2x11 ../win/share/monsters.txt ../win/share/objects.txt \ ../win/share/other.txt \ -grayscale ../win/share/monsters.txt ../win/share/monsters.txt: 394 tiles ../win/share/objects.txt: 456 tiles ../win/share/other.txt: 232 tiles ../win/share/monsters.txt: 394 tiles Total tiles: 1476 make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make NetHack.ad ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' grep ^#define ../win/X11/NetHack.ad | \ sed -e 's/^#define/s/g' -e 's/ */ /g' \ -e 's/$/ g/g' > NetHack.ad.tmp grep -v ^#define ../win/X11/NetHack.ad | \ sed -f NetHack.ad.tmp > NetHack.ad rm -f NetHack.ad.tmp make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make pet_mark.xbm ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' cp ../win/X11/pet_mark.xbm pet_mark.xbm make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make pilemark.xbm ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' cp ../win/X11/pilemark.xbm pilemark.xbm make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make rip.xpm ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' cp ../win/X11/rip.xpm rip.xpm make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd util ; make dgn_comp ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' bison -y -d dgn_comp.y sed -e 's#"y.tab.c"#"dgn_yacc.c"#' -e 's#y.tab.c:#dgn_yacc.c:#' y.tab.c > dgn_yacc.c \ && rm y.tab.c sed -e 's#"y.tab.h"#"dgn_comp.h"#' y.tab.h > ../include/dgn_comp.h \ && rm y.tab.h make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[2]: '../include/date.h' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dgn_yacc.o dgn_yacc.c BUILDSTDERR: In file included from dgn_comp.y:25: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dgn_comp.y:25: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from dgn_comp.y:25: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition flex dgn_comp.l sed -e 's#"lex.yy.c"#"dgn_lex.c"#' -e 's# *$##' \ -e 's#static void yyunput#void yyunput#' lex.yy.c > dgn_lex.c \ && rm lex.yy.c gcc -c -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -DWEIRD_LEX=`egrep -c _cplusplus dgn_lex.c` dgn_lex.c BUILDSTDERR: In file included from dgn_comp.l:9: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dgn_comp.l:9: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from dgn_comp.l:9: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dgn_main.o dgn_main.c BUILDSTDERR: In file included from dgn_main.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dgn_main.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from dgn_main.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -L/usr/X11R6/lib64 -o dgn_comp dgn_yacc.o dgn_lex.o dgn_main.o ../src/alloc.o panic.o make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; make dungeon ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/makedefs -e ../util/dgn_comp dungeon.pdf make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd util ; make lev_comp ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' bison -y -d lev_comp.y sed -e 's#"y.tab.c"#"lev_yacc.c"#' -e 's#y.tab.c:#lev_yacc.c:#' y.tab.c > lev_yacc.c \ && rm y.tab.c sed -e 's#"y.tab.h"#"lev_comp.h"#' y.tab.h > ../include/lev_comp.h \ && rm y.tab.h gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o lev_yacc.o lev_yacc.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lev_comp.y:25: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lev_comp.y:25: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from lev_comp.y:25: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition flex lev_comp.l sed -e 's#"lex.yy.c"#"lev_lex.c"#' -e 's# *$##' \ -e 's#static void yyunput#void yyunput#' lex.yy.c > lev_lex.c \ && rm lex.yy.c gcc -c -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -DWEIRD_LEX=`egrep -c _cplusplus lev_lex.c` lev_lex.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lev_comp.l:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lev_comp.l:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from lev_comp.l:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[2]: '../include/date.h' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o lev_main.o lev_main.c BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lev_main.c:12: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lev_main.c:12: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from lev_main.c:12: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -L/usr/X11R6/lib64 -o lev_comp lev_yacc.o lev_lex.o lev_main.o ../src/alloc.o panic.o ../src/drawing.o ../src/decl.o ../src/monst.o ../src/objects.o make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; make spec_levs ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/lev_comp bigroom.des ../util/lev_comp castle.des ../util/lev_comp endgame.des ../util/lev_comp gehennom.des ../util/lev_comp knox.des ../util/lev_comp medusa.des ../util/lev_comp mines.des ../util/lev_comp oracle.des ../util/lev_comp sokoban.des ../util/lev_comp tower.des ../util/lev_comp yendor.des touch spec_levs make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make quest_levs ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/lev_comp Arch.des ../util/lev_comp Barb.des ../util/lev_comp Caveman.des ../util/lev_comp Healer.des ../util/lev_comp Knight.des ../util/lev_comp Monk.des ../util/lev_comp Priest.des ../util/lev_comp Ranger.des ../util/lev_comp Rogue.des ../util/lev_comp Samurai.des ../util/lev_comp Tourist.des ../util/lev_comp Valkyrie.des ../util/lev_comp Wizard.des touch quest_levs make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' color, data file compression, data librarian, end-of-game dumplogs, make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2' ( cd util ; make dlb ) make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[3]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[3]: '../include/date.h' is up to date. make[3]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c dlb_main.c BUILDSTDERR: In file included from dlb_main.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dlb_main.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from dlb_main.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gcc -L/usr/X11R6/lib64 -o dlb dlb_main.o ../src/dlb.o ../src/alloc.o panic.o make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; LC_ALL=C ; ../util/dlb cf nhdat help hh cmdhelp keyhelp history opthelp wizhelp dungeon tribute asmodeus.lev baalz.lev bigrm-*.lev castle.lev fakewiz?.lev juiblex.lev knox.lev medusa-?.lev minend-?.lev minefill.lev minetn-?.lev oracle.lev orcus.lev sanctum.lev soko?-?.lev tower?.lev valley.lev wizard?.lev astral.lev air.lev earth.lev fire.lev water.lev ???-goal.lev ???-fil?.lev ???-loca.lev ???-strt.lev bogusmon data engrave epitaph oracles options quest.dat rumors ) make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2' true; Done. + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MKh84v + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64 + cd nethack-3.6.2 + rm -rf /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64 'INSTALL=/usr/bin/install -p' PREFIX=/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64 HACKDIR=/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack GAMEDIR=/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack VARDIR=/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack SHELLDIR=/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/bin CHOWN=/bin/true CHGRP=/bin/true ( cd src ; /usr/bin/make ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' nethack is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' ( cd util ; /usr/bin/make recover ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[2]: '../include/date.h' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; /usr/bin/make bogusmon ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'bogusmon' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make data ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'data' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make engrave ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'engrave' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make epitaph ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'epitaph' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make oracles ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'oracles' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make options ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'options' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make quest.dat ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'quest.dat' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make rumors ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'rumors' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd util ; /usr/bin/make tile2x11 ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[1]: 'tile2x11' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; /usr/bin/make x11tiles ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'x11tiles' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make NetHack.ad ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'NetHack.ad' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make pet_mark.xbm ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'pet_mark.xbm' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make pilemark.xbm ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'pilemark.xbm' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make rip.xpm ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'rip.xpm' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd util ; /usr/bin/make dgn_comp ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[2]: '../include/date.h' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; /usr/bin/make dungeon ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'dungeon' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd util ; /usr/bin/make lev_comp ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[2]: '../include/date.h' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; /usr/bin/make spec_levs ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'spec_levs' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make quest_levs ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'quest_levs' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' true; if test -n '/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/bin'; then \ mkdir -p /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/bin; fi rm -rf /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack mkdir -p /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack/save if test -d ./-p; then rmdir ./-p; fi /bin/true /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack/save /bin/true /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack/save chmod 0755 /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack chmod 0755 /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack/save ( /usr/bin/make dofiles ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2' target=`sed -n \ -e '/librarian/{' \ -e 's/.*/dlb/p' \ -e 'q' \ -e '}' \ -e '$s/.*/nodlb/p' < dat/options` ; \ /usr/bin/make dofiles-${target-nodlb} make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2' ( cd src ; /usr/bin/make ) make[3]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' nethack is up to date. make[3]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' ( cd dat ; /usr/bin/make options ) make[3]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[3]: 'options' is up to date. make[3]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' color, data file compression, data librarian, end-of-game dumplogs, make[3]: Entering directory '/builddir/build/BUILD/nethack-3.6.2' ( cd util ; /usr/bin/make dlb ) make[4]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[5]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[5]: '../include/date.h' is up to date. make[5]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' make[4]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; LC_ALL=C ; ../util/dlb cf nhdat help hh cmdhelp keyhelp history opthelp wizhelp dungeon tribute asmodeus.lev baalz.lev bigrm-*.lev castle.lev fakewiz?.lev juiblex.lev knox.lev medusa-?.lev minend-?.lev minefill.lev minetn-?.lev oracle.lev orcus.lev sanctum.lev soko?-?.lev tower?.lev valley.lev wizard?.lev astral.lev air.lev earth.lev fire.lev water.lev ???-goal.lev ???-fil?.lev ???-loca.lev ???-strt.lev bogusmon data engrave epitaph oracles options quest.dat rumors ) make[3]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2' ( cd dat ; cp nhdat x11tiles NetHack.ad pet_mark.xbm pilemark.xbm rip.xpm license symbols /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack ) ( cd /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack ; /bin/true nhdat x11tiles NetHack.ad pet_mark.xbm pilemark.xbm rip.xpm license symbols ; \ /bin/true nhdat x11tiles NetHack.ad pet_mark.xbm pilemark.xbm rip.xpm license symbols ; \ chmod 0644 nhdat x11tiles NetHack.ad pet_mark.xbm pilemark.xbm rip.xpm license symbols ) make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2' cp src/nethack /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack cp util/recover /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack if test -n '/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/bin'; then rm -f /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/bin/nethack; fi if test -n '/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/bin'; then \ sed -e 's;/usr/games/lib/nethackdir;/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack;' \ -e 's;HACKDIR/nethack;HACKDIR/nethack;' \ < sys/unix/nethack.sh \ > /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/bin/nethack ; fi ( cd /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack ; /bin/true nethack recover ; \ /bin/true nethack recover ) chmod 02755 /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack/nethack chmod 0755 /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack/recover if test -n '/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/bin'; then \ /bin/true /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/bin/nethack; fi if test -n '/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/bin'; then \ /bin/true /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/bin/nethack; \ chmod 0755 /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/bin/nethack; fi make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2' touch /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack/perm /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack/record /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack/logfile /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack/xlogfile ( cd /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/var/games/nethack ; /bin/true perm record logfile xlogfile ; \ /bin/true perm record logfile xlogfile ; \ chmod 0600 perm record logfile xlogfile ) true; cp -n sys/unix/sysconf /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack/sysconf; /bin/true /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack/sysconf; /bin/true /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack/sysconf; chmod 0600 /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack/sysconf; You may also want to reinstall the man pages via the doc Makefile. + install -d -m 0755 /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/man/man6 + make -C doc MANDIR=/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/man/man6 manpages make: Entering directory '/builddir/build/BUILD/nethack-3.6.2/doc' cat nethack.6 | ../util/makedefs --grep --input - --output - > /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/man/man6/nethack.6 cat lev_comp.6 | ../util/makedefs --grep --input - --output - > /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/man/man6/lev_comp.6 cat dgn_comp.6 | ../util/makedefs --grep --input - --output - > /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/man/man6/dgn_comp.6 cat recover.6 | ../util/makedefs --grep --input - --output - > /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/man/man6/recover.6 cat dlb.6 | ../util/makedefs --grep --input - --output - > /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/man/man6/dlb.6 cat makedefs.6 | ../util/makedefs --grep --input - --output - > /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/man/man6/makedefs.6 make: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/doc' + install -D -p -m 0644 win/X11/nh_icon.xpm /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/pixmaps/nethack.xpm + desktop-file-install --dir /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/applications --add-category Game --add-category RolePlaying /builddir/build/SOURCES/nethack.desktop /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/applications/nethack.desktop: error: (will be fatal in the future): value "nethack.xpm" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path + cd win/X11 + bdftopcf -o nh10.pcf nh10.bdf + bdftopcf -o ibm.pcf ibm.bdf + install -m 0755 -d /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/fonts/nethack-bitmap + install -m 0644 -p ibm.pcf nh10.pcf /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/fonts/nethack-bitmap + /usr/bin/sed -i -e 's:^!\(NetHack.tile_file.*\):\1:' /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack/NetHack.ad + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.6.2-2.fc31 --unique-debug-suffix -3.6.2-2.fc31.riscv64 --unique-debug-src-base nethack-3.6.2-2.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/nethack-3.6.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack/nethack explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack/recover extracting debug info from /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack/nethack extracting debug info from /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/games/nethack/recover original debug info size: 9812kB, size after compression: 6436kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 15228 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/nethack from /bin/sh to #!/usr/bin/sh Processing files: nethack-3.6.2-2.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9gzzcu + umask 022 + cd /builddir/build/BUILD + cd nethack-3.6.2 + DOCDIR=/builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/doc/nethack + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/doc/nethack + cp -pr doc/Guidebook.txt doc/dgn_comp.txt doc/dlb.txt doc/lev_comp.txt doc/makedefs.txt doc/nethack.txt doc/recover.txt /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/doc/nethack + cp -pr README /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/doc/nethack + cp -pr dat/license /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/doc/nethack + cp -pr dat/history /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/doc/nethack + cp -pr dat/opthelp /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/doc/nethack + cp -pr dat/wizhelp /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64/usr/share/doc/nethack + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 BUILDSTDERR: warning: File listed twice: /usr/games/nethack/NetHack.ad BUILDSTDERR: warning: File listed twice: /usr/games/nethack/license BUILDSTDERR: warning: File listed twice: /usr/games/nethack/nethack BUILDSTDERR: warning: File listed twice: /usr/games/nethack/nhdat BUILDSTDERR: warning: File listed twice: /usr/games/nethack/pet_mark.xbm BUILDSTDERR: warning: File listed twice: /usr/games/nethack/pilemark.xbm BUILDSTDERR: warning: File listed twice: /usr/games/nethack/recover BUILDSTDERR: warning: File listed twice: /usr/games/nethack/rip.xpm BUILDSTDERR: warning: File listed twice: /usr/games/nethack/symbols BUILDSTDERR: warning: File listed twice: /usr/games/nethack/sysconf BUILDSTDERR: warning: File listed twice: /usr/games/nethack/x11tiles BUILDSTDERR: warning: File listed twice: /usr/lib/.build-id/53/1afdc63bafde2f8ebee65f68d888031a784407 BUILDSTDERR: warning: File listed twice: /usr/lib/.build-id/bb/4e75cd034949bf69ac95d7c6b738dd3bc78b5b Provides: application() application(nethack.desktop) config(nethack) = 3.6.2-2.fc31 nethack = 3.6.2-2.fc31 nethack(riscv-64) = 3.6.2-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/sh libX11.so.6()(64bit) libXaw.so.7()(64bit) libXext.so.6()(64bit) libXmu.so.6()(64bit) libXpm.so.4()(64bit) libXt.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libncurses.so.6()(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Processing files: nethack-bitmap-fonts-3.6.2-2.fc31.noarch Provides: font(:lang=aa) font(:lang=an) font(:lang=ay) font(:lang=bi) font(:lang=br) font(:lang=ch) font(:lang=da) font(:lang=de) font(:lang=en) font(:lang=es) font(:lang=eu) font(:lang=fil) font(:lang=fj) font(:lang=fo) font(:lang=fur) font(:lang=fy) font(:lang=gd) font(:lang=gl) font(:lang=gv) font(:lang=ho) font(:lang=ht) font(:lang=ia) font(:lang=id) font(:lang=ie) font(:lang=io) font(:lang=is) font(:lang=it) font(:lang=jv) font(:lang=kj) font(:lang=kwm) font(:lang=lb) font(:lang=li) font(:lang=mg) font(:lang=ms) font(:lang=nb) font(:lang=nds) font(:lang=ng) font(:lang=nl) font(:lang=nn) font(:lang=no) font(:lang=nr) font(:lang=oc) font(:lang=om) font(:lang=pap-an) font(:lang=pap-aw) font(:lang=pt) font(:lang=rm) font(:lang=rn) font(:lang=rw) font(:lang=sc) font(:lang=sg) font(:lang=sma) font(:lang=smj) font(:lang=sn) font(:lang=so) font(:lang=sq) font(:lang=ss) font(:lang=st) font(:lang=su) font(:lang=sv) font(:lang=sw) font(:lang=tl) font(:lang=ts) font(:lang=uz) font(:lang=vo) font(:lang=wa) font(:lang=xh) font(:lang=yap) font(:lang=za) font(:lang=zu) font(fixed) nethack-bitmap-fonts = 3.6.2-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: nethack-bitmap-fonts-core-3.6.2-2.fc31.noarch Processing files: nethack-debugsource-3.6.2-2.fc31.riscv64 Provides: nethack-debugsource = 3.6.2-2.fc31 nethack-debugsource(riscv-64) = 3.6.2-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: nethack-debuginfo-3.6.2-2.fc31.riscv64 Provides: debuginfo(build-id) = 531afdc63bafde2f8ebee65f68d888031a784407 debuginfo(build-id) = bb4e75cd034949bf69ac95d7c6b738dd3bc78b5b nethack-debuginfo = 3.6.2-2.fc31 nethack-debuginfo(riscv-64) = 3.6.2-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: nethack-debugsource(riscv-64) = 3.6.2-2.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64 Wrote: /builddir/build/RPMS/nethack-bitmap-fonts-core-3.6.2-2.fc31.noarch.rpm Wrote: /builddir/build/RPMS/nethack-bitmap-fonts-3.6.2-2.fc31.noarch.rpm Wrote: /builddir/build/RPMS/nethack-3.6.2-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/nethack-debuginfo-3.6.2-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/nethack-debugsource-3.6.2-2.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ASS0Du + umask 022 + cd /builddir/build/BUILD + cd nethack-3.6.2 + rm -rf /builddir/build/BUILDROOT/nethack-3.6.2-2.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0