From: "Tanes Sriviroolchai" Newsgroups: comp.os.msdos.djgpp References: <380C6414 DOT B4ABD4BC AT inf DOT tu-dresden DOT de> Subject: Re: Problem with MAKE Date: Wed, 20 Oct 1999 09:55:07 +0700 Lines: 35 X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Original-NNTP-Posting-Host: 192.127.136.173 Message-ID: <380d3208@rpc1284.daytonoh.ncr.com> NNTP-Posting-Host: ncrnews.daytonoh.ncr.com X-Trace: 19 Oct 1999 23:07:54 -0500, ncrnews.daytonoh.ncr.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com MS-DOS Editor will change "Tab" ('\t') character to Space. However, make needs "Tab" ('\t') character as a separator in Makefile. Don't use MS-DOS Editor. Use other editor that preserve "Tab" ('\t') character such as "vim". Regards, Tanes Sriviroolchai Markus Kramer wrote in message news:380C6414 DOT B4ABD4BC AT inf DOT tu-dresden DOT de... > Hi! > > Perhaps, you might think, that this is a stupid question. > But, does anybody of you have also problems with MAKE? > > I got the sources of "lsck073" and tried to compile the demo programs. > First, it functioned, but after having edited the Makefile, I got an error, > such as: > > "Line 32: *** Missing seperator." > > What does it mean? I didn't change anything in line 32. > > I still must say, that I used the MS-DOS editor to change the file. > Does this editor inserts any control codes, which MAKE doesn't understand? > > Thanks for your help. > > Sincerely, Markus. > > P.S.: Sorry for my bad English. :)