nanomsgxx icon indicating copy to clipboard operation
nanomsgxx copied to clipboard

Checking for library nanomsg : not found The configuration failed

Open aliridha1510 opened this issue 6 years ago • 1 comments

$ ./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)

image

aliridha1510 avatar May 09 '18 12:05 aliridha1510

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" ..

chhinze avatar Nov 14 '18 03:11 chhinze