Compiling JZMQ on Ubuntu

前端 未结 5 1476
滥情空心
滥情空心 2020-12-23 22:12

Hello all I\'m attempting to follow the directions located at: https://github.com/nathanmarz/storm/wiki/Installing-native-dependencies for installing Zero MQ as a dependency

5条回答
  •  天命终不由人
    2020-12-23 22:47

    For Ubuntu 13.04 (Raring), I needed to run the following before the ./autogen.sh step:

    sed -i 's/classdist_noinst.stamp/classnoinst.stamp/g' src/Makefile.am

    I found this workaround here, and I think that this thread could be useful to anyone with that kind of problems: https://github.com/zeromq/jzmq/issues/114

提交回复
热议问题