> Date: Sat, 19 Oct 2013 11:48:44 +0300
> From: Eli Zaretskii
> Cc: bug-make@gnu.org
>
> > 1) _TRUNCATE is unknown
> > Workaround: use (size_t)-1
> > 2) vsnprintf unknown
> > Workaround: use _vsnprintf
> > 3) _vsnprintf_s unknown
> > Workaround: replace
> > len = _vsnprintf_s
> Date: Thu, 10 Oct 2013 17:42:11 +0200
> From: Bob Shark
>
> Contrary to the Statement in readme.w32 Make 4.0 does not comile with
> MSVC7.1.
It looks like no one who does have MSVC 7 installed (I don't) is
tracking the release candidates. So, unfortunately, these problems
are only detected wh
Contrary to the Statement in readme.w32 Make 4.0 does not comile with
MSVC7.1. Output.c uses CRT features not available:
1) _TRUNCATE is unknown
Workaround: use (size_t)-1
2) vsnprintf unknown
Workaround: use _vsnprintf
3) _vsnprintf_s unknown
Workaround: replace
len = _vsnprin