[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make error for xymon 4.2.2-RC1
- To: hobbit (at) hswn.dk
- Subject: make error for xymon 4.2.2-RC1
- From: "pankaj dorlikar" <pankaj.dorlikar (at) gmail.com>
- Date: Fri, 26 Dec 2008 09:22:09 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=zdE/NEynwYdaL1bkSp9NbmNch6Eyg0nCfD40wugAWus=; b=mFNjdbr7aej3QeP5qRB/lyS4A8C0xAa8DVH3beGEINkoB2HwMEHA/3dELgkZEGnfVR hoJCpat4YEO8ySQ1dAReUPW0SKqaxWTdrhSt7wRXbLlUwVxvNfNstBESBVDrVrPyguko 9HIrqxE5LJsk+Bg+8rrxWP7lg/bwYh8SWyaeg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=tOBPArmmI/ulDg54JjDoGUajSEClCxM+B9cn6NQhRSCa86tF2GQ6BjJUSxvBBRoqub NaeMF79cUr5zYjcNkd2Qy58/pabP0+Po8jjE494dBWRcyLp4vKf/wkmnHQudy0qaoNWe mP3lTh+9Jq/pBlsrfRArlNCNNYdRcJkhImLI8=
hi,
while executing make command for xymon 4.2.2-RC1,
fallowing error comes.I have rrdtool 1.2.2 installed and OS is fedora core 5
hobbitd_rrd.c: In function 'main':
hobbitd_rrd.c:106: warning: pointer targets in assignment differ in
signedness
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/home/xymon/xymon-4.2.2-RC1/include
-I/usr/include -I/usr/local/rrdtool-1.3.4/include -I/usr/include -c -o
do_rrd.o do_rrd.c
do_rrd.c:24:17: error: rrd.h: No such file or directory
do_rrd.c: In function 'create_and_update_rrd':
do_rrd.c:175: warning: implicit declaration of function 'rrd_clear_error'
do_rrd.c:176: warning: implicit declaration of function 'rrd_create'
do_rrd.c:178: warning: implicit declaration of function 'rrd_get_error'
do_rrd.c:207: warning: implicit declaration of function 'rrd_update'
do_rrd.c: In function 'rrddatasets':
do_rrd.c:233: error: 'rrd_value_t' undeclared (first use in this function)
do_rrd.c:233: error: (Each undeclared identifier is reported only once
do_rrd.c:233: error: for each function it appears in.)
do_rrd.c:233: error: 'rrddata' undeclared (first use in this function)
do_rrd.c:240: warning: implicit declaration of function 'rrd_fetch'
In file included from do_rrd.c:317:
rrd/do_disk.c: In function 'do_disk_rrd':
rrd/do_disk.c:63: warning: enumeration value 'DT_IRIX' not handled in switch
rrd/do_disk.c:63: warning: enumeration value 'DT_AS400' not handled in
switch
rrd/do_disk.c:63: warning: enumeration value 'DT_NT' not handled in switch
rrd/do_disk.c:63: warning: enumeration value 'DT_UNIX' not handled in switch
rrd/do_disk.c:63: warning: enumeration value 'DT_NETAPP' not handled in
switch
rrd/do_disk.c:63: warning: enumeration value 'DT_NETWARE' not handled in
switch
rrd/do_disk.c:63: warning: enumeration value 'DT_BBWIN' not handled in
switch
make[1]: *** [do_rrd.o] Error 1
make[1]: Leaving directory `/home/xymon/xymon-4.2.2-RC1/hobbitd'
make: *** [hobbitd-build] Error 2
--
Pankaj V. Dorlikar