-
Hello,
Is it possible to use clrzmq with zeromq-4.x versions?
Thanks,
-
zeromq is one of the dependencies in `cargo install deno`
It fails with the following errors
```
Compiling zeromq v0.4.0
error[E0310]: the parameter type `S` may not live long enough
--> /U…
-
-
When I am using stable-x86_64-pc-windows-msvc everything works fine, but I need the gnu one for the debugger to work in CLion. I switched to the gnu one by using `rustup default stable-x86_64-pc-windo…
-
Could not get jzmq to build with zeromq-4.0.4 reverting to 3.2.4 worked fine.
I am running Linux Mint 64-bit. I no longer have access to error but I could attempt to get it again in a vm if needed.
Fahv updated
10 years ago
-
There are a bunch of failed doc builds mentioning `conflict: pkg-config package
libzmq>=4.0 &&
-
I found out in https://github.com/imatix/zguide/issues/638 that these bindings only support zeromq up to 3.x. Please consider adding support for zeromq 4.x.
-
# Issue description
The zeromq 4.3.5 release tarballs linked from the releases page on Github are missing the `tests/test_busy_poll.cpp` file.
https://github.com/zeromq/libzmq/releases/tag/v4.3.5
…
-
Hi,
while trying to move a project the uses zmq into a rust flake I came across the problem that the build dependency ``` zeromq-src = { version = "0.2.1" }``` was remove from the ```Cargo.toml```…
-
Any time I try and use Deno with `npm:zeromq@6.0.0-beta.19`, running my code has absolutely no output whatsoever, even breaking `console.log()` at the beginning of the file. I've tried running with a…