I would appreciate any assistance in resolving the compilation error I'm getting when compiling (make) CVS Source Code (v1.12.13) on Tru64 UNIX V4.0F:
No suffix list. make all-recursive No suffix list. Making all in lib make all-am source='getaddrinfo.c' object='getaddrinfo.o' libtool=no DEPDIR=.deps depmode=tru64 /bin/ksh ../build-aux/depcomp cc -std1 -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -c getaddrinfo.c cc: Error: ./netdb.h, line 65: Missing type specifier or type qualifier. (missingtype) socklen_t ai_addrlen; --------^ cc: Error: ./netdb.h, line 102: Ill-formed parameter type list. (parmtyplist) extern struct hostent *gethostbyaddr(const void *, socklen_t, int); -------------------------------------------------------^ cc: Error: getaddrinfo.h, line 37: Missing type specifier or type qualifier. (missingtype) socklen_t ai_addrlen; /* Length of socket address. */ --^ *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. * ** *** ** * ** *** ** * ** *** ** * This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any views or opinions presented are solely those of the author, and do not necessarily represent those of ESB. If you have received this email in error please notify the sender. Although ESB scans e-mail and attachments for viruses, it does not guarantee that either are virus-free and accepts no liability for any damage sustained as a result of viruses. * ** *** ** * ** *** ** * ** *** ** * _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
