View previous topic :: View next topic |
Author |
Message |
kristonixkurt Voice
Joined: 22 Dec 2016 Posts: 1
|
Posted: Thu Dec 22, 2016 2:45 am Post subject: Help compiling eggdrop! |
|
|
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$ |
|
Back to top |
|
 |
willyw Owner
Joined: 15 Jan 2009 Posts: 957
|
Posted: Thu Dec 22, 2016 10:38 am Post subject: Re: Help compiling eggdrop! |
|
|
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 ! |
|
Back to top |
|
 |
|