Ad Widget

Collapse

Failed to compile 1.3.6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexwaller
    Junior Member
    • Dec 2006
    • 11

    #1

    Failed to compile 1.3.6

    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?
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    Replace FALSE by FAIL. This is already fixed in the latest code.
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    • alexwaller
      Junior Member
      • Dec 2006
      • 11

      #3
      Originally posted by Alexei
      Replace FALSE by FAIL. This is already fixed in the latest code.
      Thank you.
      I´m using svn-version now. There compilation works fine.

      Comment

      Working...