Hi..
I have a Alpha Server 800 DU 4.0D with Enhanced Security, and i download
qpopper v2.52 from qualcomm server.
I add AUTH option in the Makefile:
DEFS = -DHAVE_CONFIG_H -DAUTH
O_DEFS = -DOSF1
When i make the popper, it shows the following errors:
arhuaco#make
cc -c -I. -I. -g -DHAVE_CONFIG_H -DAUTH -DOSF1 pop_pass.c -o pop_pass.o
cc: Error: /usr/include/rpc/auth.h, line 127: Invalid declarator.
} AUTH;
--^
cc: Error: /usr/include/rpc/auth.h, line 184: Invalid declarator.
extern AUTH *authunix_create __((char *, uid_t, gid_t, int, gid_t *));
-------^
cc: Error: /usr/include/rpc/auth.h, line 185: Invalid declarator.
extern AUTH *authunix_create_default __((void)); /* takes no parameters */
-------^
cc: Error: /usr/include/rpc/auth.h, line 186: Invalid declarator.
extern AUTH *authnone_create __((void)); /* takes no parameters */
-------^
cc: Error: /usr/include/rpc/auth.h, line 188: Invalid declarator.
extern AUTH *authdes_create __((void));
-------^
cc: Error: /usr/include/rpc/clnt.h, line 128: Missing type specifier or
type qua
lifier.
AUTH *cl_auth; /* authenticator */
--------^
*** Exit 1
Stop.
Can anyone help me?
Gustavo Cruz Parra
Received on Mon Jul 13 1998 - 01:42:45 NZST