search for: badparsedecl

Displaying 2 results from an estimated 2 matches for "badparsedecl".

2001 Jul 16
0
No subject
...c accepts -g configure:850: checking host system type configure:871: checking whether byte ordering is bigendian configure:889: cc -c -g conftest.c 1>&5 configure:904: cc -c -g conftest.c 1>&5 cc: Error: configure, line 899: In this declaration, "not" must specify a type. (badparsedecl) not big endian -^ configure: failed program was: #line 893 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/param.h> int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:963: checking how to run the C prepr...
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
...--------------------------^ 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 statement, "CREDENTIALS" is not declared. (undeclared) CREDENTIALS *creds; --------^ cc: Error: sshconnect1.c, line 736: In this statement, "creds" is not declared. (undeclared) CRE...