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

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

Reply via email to