-
Incident report
-
Resolution: Fixed
-
Major
-
1.4.3
-
None
This is a recurring theme. Both v1.4.3 and 1.5 (4870 & 4931) on OSX 10.4.10
operations.c: In function 'add_discovered_host':
operations.c:464: error: 'MAXDNAME' undeclared (first use in this function)
operations.c:464: error: (Each undeclared identifier is reported only once
operations.c:464: error: for each function it appears in.)
make[3]: *** [zabbix_server-operations.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
I could declare MAXDNAME as a char, but that could just cause more problems. Any suggestions?