jzmq icon indicating copy to clipboard operation
jzmq copied to clipboard

Can't able to bind java in windows in windows.

Open shihab2555 opened this issue 6 years ago • 0 comments

I tried to to do the following to run a program in windows.

  1. Downloaded and unzipped Libzmq-master and jzmq-master.

  2. Using Visual Studio 2017 tried to build libzmq.sln & msvc.sln from the directory here

libzmq - libzmq-master\builds\deprecated-msvc\vs2017\libzmq.sln

jzmq - jzmq-master\jzmq-jni\builds\msvc\msvc.sln

But couldn't able to build it. Finding several errors. For example:

libzmq - #error: None of the ZMQ_IOTHREAD_POLLER_USE_* macros defined (compiling source file ........\src\client.cpp) libzmq c:\users\shiha\downloads\libzmq-master\src\poller.hpp

jzmq - Cannot open include file: 'zmq.h': No such file or directory

I am not getting what I am doing wrong.

shihab2555 avatar Oct 12 '18 19:10 shihab2555