Closed codekoala closed 11 years ago
Yes. You need zeromq2.x to build zerogw. As there are not many features in zeromq 3.x and I don't need any of them, I'm too lazy to port zerogw. Porting is not hard, but it needs considerable amount of testing.
I see. Perhaps the PKGBUILD should use zeromq2
instead of zeromq
then since version 3.2.2 is in the community repo? I can post a comment on the PKGBUILD if that would be more appropriate.
Fixed. Thanks!
I've been curious to try out zerogw for a while now, and I recently tried to compile it on my Arch Linux boxes. Unfortunately, I have not had success. I'm not a C guy, but it seems like this code might be relying on zeromq<3. Your PKGBUILD for Arch, however, references zeromq, which is currently at 3.2.2.
The ZeroMQ 2 -> 3 upgrade document at http://www.zeromq.org/docs:3-1-upgrade suggests that these references to
zmq_send
andzmq_recv
should becomezmq_msg_send
andzmq_msg_recv
, respectively.Here's what I'm seeing: