Short: ERQ compile problems From: "Mike Conley" <mpc@sgi.net> Date: Mon, 4 Sep 2000 11:16:13 -0400 Type: Bug State: Abandoned. Hello, this problem has been popping up with the newest driver development release, and actually I think it has been happening for the last few. The 220 version compiled nicely, however the one before that (3.2.8) was crashing the mud nicely. Now there is this problem. I did not do anything differently then I have in the many past driver installs. Thanks, -Mike mpc:~/game/src$ gmake install-utils (cd util; make "BINDIR=/home/mpc/game/bin" "MUD_LIB=/home/mpc/game/lib" install) make[1]: Entering directory `/home/mpc/game/src/util' for i in indent erq ;\ do \ (cd $i ; echo "Installing in $i." ;\ make -w BINDIR=/home/mpc/game/bin install);\ done Installing in indent. make[2]: Entering directory `/home/mpc/game/src/util/indent' gcc -g -c indent.c -o indent.o gcc -g -c io.c -o io.o gcc -g -c lexi.c -o lexi.o gcc -g -c parse.c -o parse.o gcc -g -c pr_comment.c -o pr_comment.o gcc -g -c args.c -o args.o gcc -g -c globs.c -o globs.o gcc -o indent indent.o io.o lexi.o parse.o pr_comment.o args.o globs.o cp indent /home/mpc/game/bin/indent cp indent /home/mpc/game/bin make[2]: Leaving directory `/home/mpc/game/src/util/indent' Installing in erq. make[2]: Entering directory `/home/mpc/game/src/util/erq' gcc -O4 -fomit-frame-pointer -g -fstrength-reduce -fno-force-mem -fno-force -addr -fno-inline-functions -DMUD_LIB='"/home/mpc/game/lib"' -DBINDIR='"/ home/mpc/game/bin"' -DERQ_DIR='"/home/mpc/game/libexec"' -I../.. erq.c -o erq -lm -lcrypt erq.c: In function `get_seed': erq.c:303: storage size of `tv' isn't known erq.c:303: storage size of `tz' isn't known erq.c: In function `main': erq.c:1409: storage size of `timeout' isn't known make[2]: *** [erq] Error 1 make[2]: Leaving directory `/home/mpc/game/src/util/erq' make[1]: *** [install-subs] Error 2 make[1]: Leaving directory `/home/mpc/game/src/util' gmake: *** [install-utils] Error 2