Path: chuka.playstation.co.uk!tjs From: tjs@cs.monash.edu.au (Toby Sargeant) Newsgroups: scee.yaroze.programming.gnu_compiler Subject: Re: make Date: 22 Feb 1999 04:11:41 GMT Organization: PlayStation Net Yaroze (SCEE) Lines: 16 Message-ID: References: <7aqhqg$erp24@chuka.playstation.co.uk> NNTP-Posting-Host: longford.cs.monash.edu.au X-Newsreader: slrn (0.9.4.3 UNIX) On Mon, 22 Feb 1999 03:09:54 -0000, Rad wrote: >Can anyone tell me why I'm getting this error message when using make to >compile my project?: > >makefile:8: *** missing separator. Stop. > >Everything was working fine until I added some more .c and .h files. I also >had this problem before when I changed the name of a file. The primary reason for this error is using spaces instead of tabs to indent. make is very fussy about the distinction, which causes many headaches. Other than that, all I can suggest is that you post the makefile so that people can take a look at it. Toby.