It's hard to tell what the problem is without looking at your Makefile or
knowing what the error is, but my first guess would be that you don't have a
TAB character where you need one. For example:
spells.o utils.o weather.o \
alias.o
Right before the alias.o there needs to be a TAB, not spaces.
Also on the line
$(CC) -c $(CFLAGS) act.comm.c
make sure there's a tab in front, no spaces.
Another common error is... if you're editting your files in DOS and FTPing
or copying them to a Unix environment, you *must* remove the extra carriage
returns DOS ASCII puts at the end of lines (this has been mention soooo many
times before. :) For FTP, just FTP them as ASCII, not Binary. Otherwise,
you'll need to find an editor that converts from DOS to UNIX format.
-----Original Message-----
From: Kevin <geosly@DCN.DAVIS.CA.US>
To: CIRCLE@post.queensu.ca <CIRCLE@post.queensu.ca>
Date: Monday, May 04, 1998 7:19 AM
Subject: [CODE] [NEWBIE] Very Frustrated
>I edited makefile just like it says not to... but in this patch i have for
>making alias' save it says to add alias.o in the obj files, and i did that,
>but i added it in the wrong place, it compiled all the way to my error,
>then i fixed it, reuploaded makefil, and it is still stuck in the same
>spot, how do i start makefile fresh so I don't keep getting the same error?
>Please respond soon I want to go to sleep *beg*
>Kevin
>
>
> +------------------------------------------------------------+
> | Ensure that you have read the CircleMUD Mailing List FAQ: |
> | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
> +------------------------------------------------------------+
>
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST