Re: [zeromq-dev] Trouble building CZMQ master with libzmq installed to ${prefix}/lib64

2013-09-23 Thread Pieter Hintjens
OK, will do. On Mon, Sep 23, 2013 at 5:09 AM, Jose Pedro Oliveira wrote: > On 2013/09/22 09:37 AM, Pieter Hintjens wrote: >> On Sun, Sep 22, 2013 at 5:20 AM, KIU Shueng Chuan wrote: >> > --[snip]-- >>> On another note, shouldn't the libzmq installed libraries get their version >>> bumped to libz

Re: [zeromq-dev] Version 4.0 release fork

2013-09-23 Thread Steven McCoy
Ok, I got this far: C:\git\libsodium-0.4.3>*build-windows.cmd* Cleaning build area ... Starting build ... Building targets for x86 ... targetting-v120 09/23/2013 11:25 PM 1,376,716 libsodium-v120-mt-sgd-0_4_3.lib 09/23/2013 11:25 PM 1,992,294 libsodium-v120-mt-s-0_4_3.lib Buildin

Re: [zeromq-dev] Common Lisp pzmq recv-string on inproc blocks other threads

2013-09-23 Thread Lucas Hope
Hi there, What happens if you add a (sleep 1) just before making the new thread? Also, what lisp implementation are you using? I don't have familiarity with the pzmq lisp binding. If you like, though, you could also try the cl-czmq binding I wrote. Luke On Mo

Re: [zeromq-dev] Version 4.0 release fork

2013-09-23 Thread Steven McCoy
On 23 September 2013 10:38, AJ Lewis wrote: > > I have installers for Windows built sans *libsodium *but mushrooming to > > 30MB to include static libraries. Investigating *libsodium*, looks more > > tedium as the developers are not conducive to anything other than > > *Autoconf* although > > t

Re: [zeromq-dev] Version 4.0 release fork

2013-09-23 Thread AJ Lewis
On Sun, Sep 22, 2013 at 09:56:36PM -0400, Steven McCoy wrote: > On 20 September 2013 04:08, Pieter Hintjens wrote: > > > I've forked off the libzmq master to > > https://github.com/zeromq/zeromq4-x, in preparation for release 4.0.0. > > > > > MSVC2008 is broken due to inttypes.h dependency. Any