I currently have Cygnus running on Win 98 with GCC.
I downloaded rom source from ftp://ftpgame.org/pub/mud/diku/merc/rom/Rom24b6OLC.tar.gz
I get this error message when try to compile:
[rom24]$make
gcc -c -Wall -O -g -DNOCRYPT -DOLD_RAND act_comm.c
act_comm.c: In function `do_delete':
act_comm.c:67: `PLAYER_DIR' undeclared (first use in this functio
act_comm.c:67: (Each undeclared identifier is reported only once
act_comm.c:67: for each function it appears in.)
make: *** [act_comm.o] Error 1
Now, i take it that somewhere Player_dir has not been defined? which i thought was in merc.h? but it seems to be their.
Any clues?
I downloaded rom source from ftp://ftpgame.org/pub/mud/diku/merc/rom/Rom24b6OLC.tar.gz
I get this error message when try to compile:
[rom24]$make
gcc -c -Wall -O -g -DNOCRYPT -DOLD_RAND act_comm.c
act_comm.c: In function `do_delete':
act_comm.c:67: `PLAYER_DIR' undeclared (first use in this functio
act_comm.c:67: (Each undeclared identifier is reported only once
act_comm.c:67: for each function it appears in.)
make: *** [act_comm.o] Error 1
Now, i take it that somewhere Player_dir has not been defined? which i thought was in merc.h? but it seems to be their.
Any clues?