OK I found the 64bit problem....still trying to get fix...anyone have any ideas?
I get the following output when trying to compile zabbix...
Making all in src/zabbix_agent
make[1]: Entering directory `/home/zabbix/zabbix-1.0/src/zabbix_agent'
gcc -o ../../bin/zabbix_agent -g -O2 -I../../include zabbix_agent.c sysinfo.c ../../include/log.c ../../include/cfg.c ../../include/security.c ../../include/snprintf.c -Wall -lnsl
sysinfo.c: In function `process':
sysinfo.c:430: warning: cast from pointer to integer of different size
../../include/snprintf.c: In function `dopr':
../../include/snprintf.c:174: error: incompatible types in assignment
../../include/snprintf.c: In function `vasprintf':
../../include/snprintf.c:811: error: incompatible types in assignment
../../include/snprintf.c:819: error: incompatible types in assignment
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/zabbix/zabbix-1.0/src/zabbix_agent'
make: *** [all] Error 1
any ides?
I am running suse 9.2 pro on a EM64T 3.6Ghz HP 4200 workstation
I get the following output when trying to compile zabbix...
Making all in src/zabbix_agent
make[1]: Entering directory `/home/zabbix/zabbix-1.0/src/zabbix_agent'
gcc -o ../../bin/zabbix_agent -g -O2 -I../../include zabbix_agent.c sysinfo.c ../../include/log.c ../../include/cfg.c ../../include/security.c ../../include/snprintf.c -Wall -lnsl
sysinfo.c: In function `process':
sysinfo.c:430: warning: cast from pointer to integer of different size
../../include/snprintf.c: In function `dopr':
../../include/snprintf.c:174: error: incompatible types in assignment
../../include/snprintf.c: In function `vasprintf':
../../include/snprintf.c:811: error: incompatible types in assignment
../../include/snprintf.c:819: error: incompatible types in assignment
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/zabbix/zabbix-1.0/src/zabbix_agent'
make: *** [all] Error 1
any ides?
I am running suse 9.2 pro on a EM64T 3.6Ghz HP 4200 workstation
Comment