One thing you can try is removing the installed dll from the tagged version
of the package, do Pkg.checkout("ZMQ"); Pkg.build("ZMQ") and try again.
That should use a newer binary from WinRPM which might work better? Not
sure but worth a try.
On Wednesday, February 4, 2015 at 1:10:22 PM UTC-8, Keith Kee wrote:
>
> Hi,
>
> I am new at Julia 0.3.5 win32, installed the the ZMQ 2.2.0 package. The
> runtests.jl ran without problem with ZMQ 3, however it fails when using ZMQ
> 2.2.0.
>
> The output was:
>
> Testing with ZMQ version 2.2.0
> ERROR: StateError("Resource temporarily unavailable")
> in recv at ..julia\v0.3\ZMQ\src\ZMQ.jl:535
> ...
>
> Tested also with Julia 0.4 win32 nightly version with the similar result -
> some coding style deprecation warning was also displayed.
>
> The same ZMQ version worked with python 2.7 though.
>
> Any help would be very much appreciated!
>
> Thanks.
>
> Keith
>