Zabbix agent cannot compile on Solaris 10 Sparc machine.
Here is a compilation log:
gcc -DHAVE_CONFIG_H -I. -I../../include -DZABBIX_DAEMON -g -O2 -MT zabbix_agentd-logfiles.o -MD -MP -MF .deps/zabbix_agentd-logfiles.Tpo -c -o zabbix_agentd-logfiles.o `test -f 'logfiles.c' || echo './'`logfiles.c
logfiles.c: In function `process_log':
logfiles.c:619: error: `INT_MAX' undeclared (first use in this function)
logfiles.c:619: error: (Each undeclared identifier is reported only once
logfiles.c:619: error: for each function it appears in.)
-
-
- Error code 1
make: Fatal error: Command failed for target `zabbix_agentd-logfiles.o'
Current working directory /export/home/zabbix/kodai/zabbix-1.8.15/src/zabbix_agent
- Error code 1
-