leezu commented on issue #17299: Error when building mxnet with USE_DIST_KVSTORE URL: https://github.com/apache/incubator-mxnet/issues/17299#issuecomment-574230385 Besides protobuf, zmq is also a required dependency. However, cmake currently treats it as optional, leading to build error `../3rdparty/ps-lite/src/./zmq_van.h:8:10: fatal error: zmq.h: No such file or directory #include <zmq.h>` if `-DUSE_DIST_KVSTORE=1` is used.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
