Windows build broken in 2.1, 2.2, 3.0

Description

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.

Environment

Windows

Activity

Show:
Fixed

Details

Assignee

Reporter

Due date

Components

Affects versions

Priority

Created September 3, 2011 at 9:11 PM
Updated August 29, 2013 at 4:20 PM
Resolved September 4, 2011 at 10:54 AM
Loading...