I try to compile beta10 or 11 with gcc 3.4.3 on AIX 4.3.3.
Making all in zbxsysinfo
Making all in aix
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -g -O2 -MT pri
proc.c: In function `PROC_MEMORY':
proc.c:39: error: storage size of 'psinfo' isn't known
proc.c: In function `PROC_NUM':
proc.c:212: error: storage size of 'psinfo' isn't known
proc.c:268: error: `PR_SNAME_TSRUN' undeclared (first use in this function)
proc.c:268: error: (Each undeclared identifier is reported only once
proc.c:268: error: for each function it appears in.)
proc.c:272: error: `PR_SNAME_TSSLEEP' undeclared (first use in this function)
proc.c:276: error: `PR_SNAME_TSZOMB' undeclared (first use in this function)
make: 1254-004 The error code from the last command is 1.
Thanks for the help.
Making all in zbxsysinfo
Making all in aix
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -g -O2 -MT pri
proc.c: In function `PROC_MEMORY':
proc.c:39: error: storage size of 'psinfo' isn't known
proc.c: In function `PROC_NUM':
proc.c:212: error: storage size of 'psinfo' isn't known
proc.c:268: error: `PR_SNAME_TSRUN' undeclared (first use in this function)
proc.c:268: error: (Each undeclared identifier is reported only once
proc.c:268: error: for each function it appears in.)
proc.c:272: error: `PR_SNAME_TSSLEEP' undeclared (first use in this function)
proc.c:276: error: `PR_SNAME_TSZOMB' undeclared (first use in this function)
make: 1254-004 The error code from the last command is 1.
Thanks for the help.