From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alasdair G Kergon Date: Tue, 22 Jun 2010 01:35:07 +0100 Subject: error using the lvm library in C++ In-Reply-To: <201006211640.13309.benscott@nwlink.com> References: <201006211640.13309.benscott@nwlink.com> Message-ID: <20100622003507.GH26395@agk-dp.fab.redhat.com> List-Id: To: lvm-devel@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit It's easier to get a response if you can supply a standalone snippet of code when reporting something like this so other people can try compiling it directly. First thing to try is to compile with -E and see how the pre-processed output looks. Alasdair