You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I tried to to do the following to run a program in windows.
Downloaded and unzipped Libzmq-master and jzmq-master.
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.
The text was updated successfully, but these errors were encountered: