Hi, I'm new to ssh2. I'm trying to install in on my school server, and the ./configure seems to work fine. It correctly identifies the host type, AIX 4.3.3 However, when I try to run the make, I receive the following error. In file included from sshunixuser.c:54: /usr/include/usersec.h:532: warning: parameter names (without types) in function declaration /usr/include/usersec.h:532: field `OPERATOR_IS_CPLUSPLUS_RESERVED_WORD' declared as a function /usr/include/usersec.h:532: warning: no semicolon at end of struct or union /usr/include/usersec.h:532: parse error before `OPERATOR_IS_CPLUSPLUS_RESERVED_W ORD' /usr/include/usersec.h:538: parse error before `}' /usr/include/usersec.h:593: warning: `struct aud_rec' declared inside parameter list /usr/include/usersec.h:593: warning: its scope is only this definition or declar ation, which is probably not what you want. /usr/include/usersec.h:594: warning: `struct aud_rec' declared inside parameter list sshunixuser.c: In function `ssh_login_permitted': sshunixuser.c:122: warning: passing arg 1 of `getuserattr' discards qualifiers f rom pointer target type sshunixuser.c: In function `ssh_user_become': sshunixuser.c:707: warning: passing arg 1 of `setpcred' discards qualifiers from pointer target type sshunixuser.c:747: warning: implicit declaration of function `initgroups' make: The error code from the last command is 1. Stop. make: The error code from the last command is 1. Stop. make: The error code from the last command is 1. Stop. make: The error code from the last command is 2. Stop. any ideas?
