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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
