you need to build libsodium in a directory libsodium/ that is a sibling to libzmq/ first. I was able to copy the vs2013 stuff to vs2015 and build it, plus czmq (in another sibling, libzcmq/ I think) with VS Express.
-brian carcich On Mon, Jan 18, 2016 at 3:31 PM, Osiris Pedroso <[email protected]> wrote: > Hi Peter, > > I used git to clone libzmq master like this: > c:\> git clone https://github.com/zeromq/libzmq > > I found the solution file for my DevStudio version here: > c:\libzmq\builds\msvc\vs2013\libzmq.sln > > I opened it and when I built it, I get same errors are when I did get on > libzmq-4.1.4 clone: > 1>c:\libzmq\src\curve_client.hpp(41): fatal error C1083: Cannot open > include file: 'sodium.h': No such file or directory > (..\..\..\..\src\stream_engine.cpp) > > I tried running the script for building the Windows package: > c:\libzmq\builds\msvc\build>CALL buildbase.bat ..\vs2013\libzmq.sln 12 > Same errors (result errorlog is attached). > > I also tried the Python method, first installing Python 3.5.1 executables > then cloning the git repository for https://github.com/zeromq/pyzmq. > Searching the only disk in my laptop for .SLN (DevStudio solution files) > showed me that no new sln files were added since installing Python and > pyzmq. > > Osiris > > On Mon, Jan 18, 2016 at 11:40 AM Pieter Hintjens <[email protected]> wrote: > >> Hi Osiris, >> >> There are two ways to get going on Windows, that I know of. >> >> One is to take the PyZMQ package for Windows. >> >> Second is to take libzmq master; look in builds/msvc and you will see >> everything you need to build using VS2008 onwards. >> >> -Pieter >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev >> > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
