![]()
From: Buddy Dowdy (buddy@secapl.com)
Date: Mon Jun 07 1999 - 11:00:03 CDT
Hiya! I was wondering if someone might be able to help me debug this
C compiler error that I'm getting from the install process for hypermail.
I'm attempting to compile on IBM AIX 4.2.1, with a copy of IBM's C
compiler. The configure script runs just fine, and then the make yields
this result.
Any assistence will be much appreciated!
Buddy Dowdy
----------------
cc -g -DHYPERTEST -o htestrdmsg mbox2hypermail.c
"mbox2hypermail.c", line 33.14: 1506-010 (W) Macro strcpy invoked with a
null ar
gument for parameter __s1.
"mbox2hypermail.c", line 33.14: 1506-041 (E) The invocation of macro
strcpy cont
ains fewer arguments than required by the macro definition.
"mbox2hypermail.c", line 33.7: 1506-275 (S) Unexpected text ','
encountered.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 2.
Stop.
![]()