ok so here is the problem im having when i go to make the install
Thanks for any help with this
Milo
gcc -c -pipe -mcpu=pentium -march=pentium -rdynamic -W -O -Wall -Werror -Winline -Wpointer-arith -Wcast-align -gstabs+ -ggdb3
act_comm.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
In file included from act_comm.c:35:
merc.h:34:18: error: zlib.h: No such file or directory
In file included from act_comm.c:35:
merc.h:594: error: expected specifier-qualifier-list before ‘z_stream’
act_comm.c: In function ‘do_timestamp’:
act_comm.c:152: error: lvalue required as left operand of assignment
act_comm.c:157: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_noanno’:
act_comm.c:168: error: lvalue required as left operand of assignment
act_comm.c:173: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_deaf’:
act_comm.c:186: error: lvalue required as left operand of assignment
act_comm.c:191: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_quiet’:
act_comm.c:205: error: lvalue required as left operand of assignment
act_comm.c:210: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_afk’:
act_comm.c:241: error: lvalue required as left operand of assignment
act_comm.c:246: error: lvalue required as left operand of assignment
act_comm.c:247: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_auction’:
act_comm.c:602: error: lvalue required as left operand of assignment
act_comm.c:713: error: lvalue required as left operand of assignment
act_comm.c:720: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_anno’:
act_comm.c:833: error: lvalue required as left operand of assignment
act_comm.c:837: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_telnet_ga’:
act_comm.c:850: error: lvalue required as left operand of assignment
act_comm.c:854: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_fixcolors’:
act_comm.c:866: error: lvalue required as left operand of assignment
act_comm.c:870: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_follow’:
act_comm.c:1319: error: lvalue required as left operand of assignment
act_comm.c: In function ‘stop_follower’:
act_comm.c:1355: error: lvalue required as left operand of assignment
act_comm.c: In function ‘nuke_pets’:
act_comm.c:1394: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_colour’:
act_comm.c:1866: error: lvalue required as left operand of assignment
act_comm.c:1871: error: lvalue required as left operand of assignment
cc1: warnings being treated as errors
act_comm.c: In function ‘reset_remort’:
act_comm.c:2007: error: format not a string literal and no format arguments
act_comm.c: In function ‘do_remort’:
act_comm.c:2182: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_clears’:
act_comm.c:2196: error: lvalue required as left operand of assignment
act_comm.c:2200: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_misses’:
act_comm.c:2212: error: lvalue required as left operand of assignment
act_comm.c:2216: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_pdfont’:
act_comm.c:2228: error: lvalue required as left operand of assignment
act_comm.c:2232: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_mxp’:
act_comm.c:2244: error: lvalue required as left operand of assignment
act_comm.c:2248: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_pkill’:
act_comm.c:2299: error: lvalue required as left operand of assignment
act_comm.c:2303: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_public’:
act_comm.c:2316: error: lvalue required as left operand of assignment
act_comm.c:2320: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_multipass’:
act_comm.c:2531: error: lvalue required as left operand of assignment
act_comm.c:2535: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_troublemaker’:
act_comm.c:2559: error: lvalue required as left operand of assignment
act_comm.c:2563: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_noaddict’:
act_comm.c:2587: error: lvalue required as left operand of assignment
act_comm.c:2591: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_outcast’:
act_comm.c:2674: error: lvalue required as left operand of assignment
act_comm.c:2679: error: lvalue required as left operand of assignment
act_comm.c: In function ‘do_altokay’:
act_comm.c:2759: error: lvalue required as left operand of assignment
act_comm.c:2763: error: lvalue required as left operand of assignment
make: *** [act_comm.o] Error 1
Thanks for any help with this
Milo