View Single Post
  #64  
Old 10-26-2008, 06:16 AM
thepoetwarrior
Discordant
 
Join Date: Aug 2007
Posts: 307
Question

Im having trouble compiling the 1129bBots source. I know how to compile normal sources without problems. Im assuming the 1129Bot source is the same as the 1129 source, but with the bot code? So it would compile the same way? Sorry, I went thru 800+ post and saw nothin that completely explained how to install bot start to finish, probably cause everyone is expert in Linux/programming and wouldn't need a guide, but I do need some help please.

The file I used:

http://www.cerebus.net:8080/files/do...29bBotsSrc.zip

The last 3 lines in the compile spam is:

make[1]: *** No rule to make target 'task.o', needed by 'zone'. Stop.
make[1]: Leaving directory '../1129bBots/zone'
make: *** [all] Error 2

I did my usual edits:

Quote:
source/Makefile

Comment out 4 lines as such
all:
# $(MAKE) -C eqemucollector
# $(MAKE) -C eqextractor
clean:
# $(MAKE) -C eqemucollector clean
# $(MAKE) -C eqextractor clean

source/utils/Makefile

lines 3 & 13
gmake to make

eqlaunch/makefile & zone/makefile

remove -pg flag
and with the bot source this time, I further edit/replace a line in 2 more files

Quote:
in source/zone

makefile
DFLAGS=-DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DSPELL_EFFECT_SPAM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -Di386 -DEQBOTS

makefile.common
../common/guild_base.o guild_mgr.o task.o raids.o botRaids.o botAI.o petAI.o
So I removed task.o and raids.o from the last edit to compile without errors, but the #bot command doesn't work. I've updated my DB with needed tables. Any ideas? Am I compiling and installing the bot source on Debian Linux correctly? Please help.
Reply With Quote