All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Jan Engelhardt <jengelh@inai.de>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH 2/4] build: resolve build errors in dependent programs
Date: Tue, 5 Nov 2013 13:56:28 +0100	[thread overview]
Message-ID: <20131105125628.GB29010@localhost> (raw)
In-Reply-To: <1382963240-18760-3-git-send-email-jengelh@inai.de>

On Mon, Oct 28, 2013 at 01:27:18PM +0100, Jan Engelhardt wrote:
> The headers do not compile standalone, which also causes nftables to
> fail to build for the same reason.

I fail to reproduce this compilation nftables breakage. It's clear
that third party application will do, so I have mangled the changelog.

> 	$ gcc -x c -Wall -c *.h
> 	chain.h:62:35: error: unknown type name ‘size_t’
> 	expr.h:40:39: error: unknown type name ‘size_t’
> 	rule.h:60:34: error: unknown type name ‘size_t’
> 	ruleset.h:20:1: error: unknown type name ‘bool’
> 	ruleset.h:20:59: error: unknown type name ‘uint16_t’
> 	ruleset.h:21:52: error: unknown type name ‘uint16_t’
> 	ruleset.h:22:50: error: unknown type name ‘uint16_t’
> 	ruleset.h:23:63: error: unknown type name ‘uint16_t’
> 	ruleset.h:39:37: error: unknown type name ‘size_t’
> 	ruleset.h:39:80: error: unknown type name ‘uint32_t’
> 	ruleset.h:39:95: error: unknown type name ‘uint32_t’
> 	set.h:40:33: error: unknown type name ‘size_t’
> 	set.h:110:38: error: unknown type name ‘size_t’
> 	table.h:50:35: error: unknown type name ‘size_t’

Applied, 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:[~2013-11-05 12:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-28 12:27 libnftables header includes fixups Jan Engelhardt
2013-10-28 12:27 ` [PATCH 1/4] build: resolve automake 1.12 warning Jan Engelhardt
2013-11-05 12:55   ` Pablo Neira Ayuso
2013-10-28 12:27 ` [PATCH 2/4] build: resolve build errors in dependent programs Jan Engelhardt
2013-11-05 12:56   ` Pablo Neira Ayuso [this message]
2013-10-28 12:27 ` [PATCH 3/4] build: avoid inclusion of stdbool.h in C++ Jan Engelhardt
2013-11-05 12:57   ` Pablo Neira Ayuso
2013-11-06 18:21     ` Jan Engelhardt
2013-10-28 12:27 ` [PATCH 4/4] build: use C++11 headers if available Jan Engelhardt

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=20131105125628.GB29010@localhost \
    --to=pablo@netfilter.org \
    --cc=jengelh@inai.de \
    --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.