> 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.
> 
> I changed it from
> n = rindex(*file,, '\\');
> to
> n = rindex(*file, '\\');

What version of Make is that?  There's no such line in vpath.c that
comes with the latest version 3.81 of GNU Make.

Thank you for your report, anyway.


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to