9 Dec
2009
9 Dec
'09
9:15 p.m.
On Wed, 2009-12-09 at 07:59 -0500, Jonathan Siegle wrote:
Trying to compile and getting this error:
"process-title.c", line 139.14: 1506-045 (S) Undeclared identifier argv_memblock. "process-title.c", line 140.14: 1506-045 (S) Undeclared identifier environ_memblock. gmake[4]: *** [process-title.lo] Error 1
Fixed.
HAVE_SETPROCTITLE is undefined in config.h
If you want verbose_proctitle=yes, you could try if defining PROCTITLE_HACK manually in config.h makes it work well. I could then make it the default for AIX too.