erlang-czmq icon indicating copy to clipboard operation
erlang-czmq copied to clipboard

Results 12 erlang-czmq issues
Sort by recently updated
recently updated
newest added

I am building it in an updated archlinux box, and the error message says: ``` shell ... make[2]: Entering directory '/home/pank7/src/czmq/src' CC zauth.lo In file included from /usr/include/ctype.h:25:0, from ../include/czmq_prelude.h:203,...

I am getting the following error when trying to compile on Ubuntu 18.04 with gcc 7.3.0 ``` libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -pedantic -Werror -Wall -D_GNU_SOURCE -DLINUX -D_REENTRANT -D_THREAD_SAFE...

Hi, I've got this error when compiling on OSX Sierra: ``` /tmp/erlang-czmq$ make APP czmq.app.src cd c_src; make ./build_czmq.sh gcc -Wall -g2 -I/usr/local/Cellar/erlang/19.3/lib/erlang/lib/erl_interface-3.9.3/include -I/tmp/erlang-czmq/c_src/.libs/libsodium/include -I/tmp/erlang-czmq/c_src/.libs/libzmq/include -I/tmp/erlang-czmq/c_src/.libs/czmq/include -c czmq_benchmark.c -o czmq_benchmark.o...

I bumped libsodium to 1.0.15 locally to fix this problem for myself ``` ./build_czmq.sh ==> build libsodium checking build system type... x86_64-apple-darwin16.7.0 checking host system type... x86_64-apple-darwin16.7.0 checking for a...

When I try and build it, it's giving me a fatal error: erl_interface.h: No such file or directory compilation terminated.

Hi, Is there any way to receive messages as Erlang messages instead of calling `czmq:zframe_recv_all/1` manually, just like an active TCP socket?

from time to time `czmq:zstr_recv_nowait/1` is missing some messages even if you retry it in loop. Is this expected?

On Ubuntu, a program that uses clock_gettime (in both libsodium and zeromq) requires the "-rt" library. Because rebar.config.script hard-codes the libraries, czmq-port doesn't link correctly.

The README.md contains this: "### C Receiver / erlang-czmq Sender This test measures the throughput of using an `erlang-czmq` sender with a C receiver. Start the receiver as with the...

Would be interresting to cover the zbeacon API: http://czmq.zeromq.org/manual:zbeacon