Re: Make 4.0 does not compile with MSVC 7.1

2013-10-19 Thread Eli Zaretskii
> 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

Re: Make 4.0 does not compile with MSVC 7.1

2013-10-19 Thread Eli Zaretskii
> 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

Make 4.0 does not compile with MSVC 7.1

2013-10-10 Thread Bob Shark
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