Figures, right out of the gate, problem. Ok, transfer was great, got into my src folder (YAY!!). chekced the "ls" command got this:
$ ls
act_comm.c build.c db.c imc.c mapout.c nohup.out save.c startup~
act_info.c clans.c deity.c imccfg.h mccp.c o services.c startupod
act_move.c color.c dependencies.d imc.h mccp.h o2 sha256.c startuporig
act_obj.c color.h fight.c imm_host.c misc.c planes.c sha256.h tables.c
act_wiz.c comm.c grind interp.c mpxset.c planes.h shops.c track.c
ban.c comm.c~ handler.c lines mud_comm.c player.c shutdown.txt update.c
bet.h comments.c hashstr.c magic.c mud.h polymorph.c skills.c vg_suppress.supp
boards.c const.c hotboot.c Makefile mud.h~ qstart special.c
bsd-csh count hotboot.h makeobjs.c mud_prog.c reset.c startup
At this point I'm getting excited...so...now, I try "make"...and hold my breath....for about 2 seconds....I get this
make -s smaug
Compiling o/imc.o....
cc1: warnings being treated as errors
imc.c: In function âimc_recv_broadcastâ:
imc.c:1896: error: the address of âsenderâ will always evaluate as âtrueâ
imc.c: In function âimc_recv_isaliveâ:
imc.c:2621: error: the address of âurlâ will always evaluate as âtrueâ
imc.c:2627: error: the address of âversionâ will always evaluate as âtrueâ
imc.c:2633: error: the address of ânetnameâ will always evaluate as âtrueâ
imc.c:2645: error: the address of âhostâ will always evaluate as âtrueâ
imc.c:2651: error: the address of âiportâ will always evaluate as âtrueâ
imc.c: In function âimc_recv_iceupdateâ:
imc.c:2728: error: the address of âchanâ will always evaluate as âtrueâ
imc.c: In function âimc_process_authenticationâ:
imc.c:3208: error: the address of ârnameâ will always evaluate as âtrueâ
imc.c:3221: error: the address of âpwâ will always evaluate as âtrueâ
imc.c:3264: error: the address of âencryptâ will always evaluate as âtrueâ
imc.c: In function âimcsetupâ:
imc.c:5563: error: the address of âimccmdâ will always evaluate as âtrueâ
imc.c:5563: error: the address of âchanâ will always evaluate as âtrueâ
imc.c:5631: error: the address of âarg1â will always evaluate as âtrueâ
imc.c: In function âimcfingerâ:
imc.c:6185: error: the address of âargâ will always evaluate as âtrueâ
imc.c: In function âimcconfigâ:
imc.c:6542: error: the address of âarg1â will always evaluate as âtrueâ
imc.c: In function âimcignoreâ:
imc.c:6813: error: the address of âargâ will always evaluate as âtrueâ
imc.c: In function âimcbanâ:
imc.c:6881: error: the address of âargâ will always evaluate as âtrueâ
imc.c: In function âimc_deny_channelâ:
imc.c:6940: error: the address of âvic_nameâ will always evaluate as âtrueâ
imc.c: In function âimcpermsetâ:
imc.c:7056: error: the address of âargâ will always evaluate as âtrueâ
imc.c: In function âimcremoteadminâ:
imc.c:7213: error: the address of âserverâ will always evaluate as âtrueâ
imc.c:7213: error: the address of âcmdâ will always evaluate as âtrueâ
imc.c: In function âimcceditâ:
imc.c:7366: error: the address of ânameâ will always evaluate as âtrueâ
imc.c:7366: error: the address of âoptionâ will always evaluate as âtrueâ
imc.c: In function âimcheditâ:
imc.c:7583: error: the address of ânameâ will always evaluate as âtrueâ
imc.c:7583: error: the address of âcmdâ will always evaluate as âtrueâ
imc.c: In function âimc_send_socialâ:
imc.c:8063: error: the address of âsocbufâ will always evaluate as âtrueâ
imc.c:8070: error: the address of âsocbufâ will always evaluate as âtrueâ
imc.c:8077: error: the address of âsocbufâ will always evaluate as âtrueâ
make[1]: *** [o/imc.o] Error 1
make: *** [all] Error 2
So, what now......?