Thread: Creating a MUD
View Single Post
Old 03-14-2004, 06:40 PM   #13
UnKnOwN1205
New Member
 
Join Date: Jan 2004
Posts: 15
UnKnOwN1205 is on a distinguished road
Send a message via AIM to UnKnOwN1205
im just testing stuff out. im not planning to run that codebase but anyways i got the make command to work. i was missing some cygwin stuff. but now wen i type make, i get a bunch of errors.

$ make
gcc -c -Wall -g act_comm.c
In file included from act_comm.c:26:
merc.h:5254: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g act_info.c
In file included from act_info.c:26:
merc.h:5254: warning: conflicting types for built-in function `logf'
act_info.c: In function `do_password':
act_info.c:3231: warning: implicit declaration of function `crypt'
act_info.c:3231: warning: passing arg 1 of `strcmp' makes pointer from integer w
ithout a cast
act_info.c:3248: warning: assignment makes pointer from integer without a cast
gcc -c -Wall -g act_move.c
In file included from act_move.c:25:
merc.h:5254: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g act_obj.c
In file included from act_obj.c:25:
merc.h:5254: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g act_wiz.c
In file included from act_wiz.c:25:
merc.h:5254: warning: conflicting types for built-in function `logf'
act_wiz.c: In function `do_resetpassword':
act_wiz.c:6411: warning: implicit declaration of function `crypt'
act_wiz.c:6411: warning: assignment makes pointer from integer without a cast
gcc -c -Wall -g bit.c
In file included from bit.c:47:
merc.h:5254: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g arena.c
In file included from arena.c:25:
merc.h:5254: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g mccp.c
In file included from mccp.c:41:
merc.h:5254: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g board.c
In file included from board.c:26:
merc.h:5254: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g build.c
In file included from build.c:32:
merc.h:5254: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g clan.c
In file included from clan.c:25:
merc.h:5254: warning: conflicting types for built-in function `logf'
gcc -c -Wall -g comm.c
comm.c:48:48: execinfo.h: No such file or directory
In file included from comm.c:50:
merc.h:5254: warning: conflicting types for built-in function `logf'
comm.c: In function `lookup_address':
comm.c:1142: warning: implicit declaration of function `gethostbyaddr_r'
comm.c: In function `nanny':
comm.c:2357: warning: implicit declaration of function `crypt'
comm.c:2357: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
comm.c:2365: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
comm.c:2646: warning: assignment makes pointer from integer without a cast
comm.c:2671: warning: passing arg 1 of `strcmp' makes pointer from integer witho
ut a cast
make: *** [comm.o] Error 1
UnKnOwN1205 is offline