Trying to compile sendmail-8.10 on Tru64 v5.1 (no patches) - get the following message:
cc -std1 -Olimit 1000 -O -I. -I../../include -DNEWDB -DNDBM -DNIS -DMAP_REGEX -c mail.local.c
cc: Warning: mail.local.c, line 203: In this declaration, parameter 4 has a diff
erent type than specified in an earlier declaration of this function. (mismatparam)
extern int vsnprintf __P((char *, size_t, const char *, ...));
----------------^
cc: Error: mail.local.c, line 203: In this declaration, the type of "vsnprintf"
is not compatible with the type of a previous declaration of "vsnprintf" at line
number 212 in file /usr/include/stdio.h. (notcompat)
extern int vsnprintf __P((char *, size_t, const char *, ...));
----------------^
*** Exit 1
Stop.
*** Exit 1
Stop.
Same problem with sendmail-8.11 ..
any ideas ??
Thanks,
Kevin
Received on Wed Feb 14 2001 - 07:16:52 NZDT