ldmud-3.2.9/doc/
ldmud-3.2.9/doc/efun/
ldmud-3.2.9/mud/
ldmud-3.2.9/mud/heaven7/
ldmud-3.2.9/mud/heaven7/lib/
ldmud-3.2.9/mud/lp-245/
ldmud-3.2.9/mud/lp-245/banish/
ldmud-3.2.9/mud/lp-245/doc/
ldmud-3.2.9/mud/lp-245/doc/examples/
ldmud-3.2.9/mud/lp-245/doc/sefun/
ldmud-3.2.9/mud/lp-245/log/
ldmud-3.2.9/mud/lp-245/obj/Go/
ldmud-3.2.9/mud/lp-245/players/lars/
ldmud-3.2.9/mud/lp-245/room/death/
ldmud-3.2.9/mud/lp-245/room/maze1/
ldmud-3.2.9/mud/lp-245/room/sub/
ldmud-3.2.9/mud/lp-245/secure/
ldmud-3.2.9/mud/morgengrauen/
ldmud-3.2.9/mud/morgengrauen/lib/
ldmud-3.2.9/mud/sticklib/
ldmud-3.2.9/mud/sticklib/src/
ldmud-3.2.9/mudlib/uni-crasher/
ldmud-3.2.9/pkg/
ldmud-3.2.9/pkg/debugger/
ldmud-3.2.9/pkg/diff/
ldmud-3.2.9/pkg/misc/
ldmud-3.2.9/src/autoconf/
ldmud-3.2.9/src/bugs/
ldmud-3.2.9/src/bugs/MudCompress/
ldmud-3.2.9/src/bugs/b-020916-files/
ldmud-3.2.9/src/bugs/doomdark/
ldmud-3.2.9/src/bugs/ferrycode/ferry/
ldmud-3.2.9/src/bugs/ferrycode/obj/
ldmud-3.2.9/src/bugs/psql/
ldmud-3.2.9/src/done/
ldmud-3.2.9/src/done/order_alist/
ldmud-3.2.9/src/done/order_alist/obj/
ldmud-3.2.9/src/done/order_alist/room/
ldmud-3.2.9/src/gcc/
ldmud-3.2.9/src/gcc/2.7.0/
ldmud-3.2.9/src/gcc/2.7.1/
ldmud-3.2.9/src/hosts/
ldmud-3.2.9/src/hosts/GnuWin32/
ldmud-3.2.9/src/hosts/amiga/NetIncl/
ldmud-3.2.9/src/hosts/amiga/NetIncl/netinet/
ldmud-3.2.9/src/hosts/amiga/NetIncl/sys/
ldmud-3.2.9/src/hosts/i386/
ldmud-3.2.9/src/hosts/msdos/byacc/
ldmud-3.2.9/src/hosts/msdos/doc/
ldmud-3.2.9/src/hosts/os2/
ldmud-3.2.9/src/hosts/win32/
ldmud-3.2.9/src/util/
ldmud-3.2.9/src/util/erq/
ldmud-3.2.9/src/util/indent/hosts/next/
ldmud-3.2.9/src/util/xerq/
ldmud-3.2.9/src/util/xerq/lpc/
ldmud-3.2.9/src/util/xerq/lpc/www/
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