Merry Christmas everybody. This is my third attempt to send this post. I don't know why but when I send them they just seem to disappear into the ether. I've tried changing my gmail config to use the old version. I hope it makes a difference.
I'm trying to compile the FTPD exit FTPOSTPR unchanged from the SEZAINST library. It's CS 1.8. I get a lot of compilation errors: ERROR CCN3045 T7516.UD0.C(FTPOSTPR):163 Undeclared identifier INET6_ADDRSTRLEN. ERROR CCN3195 T7516.UD0.C(FTPOSTPR):163 Integral constant expression with a value greater than zero is required. ERROR CCN3285 T7516.UD0.C(FTPOSTPR):209 The indirection operator cannot be applied to a pointer to an incomplete struct or union. ERROR CCN3244 SYS1.TCPIP.SEZACMAC(SOCKET):489 External variable SOCK_DEB cannot be redefined. ERROR CCN3244 SYS1.TCPIP.SEZACMAC(SOCKET):491 External variable SOCK_DO_ cannot be redefined. ERROR CCN3244 SYS1.TCPIP.SEZACMAC(INET):72 External variable INET_NET cannot be redefined. ERROR CCN3244 T7516.UD0.C(FTPOSTPR):210 External variable INET_NTO cannot be redefined. ERROR CCN3045 T7516.UD0.C(FTPOSTPR):211 Undeclared identifier INET_ADDRSTRLEN. ERROR CCN3285 T7516.UD0.C(FTPOSTPR):220 The indirection operator cannot be applied to a pointer to an incomplete struct or union. ERROR CCN3045 T7516.UD0.C(FTPOSTPR):220 Undeclared identifier AF_INET6. WARNING CCN3068 T7516.UD0.C(FTPOSTPR):221 Operation between types "const char*" and "int" is not allowed. ERROR CCN3285 T7516.UD0.C(FTPOSTPR):222 The indirection operator cannot be applied to a pointer to an incomplete struct or union. ERROR CCN3285 T7516.UD0.C(FTPOSTPR):228 The indirection operator cannot be applied to a pointer to an incomplete struct or union. I noticed on the IBM support site that adding these statements should cure it: #if !defined(_OPEN_SYS_SOCK_IPV6) #define _OPEN_SYS_SOCK_IPV6 #endif However, they don't. Does anyone have any ideas please. Thanks, ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

