On Oct 24, 2016, at 2:03 PM, jungle Boogie <jungleboog...@gmail.com> wrote:
> 
> On 24 October 2016 at 11:44, jungle Boogie <jungleboog...@gmail.com> 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.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to