From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gabor Z. Papp" Subject: Re: [netfilter-core] [ANNOUNCE] Release of iptables 1.4.1-rc2 Date: Wed, 28 May 2008 08:40:03 +0200 Message-ID: References: <483AB493.6010503@trash.net> <483BB9DE.6050003@trash.net> <483C088E.4020405@trash.net> Mime-Version: 1.0 Return-path: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Patrick McHardy Cc: netfilter@vger.kernel.org, Netfilter Development Mailinglist , Netfilter Core Team * Patrick McHardy : | Your types.h doesn't seem to include the endian annotated | types at all. Does this patch work? Yes. Next problem: CC libxt_conntrack.oo In file included from libxt_conntrack.c:21: ../include/linux/netfilter/xt_conntrack.h:38: error: expected specifier-qualifier-list before '__be32' ../include/linux/netfilter/xt_conntrack.h:45: error: expected specifier-qualifier-list before '__be32' libxt_conntrack.c: In function 'conntrack_parse': libxt_conntrack.c:321: error: 'struct ' has no member named 'protonum' libxt_conntrack.c:323: error: 'struct ' has no member named 'protonum' libxt_conntrack.c:345: error: 'struct ' has no member named 'ip' libxt_conntrack.c:365: error: 'struct ' has no member named 'ip' libxt_conntrack.c:385: error: 'struct ' has no member named 'ip' libxt_conntrack.c:405: error: 'struct ' has no member named 'ip' libxt_conntrack.c: In function 'matchinfo_print': libxt_conntrack.c:812: error: 'struct ' has no member named 'protonum' libxt_conntrack.c:821: error: 'struct ' has no member named 'ip' libxt_conntrack.c:833: error: 'struct ' has no member named 'ip' libxt_conntrack.c:845: error: 'struct ' has no member named 'ip' libxt_conntrack.c:857: error: 'struct ' has no member named 'ip' make[2]: *** [libxt_conntrack.oo] Error 1 make[2]: Leaving directory `/home/gzp/src/iptables-1.4.1-rc2/extensions'