|
From: lemsx1 <wk-...@pe...> - 2006-03-03 16:19:52
|
from latest cvs snapshot (2006-03-03)
First to get this to compile on Fedora Core 4, I had to change in configure.ac
AM_PROG_LIBTOOL
to
AC_PROG_LIBTOOL
Then using the following configure line, i get the following output:
./configure --prefix=/usr --with-init-dir=/etc/init.d --with-cgiurl=/na
gios/cgi-bin --with-htmurl=/nagios --with-lockfile=/var/run/nagi
os.pid --with-imagedir=/usr/share/nagios/images/ --with-cgidir=/usr/lib/nagios/
cgi --with-http_image_path=/nagios/images --sysconfdir=/etc/nagios --localstated
ir=/var
In file included from /usr/include/math.h:70,
from ../libnagios_perfdata_parser/libnagios_perfdata_parser.h:3
0,
from storage_file_output.c:39:
/usr/include/bits/mathcalls.h:202: error: syntax error before '||' token
make[2]: *** [libpp_storage_file_output_la-storage_file_output.lo] Error 1
make[2]: Leaving directory `/var/lib/gforge/chroot/home/users/user/Backup/pe
rfparse-all/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/lib/gforge/chroot/home/users/user/Backup/pe
rfparse-all'
make: *** [all] Error 2
any help would be appreciated...
|