From: Alasdair G Kergon <agk@redhat.com>
To: lvm-devel@redhat.com
Subject: LVM2 ./configure ./configure.in tools/lvm-static.c
Date: Tue, 20 Jan 2009 17:53:46 +0000 [thread overview]
Message-ID: <20090120175346.GJ9859@agk.fab.redhat.com> (raw)
In-Reply-To: <20090120170754.30736.qmail@sourceware.org>
On Tue, Jan 20, 2009 at 05:07:54PM -0000, mbroz at sourceware.org wrote:
> Fix problems with static build
> - compiler warning (missing header)
> +++ LVM2/tools/lvm-static.c 2009/01/20 17:07:53 1.7
> @@ -14,6 +14,7 @@
> */
>
> #include "lvm2cmdline.h"
> +#include "lib.h"
Two problems here:
Firsly, lib.h is only for library code - tools use tools.h.
Secondly, this file must be the first to be included because
it is setting options that might change how files included later
behave.
Alasdair
--
agk at redhat.com
prev parent reply other threads:[~2009-01-20 17:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-20 17:07 LVM2 ./configure ./configure.in tools/lvm-static.c mbroz
2009-01-20 17:53 ` Alasdair G Kergon [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=20090120175346.GJ9859@agk.fab.redhat.com \
--to=agk@redhat.com \
--cc=lvm-devel@redhat.com \
/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.