methodmissing / rbczmq

Ruby extension that wraps the official high level ZeroMQ C API ( http://czmq.zeromq.org/ )
http://github.com/methodmissing/rbczmq
MIT License
125 stars 32 forks source link

Test fails on Windows #52

Open domitry opened 8 years ago

domitry commented 8 years ago

I managed to install rbczmq to ruby 2.2.3p173 (x64-mingw32) on Windows8.1 64bit, but some tests in test/ fails for some reasons including SegmentationFault.

IRuby still not work maybe because of rbczmq. :cry:

How to install rbczmq to Windows

https://gist.github.com/domitry/889ad24aee07b398cc1d

At least require 'rbczmq' works without any exceptions, so there may be no problem loading shared library.