[collectd] Compiling 5.0 on Ubuntu 11.04 still failed

2011-08-23 Thread Amer
Hello.

Did anyone successfully compile collectd 5.0 source on Ubuntu 11.04? I
can't compiled the source without getting these errors which then
halted the compiling process half way through

Making all in owniptc
make[3]: Entering directory `/root/collectd/src/owniptc'
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../src-Wall -Werror -g -O2 -c -o libip4tc.lo libip4tc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -Wall -Werror
-g -O2 -c libip4tc.c  -fPIC -DPIC -o .libs/libip4tc.o
In file included from libip4tc.c:136:0:
libiptc.c:84:8: error: redefinition of 'struct xt_error_target'
/usr/include/linux/netfilter/x_tables.h:69:8: note: originally defined here
make[3]: *** [libip4tc.lo] Error 1
make[3]: Leaving directory `/root/collectd/src/owniptc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/collectd/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/collectd/src'
make: *** [all-recursive] Error 1

I saw someone bring up the same issue before here
http://mailman.verplant.org/pipermail/collectd/2011-May/004500.html
and it was suggested to use the fresh source pulled directly from your
git. I've given that a go but unfortunately it still fail to compile
with same error.

Any idea?

___
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd


Re: [collectd] Compiling 5.0 on Ubuntu 11.04 still failed

2011-08-23 Thread savoy9020
Amer,

Yes, you need to grab the latest snapshot tarball and use it
rather than the 5.0 source.  

The snapshot builds fine on 11.04.

Bill



 Hello.
 
 Did anyone successfully compile collectd 5.0 source on Ubuntu 11.04? I
 can't compiled the source without getting these errors which then
 halted the compiling process half way through
 
 Making all in owniptc
 make[3]: Entering directory `/root/collectd/src/owniptc'
 /bin/bash ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H
 -I. -I../../src-Wall -Werror -g -O2 -c -o libip4tc.lo libip4tc.c
 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -Wall -Werror
 -g -O2 -c libip4tc.c  -fPIC -DPIC -o .libs/libip4tc.o
 In file included from libip4tc.c:136:0:
 libiptc.c:84:8: error: redefinition of 'struct xt_error_target'
 /usr/include/linux/netfilter/x_tables.h:69:8: note: originally defined here
 make[3]: *** [libip4tc.lo] Error 1
 make[3]: Leaving directory `/root/collectd/src/owniptc'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/root/collectd/src'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/root/collectd/src'
 make: *** [all-recursive] Error 1
 
 I saw someone bring up the same issue before here
 http://mailman.verplant.org/pipermail/collectd/2011-May/004500.html
 and it was suggested to use the fresh source pulled directly from your
 git. I've given that a go but unfortunately it still fail to compile
 with same error.
 
 Any idea?
 
 ___
 collectd mailing list
 collectd@verplant.org
 http://mailman.verplant.org/listinfo/collectd


-
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/



___
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd