cc -g -I. -I. -I/opt/openssl-0.9.6c/include -I. -I/usr/local/include -DETCDIR=\"/opt/openssh-3.0.2p1-x509/etc\" -D_PATH_SSH_PROGRAM=\"/opt/openssh-3.0.2p1-x509/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/openssh-3.0.2p1-x509/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/openssh-3.0.2p1-x509/libexec/sftp-server\" -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONFIG_H -c key.c "key.c", line 197: warning: argument #3 is incompatible with prototype: prototype: pointer to uint : "./key.h", line 75 argument : pointer to int "key.c", line 499: warning: argument #3 is incompatible with prototype: prototype: pointer to uint : "./key.h", line 75 argument : pointer to int "key.c", line 501: warning: argument #3 is incompatible with prototype: prototype: pointer to char : "./uuencode.h", line 29 argument : pointer to uchar "key.c", line 679: warning: argument #2 is incompatible with prototype: prototype: pointer to const char : "./buffer.h", line 33 argument : pointer to uchar "key.c", line 741: warning: improper pointer/integer combination: arg #2 "key.c", line 741: prototype mismatch: 2 args passed, 3 expected "key.c", line 741: operand cannot have void type: op "=" "key.c", line 741: assignment type mismatch: pointer to uchar "=" void cc: acomp failed for key.c *** Error code 2 make: Fatal error: Command failed for target `key.o' Ed Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082 Systems Programmer III, Network and Systems Services finger -l ed at polycut.nss.udel.edu for PGP public key
On Wed, 13 Feb 2002, Ed Phillips wrote:> cc -g -I. -I. -I/opt/openssl-0.9.6c/include -I. -I/usr/local/include > -DETCDIR=\"/opt/openssh-3.0.2p1-x509/etc\" > -D_PATH_SSH_PROGRAM=\"/opt/openssh-3.0.2p1-x509/bin/ssh\" > -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/openssh-3.0.2p1-x509/libexec/ssh-askpass\" > -D_PATH_SFTP_SERVER=\"/opt/openssh-3.0.2p1-x509/libexec/sftp-server\" > -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONFIG_H -c key.c > "key.c", line 197: warning: argument #3 is incompatible with prototype: > prototype: pointer to uint : "./key.h", line 75 > argument : pointer to int > "key.c", line 499: warning: argument #3 is incompatible with prototype: > prototype: pointer to uint : "./key.h", line 75 > argument : pointer to int > "key.c", line 501: warning: argument #3 is incompatible with prototype: > prototype: pointer to char : "./uuencode.h", line 29 > argument : pointer to uchar > "key.c", line 679: warning: argument #2 is incompatible with prototype: > prototype: pointer to const char : "./buffer.h", line 33 > argument : pointer to uchar > "key.c", line 741: warning: improper pointer/integer combination: arg #2 > "key.c", line 741: prototype mismatch: 2 args passed, 3 expected > "key.c", line 741: operand cannot have void type: op "=" > "key.c", line 741: assignment type mismatch: > pointer to uchar "=" voidWhat is line 741? -d