Tried getting the zeromq source code from an alternative place;
Cloned https://github.com/zeromq/zeromq4-1 copied it to C:\zeromq4-1 and tried building on Windows using the Visual Studio 2013 solution. In this version I'm now able to see the; Configuration Properties->ZMQ Options and see that Enable Sodium is set to Yes. Used the 'StaticRelease' setting clicked 'Build Solution' and got the errors: Error 1 error LNK1181: cannot open input file 'libzmq.lib' C:\zeromq4-1\builds\msvc\vs2013\inproc_thr\LINK inproc_thr Error 2 error LNK1181: cannot open input file 'libzmq.lib' C:\zeromq4-1\builds\msvc\vs2013\inproc_lat\LINK inproc_lat Error 3 error LNK1181: cannot open input file 'libzmq.lib' C:\zeromq4-1\builds\msvc\vs2013\remote_lat\LINK remote_lat Error 4 error LNK1181: cannot open input file 'libzmq.lib' C:\zeromq4-1\builds\msvc\vs2013\remote_thr\LINK remote_thr Error 5 error LNK1181: cannot open input file 'libzmq.lib' C:\zeromq4-1\builds\msvc\vs2013\local_lat\LINK local_lat Error 6 error LNK1181: cannot open input file 'libzmq.lib' C:\zeromq4-1\builds\msvc\vs2013\local_thr\LINK local_thr Tried the 'DynRelease' and got the same errors: Error 1 error LNK1181: cannot open input file 'libzmq.lib' C:\zeromq4-1\builds\msvc\vs2013\inproc_thr\LINK inproc_thr Error 2 error LNK1181: cannot open input file 'libzmq.lib' C:\zeromq4-1\builds\msvc\vs2013\inproc_lat\LINK inproc_lat Error 3 error LNK1181: cannot open input file 'libzmq.lib' C:\zeromq4-1\builds\msvc\vs2013\remote_thr\LINK remote_thr Error 4 error LNK1181: cannot open input file 'libzmq.lib' C:\zeromq4-1\builds\msvc\vs2013\remote_lat\LINK remote_lat Error 5 error LNK1181: cannot open input file 'libzmq.lib' C:\zeromq4-1\builds\msvc\vs2013\local_thr\LINK local_thr Error 6 error LNK1181: cannot open input file 'libzmq.lib' C:\zeromq4-1\builds\msvc\vs2013\local_lat\LINK local_lat Checking: C:\zeromq4-1\bin\Win32\Release\v120\static\libzmq.lib C:\zeromq4-1\bin\Win32\Release\v120\dynamic\libzmq.lib I can verify that libzmq.lib exists in both locations. I would normally expect there to be a C:\zeromq-x.x.x\lib folder in the zeromq structure; it's where I'd normally find libzmq.lib to link with my application projects. In this case C:\zeromq-x.x.x\lib is absent. Does something need to be changed in the Visual Studio solution/project settings? Anyone know what it is? Thanks, Riskybiz.
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
