On Mon, 2017-10-30 at 13:57 +0000, Stephen Gray wrote:
> 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.g
> it
> 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

Have you checked this issue and the solution at the bottom?

https://github.com/zeromq/czmq/issues/1617

-- 
Kind regards,
Luca Boccassi

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to