All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: "Jiří Moravec" <jim.lkml@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: iptables-1.4.2: libxt_TOS.c compilation ending with error - IPPROTO_SCTP redefined
Date: Wed, 22 Oct 2008 08:59:06 +0200	[thread overview]
Message-ID: <48FECF3A.6040509@trash.net> (raw)
In-Reply-To: <48FE5130.1040609@gmail.com>

Jiří Moravec wrote:
> When I compiled iptables-1.4.2 I get an error:
> 
> In file included from /usr/include/netinet/ip.h:25,
>                  from /usr/include/linux/ip.h:19,
>                  from tos_values.c:4,
>                  from libxt_TOS.c:15:
> /usr/include/netinet/in.h:84: error: expected identifier before numeric constant
> make[2]: *** [libxt_TOS.oo] Error 1
> 
> 
> 
> libxt_TOS.c:12
> #include <xtables.h>
> #include <linux/netfilter/xt_DSCP.h>
> #include <linux/netfilter_ipv4/ipt_TOS.h>
> #include "tos_values.c"
> 
> /usr/include/xtables.h:10
> #ifndef IPPROTO_SCTP
> #define IPPROTO_SCTP 132
> #endif
> 
> /usr/include/netinet/in.h:84 (through tos_values.c -> linux/ip.h -> netinet/ip.h)
>     IPPROTO_SCTP = 132,	   /* Stream Control Transmission Protocol.  */
> #define IPPROTO_SCTP		IPPROTO_SCTP
> 
> 
> On my gentoo box IPPROTO_SCTP is defined in /usr/include/netinet/in.h (from sys-libs/glibc-2.7 package)
> and in /usr/include/xtables.h (net-firewall/iptables-1.4.1.1 package) too (conditionally).
> 
> However, in libxt_TOS.c <xtables.h> preceded <netinet/in.h> and SCTP is already defined by <xtables.h>.
> So, definition in <netinet/in.h> ending with error, because line "IPPROTO_SCTP = 132", 
> is probably interpreted as "132 = 132"
> 
> 
> As a temporary workaround, I included <netinet/in.h> before <xtables.h>:

I don't have a better solution, so I've applied your patch. Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2008-10-22  6:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-21 22:01 iptables-1.4.2: libxt_TOS.c compilation ending with error - IPPROTO_SCTP redefined Jiří Moravec
2008-10-22  6:59 ` Patrick McHardy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48FECF3A.6040509@trash.net \
    --to=kaber@trash.net \
    --cc=jim.lkml@gmail.com \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.