Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
ip.cpp: In function 'int zmq::resolve_local_path(sockaddr_storage*, socklen_t*, const char*)': ip.cpp:353:13: error: 'EPROTONOSUPPORT' was not declared in this scope make[2]: *** [libzmq_la-ip.lo] Error 1 make[2]: Leaving directory `/c/hudson/workspace/libzmq2-2_mingw32-win7/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/c/hudson/workspace/libzmq2-2_mingw32-win7/src' make: *** [all-recursive] Error 1
This can be fixed by adding #include "../include/zmq.h" at the top of the includes in ip.cpp, as this header defines EPROTONOSUPPORT. I can commit the fix if you want.
ip.cpp: In function 'int zmq::resolve_local_path(sockaddr_storage*, socklen_t*, const char*)':
ip.cpp:353:13: error: 'EPROTONOSUPPORT' was not declared in this scope
make[2]: *** [libzmq_la-ip.lo] Error 1
make[2]: Leaving directory `/c/hudson/workspace/libzmq2-2_mingw32-win7/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/c/hudson/workspace/libzmq2-2_mingw32-win7/src'
make: *** [all-recursive] Error 1
This can be fixed by adding #include "../include/zmq.h" at the top of the includes in ip.cpp, as this header defines EPROTONOSUPPORT. I can commit the fix if you want.