search for: sin_

Displaying 2 results from an estimated 2 matches for "sin_".

Did you mean: pin_
2003 May 17
1
Tru64 Unix patch for rsync 2.5.6.
Version 2.5.6 of rsync fail to compile on Tru64 Unix v5.1 with this error message: cc-wrapper -I. -I. -g -DHAVE_CONFIG_H -c socket.c -o socket.o cc: Error: socket.c, line 619: In this statement, "sin_len" is not a member of "sock2". (needmember) sock2.sin_len = sizeof(sock2); --------^ make: *** [socket.o] Error 1 error: compile failed. The problem seem to be that configure defines HAVE_SOCKADDR_LEN if struct sockaddr.sa_len exists, while the code uses member...
2010 May 20
3
Install eventmachine on Debian Lenny
...In file included from project.h:40, from files.cpp:20: /usr/include/signal.h:402: error: ‘__END_DECLS’ does not name a type In file included from /usr/include/netdb.h:28, from project.h:41, from files.cpp:20: /usr/include/netinet/in.h:219: error: ‘sin_’ has not been declared /usr/include/netinet/in.h:224: error: invalid application of ‘sizeof’ to incomplete type ‘sockaddr’ /usr/include/netinet/in.h:225: error: ‘__SOCKADDR_COMMON_SIZE’ was not declared in this scope /usr/include/netinet/in.h:233: error: ‘sin6_’ has not been declared /usr/include/...