Open GoogleCodeExporter opened 9 years ago
First, sorry to be such a necromancer, I hope you're still interested.
The issue seems to lie here:
http://g4u0420c.houston.hp.com/en/B2355-90682/getsockopt.2.html . POSIX defines
fifth getsockopt parameter as a socklen_t*. socklen_t is unsigned int, while
HP-UX seems to use int*.
You may try to define _XOPEN_SOURCE_EXTENDED and see if it helps.
Original comment by maciej.m...@notimplemented.org
on 3 Aug 2011 at 1:59
Patches welcome.
Or try configuring with '--disable-Werror'.
Original comment by fergus.h...@gmail.com
on 15 Aug 2011 at 11:35
Discussion about resolving same issue in curl:
http://curl.haxx.se/mail/lib-2009-04/0287.html
and gnulib macro:
http://git.savannah.gnu.org/cgit/gnulib.git/tree/m4/socklen.m4
Original comment by mand...@gmail.com
on 3 Mar 2014 at 5:40
Original issue reported on code.google.com by
naralov...@gmail.com
on 18 Jun 2010 at 7:11