Osiris, You need to get libsodium.zip (or use git) and make the ..\..\..\..\..\libsodium\ directory a sibling of the top level ..\..\..\..\..\libzmq\ directory.
I may have the number of ..\'s wrong, but it is something like that; the main point is that libzmq\ and libsodium\ need to be siblings in the directory tree. Caveat: the ZIP i used for libsodium is makes directory libsodium-master\, so I needed to rename that. Brian Carcich On Wed, Sep 16, 2015 at 2:12 PM, Osiris Pedroso <[email protected]> wrote: > I downloaded Windows sources for zeromq-4.1.3 and when using the DevStudio > 2013 solution (...\builds\msvc\vs2013\libzmq.sln) I get multiple build > errors such as these: > > 1> curve_server.cpp > 1>x:\shared\zeromq\src\curve_client.hpp(41): fatal error C1083: Cannot > open include file: 'sodium.h': No such file or directory > (..\..\..\..\src\curve_client.cpp) > 1> dealer.cpp > 1>..\..\..\..\src\ctx.cpp(53): fatal error C1083: Cannot open include > file: 'sodium.h': No such file or directory > > I checked and there is not a sodium.h to be found in the sources. > > Any help appreciated. > > Thanks, > Osiris > > > > _______________________________________________ > 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
