Displaying 2 results from an estimated 2 matches for "parmtyplist".
2004 Jul 01
1
samba 3 on tru64
I cant get paased this step no matter what I try. I'm
running tru64 and have no problems running samba 2*. Any
ideas?
Compiling dynconfig.c
cc: Error: include/proto.h, line 554: Ill-formed parameter
type list. (parmtyplist)
LDAP_CONST char *reqoid,
struct berval *reqdata,
-------------------------------^
*** Exit 1
Stop.
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
...rror: radix.h, line 27: Error parsing parameter list. Found "*" when expecting one of: ",", ")". (notexpecting)
int creds_to_radix(CREDENTIALS *, u_char *, size_t);
------------------------------------^
cc: Error: radix.h, line 28: Ill-formed parameter type list. (parmtyplist)
int radix_to_creds(const char *, CREDENTIALS *);
--------------------------------------^
cc: Error: sshconnect1.c, line 786: In this declaration, "CREDENTIALS" must specify a type. (badparsedecl)
CREDENTIALS creds;
--------^
cc: Error: sshconnect1.c, line 736: In this statem...