I'm trying to build CZMQ on Windows 10 using Visual Studio 2015, but am getting 
errors; https://pastebin.com/a2r2KJi0

This is what I've done so far;


git clone --depth 1 -b stable https://github.com/jedisct1/libsodium.git
cd libsodium\builds\msvc\build
buildall.bat
cd ..\..\..\..



:: if libsodium is on disk, the Windows build of libzmq will automatically use 
it
git clone git://github.com/zeromq/libzmq.git
cd libzmq\builds\msvc
configure.bat
cd build
buildall.bat
cd ..\..\..\..



git clone git://github.com/zeromq/czmq.git
cd czmq\builds\msvc
configure.bat
cd vs2015
build.bat

Anyone please know how to solve the issue and get CZMQ to build?

With thanks,

Stephen
_______________________________________________
zeromq-dev mailing list
[email protected]
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to