bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

syntax error vpath.c line 348


From: Stefan Renz
Subject: syntax error vpath.c line 348
Date: Mon, 31 Jul 2006 16:16:53 +0200 (MEST)

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, '\\');

Greetings,
Stefan Renz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]