I'm getting build errors in trying to build CZMQ on Windows 10 using Visual 
Studio 2015.

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


Here is a pastebin of the build.log error file https://pastebin.com/4aTS72qP

Anyone know what this means and how to fix it?

Also when configure.bat runs this output is given;

C:\Users\Stephen\czmq\builds\msvc>configure.bat
Configuring CZMQ...
Building with libzmq
Building without uuid
Building without systemd
Building without lz4
Building with draft API (stable + legacy + draft API)

What are the implications of CZMQ building without certain components?

With thanks,

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

Reply via email to