[zeromq-dev] CZMQ compilation error on Windows

Alexander Altshuler alt at kaluga.ru
Mon Nov 14 12:46:58 CET 2011


Hi

I just clone the subj: git clone git://github.com/zeromq/czmq.git

and try to compile it with VS Express 2008
I have 3 errors:

>zmsg.c
1>..\src\zmsg.c(199) : error C2440: 'initializing' : cannot convert from
'void *' to 'zframe_t *'
1>        Conversion from 'void*' to pointer to non-'void' requires an
explicit cast
1>..\src\zmsg.c(598) : error C2440: '=' : cannot convert from 'void *'
to 'byte *'
1>        Conversion from 'void*' to pointer to non-'void' requires an
explicit cast
1>..\src\zmsg.c(875) : error C2440: 'initializing' : cannot convert from
'void *' to 'byte *'
1>        Conversion from 'void*' to pointer to non-'void' requires an
explicit cast
1>zloop.c
1>..\src\zloop.c(428) : warning C4018: '<' : signed/unsigned mismatch

Any ideas?


Regards
Alex




More information about the zeromq-dev mailing list