Jimmie Tryon wrote:
>
> I have searched over and over again for this error, but am having no luck.
> Also, I edit the Makefile.in instead of Makefile, since the changes save
> over after configure. Is this a problem?
>
> Here is the error: Makefile:35: *** missing separator. Stop.
>
> OBJFILES = act.comm.o act.informative.o act.item.o act.movement.o \
> act.offensive.o act.other.o act.social.o act.wizard.o alias.o
> assemblies.o \
> assedit.o ban.o boards.o castle.o class.o comm.o config.o
> constants.o db.o \
> dg_comm.o dg_db_scripts.o dg_event.o dg_handler.o dg_mobcmd.o
> dg_misc.o \
> dg_objcmd.o dg_scripts.o dg_triggers.o dg_wldcmd.o dg_olc.o
> diskio.o fight.o \
> genmob.o genobj.o genolc.o genshp.o genwld.o genzon.o graph.o
> handler.o hedit.o \
> house.o improved-edit.o interpreter.o limits.o magic.o mail.o
> medit.o mobact.o \
> modify.o oasis.o objsave.o oedit.o random.o redit.o sedit.o shop.o
> \
> spec_assign.o spec_procs.o spell_parser.o spells.o tedit.o utils.o
> weather.o \
> zedit.o ------------------------> Line 35
>
All all of your indents EXACTLY 1 TAB key and NO spaces? Does EVERY new
line start with a TAB key after the OBJFILES and end with a \ (except the
last one)?
--Angus
P.S.
Because I am anal, mine looks like this:
OBJFILES = comm.o \
act.comm.o \
act.create.o \
act.informative.o \
act.movement.o \
act.item.o \
act.offensive.o \
act.other.o \
act.social.o \
act.wizard.o \
alias.o \
--->8 snip 8<---
dg_olc.o \
dg_misc.o
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/03/01 PST