Synced to latest, but ssize_t is not declared for Windows WDK 7.1, and 
one of the zmq.h functions uses it.

There is an easy workaround -Dssize_t=ptrdiff_t for my compilation 
process (I compile the library using my own batch file). There is also 
intptr_t, but I chose ptrdiff_t for the workaround, as it's declared in 
more header files in the WDK :)

I think VS2010 supports ssize_t, but VS2008 probably not, and WDK 7.1 is 
closer to VS2008 than VS2010.

On 2/16/2012 2:12 PM, Pieter Hintjens wrote:
> On Thu, Feb 16, 2012 at 4:10 PM, Dimiter 'malkia' Stanev
> <mal...@gmail.com>  wrote:
>> Thanks guys! Awesome community!
>
> Ian's patch is now merged into libzmq/master.
>
> -Pieter
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to