You can now compile the bot, using "make".
winston@yfs:~/eggdrop1.6.18$ make
make[1]: Entering directory '/home/winston/eggdrop1.6.18/src'
This may take a while. Go get some runts.
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c botcmd.c
botcmd.c: In function ‘remote_tell_who’:
botcmd.c:346:51: error: ‘Tcl_Interp’ has no member named ‘result’
if ((Tcl_Eval(interp, s) != TCL_OK) || !interp->result[0])
^
botcmd.c:354:48: error: ‘Tcl_Interp’ has no member named ‘result’
BOT_PEOPLEONCHAN, interp->result, (chan < GLOBAL_CHANS) ?
^
Makefile:88: recipe for target 'botcmd.o' failed
make[1]: *** [botcmd.o] Error 1
make[1]: Leaving directory '/home/winston/eggdrop1.6.18/src'
Makefile:196: recipe for target 'modegg' failed
make: *** [modegg] Error 2
winston@yfs:~/eggdrop1.6.18$