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: Driver doesn't compile on Cygwin
Date: Tue, 18 Jul 2000 05:44:26 -0700 (PDT)
From: Nurrie <ickyuckgoop@yahoo.com>
Type: Bug
State: Abandoned - not reproducible.

 --> Not reproducible.

Hullow, I have a couple of problems with you LDMud-driver... First of all
I can't download it from ftp.bearnip.com, so I can't get version 3.2.8. I
did however manage to download the last release version from ftp.mud.de. 

Now, at first configure wouldn't make the files (config.h, machine.h and
makefile), but I used config.status for that. This might have been a
one-time error or something 'cause when I tried another time with
configure it seemed to work.

So why am I telling you this? Well, I'm not sure if it is somehow related
to my next problem. When doing 'make install' I keep getting this error
message:
-----------------
gcc -04 -g -fstrength-reduce -fno-force-mem -fno-force-addr
-fno-inline-functions -fomit-frame-pointer -DDEBUG -DTRACE_CODE
-DMALLOC_smalloc  -DMUD_LIB='"/usr/local/mud/lib"'
-DBINDIR='"/usr/local/mud/bin"' -DERQ_DIR='"/usr/local/mud/libexec"' 
-DYACC='"byacc"' -c make_func.c
In file included from driver.h:39,
                 from make_func.y:149:
port.h:49: Invalid token in expression
In file included from driver.h:39,
                 from make_func.y:149:
port.h:377: Invalid token in ecpression
make: *** [make_func.o] Error 1
------------------
I get errors with 'make' 'make utils' and 'make install-utils' too, though
I'm not sure if it's exactly the same message.

(retesting with 3.2.8-dev.216)

Nope, still won't work... Though now the errors are on line 52 and 391
instead... I'd use the windows-compiled version mentioned in the readme
file, but I'm wanna use the Heaven 7 library.