Hi!
Can someone help?
make[3]: Entering directory `/usr/src/zdevel/zabbix-1.3.6/src/libs/zbxdbhigh'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../src/zabbix_server/ -g -O2 -I/usr/include/mysql -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -g -DPIC -fPIC -DUNDEF_HAVE_INITGROUPS -fno-strict-aliasing -MT libzbxdbhigh_a-host.o -MD -MP -MF ".deps/libzbxdbhigh_a-host.Tpo" -c -o libzbxdbhigh_a-host.o `test -f 'host.c' || echo './'`host.c; \
then mv -f ".deps/libzbxdbhigh_a-host.Tpo" ".deps/libzbxdbhigh_a-host.Po"; else rm -f ".deps/libzbxdbhigh_a-host.Tpo"; exit 1; fi
host.c: In function ‘DBcopy_trigger_to_host’:
host.c:2355: error: ‘FALSE’ undeclared (first use in this function)
host.c:2355: error: (Each undeclared identifier is reported only once
host.c:2355: error: for each function it appears in.)
make[3]: *** [libzbxdbhigh_a-host.o] Error 1
make[3]: Leaving directory `/usr/src/zdevel/zabbix-1.3.6/src/libs/zbxdbhigh'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/zdevel/zabbix-1.3.6/src/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/zdevel/zabbix-1.3.6/src'
make: *** [all-recursive] Error 1
I tired on SuSE 10.2 and SuSE 9.3. Same errors...
Whats missing?
Can someone help?
make[3]: Entering directory `/usr/src/zdevel/zabbix-1.3.6/src/libs/zbxdbhigh'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../src/zabbix_server/ -g -O2 -I/usr/include/mysql -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -g -DPIC -fPIC -DUNDEF_HAVE_INITGROUPS -fno-strict-aliasing -MT libzbxdbhigh_a-host.o -MD -MP -MF ".deps/libzbxdbhigh_a-host.Tpo" -c -o libzbxdbhigh_a-host.o `test -f 'host.c' || echo './'`host.c; \
then mv -f ".deps/libzbxdbhigh_a-host.Tpo" ".deps/libzbxdbhigh_a-host.Po"; else rm -f ".deps/libzbxdbhigh_a-host.Tpo"; exit 1; fi
host.c: In function ‘DBcopy_trigger_to_host’:
host.c:2355: error: ‘FALSE’ undeclared (first use in this function)
host.c:2355: error: (Each undeclared identifier is reported only once
host.c:2355: error: for each function it appears in.)
make[3]: *** [libzbxdbhigh_a-host.o] Error 1
make[3]: Leaving directory `/usr/src/zdevel/zabbix-1.3.6/src/libs/zbxdbhigh'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/zdevel/zabbix-1.3.6/src/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/zdevel/zabbix-1.3.6/src'
make: *** [all-recursive] Error 1
I tired on SuSE 10.2 and SuSE 9.3. Same errors...
Whats missing?
Comment