View Single Post
  #3  
Old 06-30-2011, 12:29 PM
scampbell70
Fire Beetle
 
Join Date: Mar 2011
Posts: 11
Default

when I edit the files as stated in my first post and compile it begins normally and runs for a while then gives this error.


make[1]: Leaving directory `/home/eqemu/source/EQEmuServer/world'
make -C zone
make[1]: Entering directory `/home/eqemu/source/EQEmuServer/zone'
makefile.common:2: *** missing separator. Stop.
make[1]: Leaving directory `/home/eqemu/source/EQEmuServer/zone'
make: *** [all] Error 2
eqemu@linux:~/source/EQEmuServer$

I am assuming I am adding bot.o and botspellsai.o to the make file incorrectly. How and where is the proper way to add it to makefile.common?
Reply With Quote