Hi,
the build machine is :HP-UX yysdf B.11.31 U ia64 3962423388
the tar pkg is zeromq-3.2.3
the compile is :aCC: HP C/aC++ B3910B A.06.22
when I exec the make command ,show the error information below,and tks very
much for your help...
CXX libzmq_la-address.lo
"tcp_address.hpp", line 45: error #2020: identifier "sockaddr" is undefined
tcp_address_t (const sockaddr *sa, socklen_t sa_len);
^
"tcp_address.hpp", line 60: error #2020: identifier "sa_family_t" is undefined
sa_family_t family () const;
^
"tcp_address.hpp", line 62: error #2020: identifier "sockaddr" is undefined
const sockaddr *addr () const;
^
"tcp_address.hpp", line 72: error #2020: identifier "sockaddr" is undefined
sockaddr generic;
^
"tcp_address.hpp", line 73: error #2020: identifier "sockaddr_in" is undefined
sockaddr_in ipv4;
^
"tcp_address.hpp", line 74: error #2020: identifier "sockaddr_in6" is undefined
sockaddr_in6 ipv6;
^
6 errors detected in the compilation of "address.cpp".
make[2]: *** [libzmq_la-address.lo] Error 1
make[2]: Leaving directory `/tstd
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev