Displaying 10 results from an estimated 10 matches for "eai_protocol".
Did you mean:
ai_protocol
2003 Oct 28
4
simple compile
...---------------------^
cc: Error: lib/getaddrinfo.c, line 305: In this statement, "EAI_BADHINTS"
is not declared. (undeclared)
ERR(EAI_BADHINTS); /*xxx*/
--------------------------------^
cc: Error: lib/getaddrinfo.c, line 355: In this statement, "EAI_PROTOCOL"
is not declared. (undeclared)
ERR(EAI_PROTOCOL); /*xxx*/
----------------------------------------^
*** Exit 1
See no documentation about EAI_MAX
And, looking in the code, indeed, EAI_MAX (et. al.) are not defined
anywhere!
How should I handle t...
2002 Apr 23
3
rsync hanging (Sun -> AIX)
I'm trying to rync working between the UK (Sun box) and India (AIX box) and
am having a real problems getting it up and running because every time I do
a full transfer it hangs. The Sun box is the one holding the canonical
source which we want to mirror.
I've been shipped to the India office to get this working and have tried
hundreds of things over the last week, I've also scoured
2002 Aug 18
0
Help ....rsync on TRu64 UNIX V5.1 Installation problem ....
...--------------------^
cc: Error: lib/getaddrinfo.c, line 303: In this statement, "EAI_BADHINTS"
is not
declared. (undeclared)
ERR(EAI_BADHINTS); /*xxx*/
--------------------------------^
cc: Error: lib/getaddrinfo.c, line 353: In this statement, "EAI_PROTOCOL"
is not
declared. (undeclared)
ERR(EAI_PROTOCOL); /*xxx*/
----------------------------------------^
*** Exit 1
Stop.
regards,
Dharmendra Yadav
DBA/Business Analyst
Phone : + 61 9628 4420
Mobile: +61 412 456 477...
2002 Aug 19
0
Can not compile rsync
...---------------------^
cc: Error: lib/getaddrinfo.c, line 303: In this statement, "EAI_BADHINTS"
is not declared. (undeclared)
ERR(EAI_BADHINTS); /*xxx*/
--------------------------------^
cc: Error: lib/getaddrinfo.c, line 353: In this statement, "EAI_PROTOCOL"
is not declared. (undeclared)
ERR(EAI_PROTOCOL); /*xxx*/
----------------------------------------^
*** Exit 1
Stop....
2002 Jul 12
5
rsync 2.5.5 Tru64 5.1
Hi,
I am trying to compile rsync 2.5.5 on a Tru64 box. I downloaded
configure.in revision 1.148, which I believe is the correct fix for the
getaddrinfo problem; however I still have errors compiling rsync. Also I
had to change line 22 in options.c from #include "popt.h" to #include
"popt/popt.h". Any suggestions or ideas?
Tan Dang
2004 Jan 19
0
rsync 2.6.0 and Solaris 8
...700
@@ -52,10 +52,12 @@
#define EAI_SERVICE 9 /* servname not supported for ai_socktype */
#define EAI_SOCKTYPE 10 /* ai_socktype not supported */
#define EAI_SYSTEM 11 /* system error returned in errno */
+#endif /* ndef EAI_ADDRFAMILY */
+#ifndef EAI_BADHINTS
#define EAI_BADHINTS 12
#define EAI_PROTOCOL 13
#define EAI_MAX 14
-#endif /* ndef EAI_ADDRFAMILY */
+#endif /* ndef EAI_BADHINTS */
/*
* Flag values for getaddrinfo()
@@ -66,8 +68,6 @@
#define AI_PASSIVE 0x00000001 /* get address to use bind() */
#define AI_CANONNAME 0x00000002 /* fill ai_canonname */
#define AI_NUMERICHOST 0x00000...
2002 Mar 22
0
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc on AlphaServer 1000 5/300
...---------------------^
cc: Error: lib/getaddrinfo.c, line 303: In this statement, "EAI_BADHINTS" is
not declared. (undeclared)
ERR(EAI_BADHINTS); /*xxx*/
--------------------------------^
cc: Error: lib/getaddrinfo.c, line 353: In this statement, "EAI_PROTOCOL" is
not declared. (undeclared)
ERR(EAI_PROTOCOL); /*xxx*/
----------------------------------------^
*** Exit 1
Stop.
Any help you can give on this one is much appreciated! I'd love to
get a perfectly clean compile on V51a using cc. I also have...
2002 Apr 09
3
getaddrinfo.c error compiling rsync on tru64 5.1A
i've applied albert chin's patch on configure.in file:
http://lists.samba.org/pipermail/rsync/2002-January/005726.html,
but i still getting the error:
cc: Error: lib/getaddrinfo.c, line 180: In this statement, "EAI_MAX" is not
declared. (undeclared)
thanks for any advice
Martin Sigilfredo
_________________________________________________________________
Join the world’s
2002 Nov 06
4
Rsync-2.5.5 on Tru64 UNIX V51.A
...9;:
lib/getaddrinfo.c:206: warning: subscript has type `char'
lib/getaddrinfo.c: In function `ogetaddrinfo':
lib/getaddrinfo.c:262: `EAI_BADHINTS' undeclared (first use in this
function)
lib/getaddrinfo.c:263: `AI_MASK' undeclared (first use in this function)
lib/getaddrinfo.c:353: `EAI_PROTOCOL' undeclared (first use in this
function)
lib/getaddrinfo.c:399: warning: unused variable `pfx'
lib/getaddrinfo.c: In function `get_name':
lib/getaddrinfo.c:476: warning: unused variable `h_error'
*** Exit 1
Stop.
-------------- next part --------------
HTML attachment scrubbed and r...
2002 Mar 22
2
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc
Greetings, here is the output of the 'configure' step and
the compile step (using the Compaq cc compiler that comes
with Tru64 V5.1A. The configure reported success and most of
the compile steps cam through error/warning free except for
the one that stumbled. Can someone help me out here? I am willing
to provide a binary for Tru64 V5.1A if we can swat this bug.
We depend greatly on Rsync