nanomsgxx
nanomsgxx copied to clipboard
Checking for library nanomsg : not found The configuration failed
$ ./waf configure
Setting top to : C:\Users\usernaame\Desktop\nanomsg\nanomsgxx Setting out to : C:\Users\ausernaame\Desktop\nanomsg\nanomsgxx\build Checking for 'msvc' (c compiler) : C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\CL.exe Checking for 'msvc' (c++ compiler) : C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\CL.exe Checking for library nanomsg : not found The configuration failed (complete log in C:\Users\usename\Desktop\nanomsg\nanomsgxx\build\config.log)
Does generating with CMake work for you? It should work with the procedure described here in the README, but replacing the generating command with the Visual Studio 2015 generator cmake -G "Visual Studio 2015 14" ..