From: barry m. <bar...@sh...> - 2004-09-16 00:01:44
|
I'm trying to compile on a redhat enterprise 3 server. I get the following errors. What I'm I missing???? [root@testnagios perfparse-0.100.5]# make make all-recursive make[1]: Entering directory `/downloads/perfparse-0.100.5' Making all in libperfparse make[2]: Entering directory `/downloads/perfparse-0.100.5/libperfparse' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/mysql -mc pu=i486 -fno-strength-reduce '-DSYSCONFDIR="/usr/local/nagios/etc"' -g -O2 -Wall -MT libpe rfparse_la-config_file.lo -MD -MP -MF ".deps/libperfparse_la-config_file.Tpo" -c -o libperfpar se_la-config_file.lo `test -f 'config_file.c' || echo './'`config_file.c; \ then mv -f ".deps/libperfparse_la-config_file.Tpo" ".deps/libperfparse_la-config_file.Plo"; el se rm -f ".deps/libperfparse_la-config_file.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/mysql -mcpu=i486 -fno-strength-reduce -DSYSCO NFDIR=\"/usr/local/nagios/etc\" -g -O2 -Wall -MT libperfparse_la-config_file.lo -MD -MP -MF .d eps/libperfparse_la-config_file.Tpo -c config_file.c -fPIC -DPIC -o .libs/libperfparse_la-con fig_file.o config_file.c:39:18: glib.h: No such file or directory config_file.c: In function `conf_new': config_file.c:146: `FALSE' undeclared (first use in this function) config_file.c:146: (Each undeclared identifier is reported only once config_file.c:146: for each function it appears in.) config_file.c: In function `conf_load': config_file.c:208: `TRUE' undeclared (first use in this function) config_file.c:208: `FALSE' undeclared (first use in this function) make[2]: *** [libperfparse_la-config_file.lo] Error 1 make[2]: Leaving directory `/downloads/perfparse-0.100.5/libperfparse' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/downloads/perfparse-0.100.5' make: *** [all] Error 2 [root@testnagios perfparse-0.100.5]# Many thanks Barry |