Date: Tue, 19 Oct 1999 17:01:55 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Markus Kramer cc: djgpp AT delorie DOT com Subject: Re: Problem with MAKE In-Reply-To: <380C6414.B4ABD4BC@inf.tu-dresden.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 19 Oct 1999, Markus Kramer wrote: > "Line 32: *** Missing seperator." > > What does it mean? I didn't change anything in line 32. It means line 32 begins with a SPACE, not a TAB. See section 22.16 of the DJGPP FAQ List. It explains more about this; in particular, some oh-so-friendly editors change TABs to SPACEs even if you didn't modify the offending line. > I still must say, that I used the MS-DOS editor to change the file. Toss that editor and never use it again. Find another one that doesn't modify anything except what you want it to change.