achille-roussel / nanomsgxx

Nanomsg binding for C++11
MIT License
114 stars 35 forks source link

Checking for library nanomsg : not found The configuration failed #18

Open aliridha1510 opened 6 years ago

aliridha1510 commented 6 years ago

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

chhinze commented 5 years ago

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