shey@sandbox:~/eggdrop1.6.20$ make
make[1]: Entering directory `/home/shey/eggdrop1.6.20/src'
This may take a while. Go get some runts.
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c bg.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c botcmd.c
botcmd.c: In function ‘bot_motd’:
botcmd.c

warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c botmsg.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c botnet.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c chanprog.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c cmds.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c dcc.c
dcc.c: In function ‘strip_telnet’:
dcc.c:126: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
dcc.c:127: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
dcc.c:133: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
dcc.c:134: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
dcc.c:139: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c dccutil.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c dns.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c flags.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c language.c
language.c: In function ‘read_lang’:
language.c:245: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c match.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H \
'-DCCFLAGS="gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H "' \
'-DLDFLAGS="gcc"' \
'-DSTRIPFLAGS="touch"' -c ./main.c
./main.c: In function ‘do_arg’:
./main.c:492: warning: format not a string literal and no format arguments
./main.c: In function ‘main’:
./main.c

warning: format not a string literal and no format arguments
./main.c

warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
./main.c

warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result
./main.c

warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result
./main.c

warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result
./main.c: At top level:
./main.c:687: warning: ‘patch’ defined but not used
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c mem.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c misc.c
misc.c: In function ‘putlog’:
misc.c:604: warning: format not a string literal and no format arguments
misc.c: In function ‘scan_help_file’:
misc.c

warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
misc.c: In function ‘showhelp’:
misc.c

warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
misc.c: In function ‘display_tellhelp’:
misc.c

warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
misc.c: In function ‘show_motd’:
misc.c

warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
misc.c: In function ‘show_banner’:
misc.c

warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c misc_file.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c modules.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c net.c
net.c: In function ‘tputs’:
net.c

warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c rfc1459.c
gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c tcl.c
tcl.c: In function ‘init_tcl’:
tcl.c:698: error: ‘Tcl_NotifierProcs’ has no member named ‘initNotifierProc’
tcl.c:703: error: ‘Tcl_NotifierProcs’ has no member named ‘finalizeNotifierProc’
make[1]: *** [tcl.o] Error 1
make[1]: Leaving directory `/home/shey/eggdrop1.6.20/src'
make: *** [modegg] Error 2