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
[meloam@xrootd1 xrootd-hdfs]$ make
[ 25%] Building CXX object CMakeFiles/XrdLstore.dir/src/XrdLstoreInit.cc.o
[ 50%] Building C object CMakeFiles/XrdLstore.dir/src/XrdLstoreStub.c.o
In file included from /usr/include/lio/lio.h:24:0,
from /home/meloam/xrootd-hdfs/src/XrdLstoreStub.c:10:
/usr/include/gop/mq.h:26:17: fatal error: zmq.h: No such file or directory
#include <zmq.h>
^
compilation terminated.
The text was updated successfully, but these errors were encountered:
Looks like the entire dependency is on:
typedef zmq_pollitem_t gop_mq_pollitem_t;
#define gop_mq_poll(items, n, wait_ms) zmq_poll(items, n, wait_ms)
We do require ZMQ be installed for building from scratch so I've never tried to build a clean standalone app. Feel free to try and re-work this if you want. Otherwise just put it as a todo for me.
In the interim you could just install the headers:(
Are we exporting ZMQ types?
The text was updated successfully, but these errors were encountered: