Re: [virt-tools-list] nagios-virt-0.2.0 - can't compile

2013-06-27 Thread Richard W.M. Jones
On Thu, Jun 27, 2013 at 05:17:29PM +1000, Alex W Harvey wrote: > Hi Richard, > > Thanks for your work in making free software. > > I've been looking at using your nagios-virt and can't seem to get it to > compile. Although not a C programmer, I feel it may be a bug. And after > googling all d

Re: [virt-tools-list] nagios-virt-0.2.0 - can't compile

2013-06-28 Thread Alex W Harvey
> It certainly looks to me like a missing header file. > > Anyway, nagios-virt needs a maintainer if anyone is interested. Well here's what I've confirmed - # `gcc -print-prog-name=cc1` -v ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/4.4.7/include-fixed" ignoring nonexisten

Re: [virt-tools-list] nagios-virt-0.2.0 - can't compile

2013-07-02 Thread Alex W Harvey
Well the workaround here was - # cp -p nagios-virt.c nagios-virt.c.orig # vi nagios-virt.c ... # diff -u nagios-virt.c.orig nagios-virt.c --- nagios-virt.c.orig 2013-07-03 14:12:24.141730413 +1000 +++ nagios-virt.c 2013-07-03 14:03:54.355044393 +1000 @@ -30,6 +30,7 @@ #include #include

Re: [virt-tools-list] nagios-virt-0.2.0 - can't compile in redhat6

2014-10-23 Thread Richard W.M. Jones
On Sun, Oct 12, 2014 at 09:56:35AM +0100, Ikram Adli wrote: > Hi Richard, Thanks for your work. I've been looking at using your nagios-virt > and can't seem to get it to compile. When running make I get this : # make > gcc -g -O2 -Wall -Werror -I/usr/include/libxml2 > -DNV_DATADIR=\"/usr/local/

Re: [virt-tools-list] nagios-virt-0.2.0 - can't compile in redhat6

2014-11-05 Thread Ikram Adli
thank you it works Le Jeudi 23 octobre 2014 9h54, Richard W.M. Jones a écrit : On Sun, Oct 12, 2014 at 09:56:35AM +0100, Ikram Adli wrote: > Hi Richard, Thanks for your work. I've been looking at using your nagios-virt > and can't seem to get it to compile. When running make I get this :