[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: syntax error vpath.c line 348
From: |
Eli Zaretskii |
Subject: |
Re: syntax error vpath.c line 348 |
Date: |
Mon, 31 Jul 2006 23:18:10 +0300 |
> Date: Mon, 31 Jul 2006 16:16:53 +0200 (MEST)
> From: "Stefan Renz"<address@hidden>
>
> 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.