Re: syntax error vpath.c line 348
> Date: Mon, 31 Jul 2006 16:16:53 +0200 (MEST) > From: "Stefan Renz"<[EMAIL PROTECTED]> > > I just tried to build gnu make for win32 and got an error message like this: > > syntax error vpath.c line 348 > There are too many actual parameters etc. >
syntax error vpath.c line 348
Hello, I just tried to build gnu make for win32 and got an error message like this: syntax error vpath.c line 348 There are too many actual parameters etc. I changed it from n = rindex(*file,, '\\'); to n = rindex(*file, '\\'); Gr