Hi I'm new to zeroMQ and am looking to get started.

So I've been following the instructions on the
http://www.zeromq.org/bindings:java for the Windows x86_64 platform and I'm
stuck on the nmake portion.

I am using a GIT version of jzmq, windows 7 x64, visual studio express
2010. I managed to build the nmake make files and overcome a few issues by
copying the files from the include and lib directories of the 0mq
installation into the build64 directory. However it gets stuck looking for
libzmq.lib, I noticed that the 0mq installation does not have any file with
that name, but a number of them with the pattern libzmq-v*.lib.

Here is the error:

LINK : fatal error LNK1104: cannot open file 'libzmq.lib'
LINK Pass 1 failed. with 1104
NMAKE : fatal error U1077: '"C:\Program Files (x86)\CMake
2.8\bin\cmake.exe"' :
return code '0xffffffff'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
10.0
\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
10.0
\VC\BIN\nmake.exe"' : return code '0x2'
Stop.


Am I suppose to change the name of one of the lib files to libzmq.lib? Or
am I missing something?

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

Reply via email to