Skip to content

Instantly share code, notes, and snippets.

@powdahound
Created September 21, 2009 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save powdahound/190415 to your computer and use it in GitHub Desktop.
Save powdahound/190415 to your computer and use it in GitHub Desktop.
make[3]: Entering directory `/home/garret/collectd/collectd-4.8.0/src'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/opt/collectd"' -DCONFIGFILE='"/opt/collectd/etc/collectd.conf"' -DLOCALSTATEDIR='"/opt/collectd/var"' -DPKGLOCALSTATEDIR='"/opt/collectd/var/lib/collectd"' -DPIDFILE='"/opt/collectd/var/run/collectd.pid"' -DPLUGINDIR='"/opt/collectd/lib/collectd"' -DPKGDATADIR='"/opt/collectd/share/collectd"' -Wall -Werror -g -O2 -MT iptables.lo -MD -MP -MF .deps/iptables.Tpo -c -o iptables.lo iptables.c
gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/opt/collectd\" -DCONFIGFILE=\"/opt/collectd/etc/collectd.conf\" -DLOCALSTATEDIR=\"/opt/collectd/var\" -DPKGLOCALSTATEDIR=\"/opt/collectd/var/lib/collectd\" -DPIDFILE=\"/opt/collectd/var/run/collectd.pid\" -DPLUGINDIR=\"/opt/collectd/lib/collectd\" -DPKGDATADIR=\"/opt/collectd/share/collectd\" -Wall -Werror -g -O2 -MT iptables.lo -MD -MP -MF .deps/iptables.Tpo -c iptables.c -fPIC -DPIC -o .libs/iptables.o
iptables.c:55: error: conflicting types for ‘iptc_handle_t’
owniptc/libiptc.h:48: error: previous declaration of ‘iptc_handle_t’ was here
iptables.c:58: error: conflicting types for ‘ip6tc_handle_t’
owniptc/libip6tc.h:40: error: previous declaration of ‘ip6tc_handle_t’ was here
cc1: warnings being treated as errors
iptables.c: In function ‘submit6_chain’:
iptables.c:375: error: passing argument 2 of ‘ip6tc_first_rule’ from incompatible pointer type
iptables.c:394: error: passing argument 2 of ‘ip6tc_next_rule’ from incompatible pointer type
iptables.c: In function ‘submit_chain’:
iptables.c:407: error: passing argument 2 of ‘iptc_first_rule’ from incompatible pointer type
iptables.c:426: error: passing argument 2 of ‘iptc_next_rule’ from incompatible pointer type
iptables.c: In function ‘iptables_read’:
iptables.c:470: error: passing argument 1 of ‘iptc_free’ from incompatible pointer type
iptables.c:493: error: passing argument 1 of ‘ip6tc_free’ from incompatible pointer type
make[3]: *** [iptables.lo] Error 1
make[3]: Leaving directory `/home/garret/collectd/collectd-4.8.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/garret/collectd/collectd-4.8.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/garret/collectd/collectd-4.8.0/src'
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment