I try to compile this library: https://github.com/nitroshare/qhttpengine on Windows for Qt. I do everything as written in the Readme - I run cmake -G "NMake Makefiles" ..
and get a bunch of fatal errors: The C compiler "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe" is not able to compile a simple test program.
Next come the nmake error - NMAKE: fatal error u1077 finished with code "0xffffff"
and "0x2"
.
The path to the bin folder visual studio registered in Path, cmake is also registered in Path. What can be wrong? All day I fight with this. And how to use it after I compile?