[Soundwave@koden ...dystopia/src]$ make
gcc -c -Wall act_comm.c
In file included from act_comm.c:28:
merc.h:4971: warning: conflicting types for built-in function `logf'
gcc -c -Wall act_info.c
In file included from act_info.c:28:
merc.h:4971: warning: conflicting types for built-in function `logf'
act_info.c: In function `do_password':
act_info.c:3616: warning: implicit declaration of function `crypt'
act_info.c:3616: warning: passing arg 1 of `strcmp' makes pointer from integer w
ithout a cast
act_info.c:3633: warning: assignment makes pointer from integer without a cast
gcc -c -Wall act_move.c
In file included from act_move.c:27:
merc.h:4971: warning: conflicting types for built-in function `logf'
gcc -c -Wall act_obj.c
In file included from act_obj.c:27:
merc.h:4971: warning: conflicting types for built-in function `logf'
gcc -c -Wall act_wiz.c
In file included from act_wiz.c:27:
merc.h:4971: warning: conflicting types for built-in function `logf'
act_wiz.c: In function `do_hreload':
act_wiz.c:6499: warning: excess elements in array initializer
act_wiz.c:6499: warning: (near initialization for `helpfile')
act_wiz.c: In function `do_resetpassword':
act_wiz.c:6584: warning: implicit declaration of function `crypt'
act_wiz.c:6584: warning: assignment makes pointer from integer without a cast
gcc -c -Wall bit.c
In file included from bit.c:48:
merc.h:4971: warning: conflicting types for built-in function `logf'
gcc -c -Wall mccp.c
In file included from mccp.c:39:
merc.h:4971: warning: conflicting types for built-in function `logf'
gcc -c -Wall board.c
In file included from board.c:28:
merc.h:4971: warning: conflicting types for built-in function `logf'
gcc -c -Wall build.c
In file included from build.c:30:
merc.h:4971: warning: conflicting types for built-in function `logf'
gcc -c -Wall clan.c
In file included from clan.c:28:
merc.h:4971: warning: conflicting types for built-in function `logf'
gcc -c -Wall comm.c
In file included from comm.c:64:
merc.h:4971: warning: conflicting types for built-in function `logf'
comm.c: In function `lookup_address':
comm.c:1200: warning: implicit declaration of function `gethostbyaddr_r'
comm.c: In function `nanny':
comm.c:2261: warning: implicit declaration of function `crypt'
comm.c:2261: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
comm.c:2269: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
comm.c:2554: warning: assignment makes pointer from integer without a cast
comm.c:2578: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
gcc -c -Wall daemon.c
In file included from daemon.c:29:
merc.h:4971: warning: conflicting types for built-in function `logf'
gcc -c -Wall db.c
In file included from db.c:28:
merc.h:4971: warning: conflicting types for built-in function `logf'
db.c: In function `load_objects':
db.c:957: warning: deprecated use of label at end of compound statement
gcc -c -Wall angel.c
In file included from angel.c:31:
merc.h:4971: warning: conflicting types for built-in function `logf'
angel.c:693:18: missing terminating " character
angel.c: In function `do_angelicarmor':
angel.c:694: error: parse error before "Necklace"
angel.c:694: error: stray '\' in program
angel.c:694: error: stray '\' in program
angel.c:694:82: missing terminating " character
make: *** [angel.o] Error 1
[Soundwave@koden ...dystopia/src]$
I had a different version that a friend gave me I made the same changes and the other version worked. I am still very new to all of this so I am sure its just somehting small.