rbczmq icon indicating copy to clipboard operation
rbczmq copied to clipboard

Ruby extension that wraps the official high level ZeroMQ C API ( http://czmq.zeromq.org/ )

Results 29 rbczmq issues
Sort by recently updated
recently updated
newest added

Bumps [rdoc](https://github.com/ruby/rdoc) from 4.2.0 to 6.3.2. Changelog Sourced from rdoc's changelog. === 5.1.0 / 2017-02-24 Bug fixes Fix an issue that rdoc fails when running on Windows with RUBYOPT=-U. PR...

dependencies

When installing there's deprecation error: ``` zdir.c: In function ‘zdir_new’: zdir.c:156:9: error: ‘readdir_r’ is deprecated [-Werror=deprecated-declarations] int rc = readdir_r (handle, entry, &result); ^~~ In file included from ../include/czmq_prelude.h:257:0, from...

Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

rbczmq is not able to be compiled on Ubuntu 19 for the reason readdir_r (used in legacy czmq) is deprecated. Since migrating this project to zmq 4.0 would be a...

When trying to compile all submodules under macOS Mojave 10.14.6, the build command stops with the following error: `validity error : Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"` ``` ./mkman...

Deprecated in https://blog.rubygems.org/2009/05/04/1.3.3-released.html

``` An error occurred while installing rbczmq (1.7.9), and Bundler cannot continue. Make sure that `gem install rbczmq -v '1.7.9' --source 'https://rubygems.org/'` succeeds before bundling. ``` seems to be linked...

On Ubuntu 16.04 building native extenstion fails on missing libtool. Fixed with apt install libtool-bin

I couldn't install rbczmq gem on my PC. Here follows the gem_make.out message: C:/Ruby22-x64/bin/ruby.exe -r ./siteconf20150710-8684-1bvpd0e.rb extconf.rb checking for windows.h... yes checking for winsock.h... yes checking for main() in -lkernel32......

`ipc` ain't seem to work. It swallows `connect('ipc://something')` but ain't seem to send or receive anything. Also there's not a single test covering `ipc`. It's a pity there ain't no...