This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Help compiling eggdrop!

Help with usage of shell accounts and bouncers.
Post Reply
k
kristonixkurt
Voice
Posts: 1
Joined: Thu Dec 22, 2016 2:43 am

Help compiling eggdrop!

Post by kristonixkurt »

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$
w
willyw
Revered One
Posts: 1197
Joined: Thu Jan 15, 2009 12:55 am

Re: Help compiling eggdrop!

Post by willyw »

kristonixkurt wrote:You can now compile the bot, using "make".

winston@yfs:~/eggdrop1.6.18$ make
make[1]: Entering directory '/home/winston/eggdrop1.6.18/src'
....
First suggestion:

1.6.18 is very old.

Go here:
http://eggheads.org/

and get the source code for version 1.8 , and try that.
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
Post Reply