Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 42C52429E35 for ; Mon, 16 Jan 2012 23:48:32 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "Date" X-Spam-Flag: NO X-Spam-Score: -0.268 X-Spam-Level: X-Spam-Status: No, score=-0.268 tagged_above=-999 required=5 tests=[INVALID_DATE=0.432, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eP1vHCrAK+In for ; Mon, 16 Jan 2012 23:48:31 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A62B8429E2F for ; Mon, 16 Jan 2012 23:48:31 -0800 (PST) Received: by wibhr12 with SMTP id hr12so3174280wib.26 for ; Mon, 16 Jan 2012 23:48:30 -0800 (PST) Received: by 10.180.106.130 with SMTP id gu2mr25807871wib.6.1326786510451; Mon, 16 Jan 2012 23:48:30 -0800 (PST) Received: from localhost (host86-176-170-160.range86-176.btcentralplus.com. [86.176.170.160]) by mx.google.com with ESMTPS id ee6sm41179727wib.4.2012.01.16.23.48.28 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Jan 2012 23:48:29 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 17 Jan 2012 07:48:27 -0000 To: notmuch@notmuchmail.org Message-ID: <20120117074827.1967.91573@localhost.localdomain> From: Mark Foxwell Subject: make fails with gmime-2.6.4 Date: Tue, 17 Jan 2012 07:48:27 +0000 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2012 07:48:32 -0000 Hi, My distro, Arch Linux, has gmime-2.6.4 in their testing repo. Notmuch (from git master branch) fails to build with the following output: CC -march=3Dx86-64 -mtune=3Dgeneric -O2 -pipe -fstack-protector --param=3Dssp-buffer-size=3D4 -D_FORTIFY_SOURCE=3D2 command-line-arguments.o CC -march=3Dx86-64 -mtune=3Dgeneric -O2 -pipe -fstack-protector --param=3Dssp-buffer-size=3D4 -D_FORTIFY_SOURCE=3D2 debugger.o In file included from debugger.c:21:0: notmuch-client.h:72:5: error: unknown type name =E2=80=98GMimeSignatureVali= dity=E2=80=99 notmuch-client.h:86:5: error: unknown type name =E2=80=98GMimeCipherContext= =E2=80=99 notmuch-client.h:297:5: error: unknown type name =E2=80=98GMimeSignatureValidity=E2=80=99 notmuch-client.h:322:3: error: unknown type name =E2=80=98GMimeCipherContex= t=E2=80=99 make: *** [debugger.o] Error 1 Not sure if you're aware of this? = Kind Regards, Mark