On Oct 24, 2016, at 2:08 PM, Warren Young <[email protected]> wrote: > > On Oct 24, 2016, at 2:03 PM, jungle Boogie <[email protected]> wrote: >> >> On 24 October 2016 at 11:44, jungle Boogie <[email protected]> wrote: >>> Building zlib from "..\compat\zlib"... >>> >>> cl -c -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE >>> -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" .\adler32.c >>> 'cl' is not recognized as an internal or external command, >> >> Is what's above something I can work around to build successfully? > > ‘cl’ and related tools are not in the PATH after installing Visual Studio. > If you look in the Start Menu folder for Visual Studio, you will find > something like “VS2015 x86 Native Tools Command Prompt.” Running nmake under > that should succeed, at least with this C99 fix in place.
Verified: C:\...\fossil\win>nmake /f Makefile.msc ...noisenoisenoise... C:\...\fossil\win>dir fossil.exe ... 10/24/2016 14:14 2,465,792 fossil.exe C:\...\fossil\win>fossil ver This is fossil version 1.37 [7f2af9d8eb] 2016-10-24 20:00:09 UTC _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

