Hi,
I had a problem during installation of zabbix-2.0.0rc1 on Red Hat Enterprise Linux AS release 3 (Taroon Update 5).
I'm able to configure without error, but during make install I riceived the following error:
Making install in escalator
make[3]: Entering directory `/home/user/zabbix-2.0.0rc1/src/zabbix_server/escalator'
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -I/app/mysql/include -mcpu=pentiumpro -MT escalator.o -MD -MP -MF .deps/escalator.Tpo -c -o escalator.o escalator.c
escalator.c:422:1: directives may not be used inside a macro argument
escalator.c:421:33: unterminated argument list invoking macro "DBselect"
escalator.c: In function `execute_commands':
escalator.c:451: `DBselect' undeclared (first use in this function)
escalator.c:451: (Each undeclared identifier is reported only once
escalator.c:451: for each function it appears in.)
escalator.c:451: syntax error before string constant
make[3]: *** [escalator.o] Error 1
make[3]: Leaving directory `/home/user/zabbix-2.0.0rc1/src/zabbix_server/escalator'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/user/zabbix-2.0.0rc1/src/zabbix_server'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/user/zabbix-2.0.0rc1/src'
Any ideas?
I had a problem during installation of zabbix-2.0.0rc1 on Red Hat Enterprise Linux AS release 3 (Taroon Update 5).
I'm able to configure without error, but during make install I riceived the following error:
Making install in escalator
make[3]: Entering directory `/home/user/zabbix-2.0.0rc1/src/zabbix_server/escalator'
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -I/app/mysql/include -mcpu=pentiumpro -MT escalator.o -MD -MP -MF .deps/escalator.Tpo -c -o escalator.o escalator.c
escalator.c:422:1: directives may not be used inside a macro argument
escalator.c:421:33: unterminated argument list invoking macro "DBselect"
escalator.c: In function `execute_commands':
escalator.c:451: `DBselect' undeclared (first use in this function)
escalator.c:451: (Each undeclared identifier is reported only once
escalator.c:451: for each function it appears in.)
escalator.c:451: syntax error before string constant
make[3]: *** [escalator.o] Error 1
make[3]: Leaving directory `/home/user/zabbix-2.0.0rc1/src/zabbix_server/escalator'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/user/zabbix-2.0.0rc1/src/zabbix_server'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/user/zabbix-2.0.0rc1/src'
Any ideas?
Comment