From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id A6927429E42 for ; Tue, 3 Jan 2012 14:09:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.798 X-Spam-Level: X-Spam-Status: No, score=-0.798 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, 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 4QINzh5zMSy5 for ; Tue, 3 Jan 2012 14:09:42 -0800 (PST) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A860C431FD0 for ; Tue, 3 Jan 2012 14:09:42 -0800 (PST) Received: by yenm3 with SMTP id m3so12230564yen.26 for ; Tue, 03 Jan 2012 14:09:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=Y1hAaXHqzO+NV21snoVtLTZDeiCGOXHe2pp8m5uOqs4=; b=fW2z24TVJ+4M2+abZbcqlqh9pBvWq8piM/+pLYam97ccHoNb2q1SlBHJkMBXRoBGNI OWUKF6Hp885mMDfgNqc2LZQ369mMcYv5Z5DQfkLFFgKy43uBEwMtMb4rk1aE6BYt9CYn 12XxcnVrjq9g6vIyE4ANRLNmCLy99S4t/0qaQ= Received: by 10.236.146.4 with SMTP id q4mr68351003yhj.105.1325628580871; Tue, 03 Jan 2012 14:09:40 -0800 (PST) Received: from [10.16.184.50] (nat-pool-rdu.redhat.com. [66.187.233.202]) by mx.google.com with ESMTPS id j21sm130045366ann.0.2012.01.03.14.09.39 (version=SSLv3 cipher=OTHER); Tue, 03 Jan 2012 14:09:40 -0800 (PST) Message-ID: <4F037CA3.5020501@gmail.com> Date: Tue, 03 Jan 2012 17:09:39 -0500 From: Peter Portante User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: notmuch@notmuchmail.org Subject: Regarding notmuch and Fedora 16 Content-Type: multipart/alternative; boundary="------------090802080405070707010908" 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, 03 Jan 2012 22:09:43 -0000 This is a multi-part message in MIME format. --------------090802080405070707010908 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello folks, I am interested in using notmuch from within emacs, but have not been able to get the latest version of notmuch (0.10.2) to compile under Fedora 16: [pportant@frodo notmuch-0.10.2]$ make Use "make V=1" to see the verbose compile lines. CC -O2 debugger.o In file included from debugger.c:21:0: notmuch-client.h:72:5: error: unknown type name 'GMimeSignatureValidity' notmuch-client.h:86:5: error: unknown type name 'GMimeCipherContext' make: *** [debugger.o] Error 1 It appears that with GMime v2.6 (from v2.4), a change was made to remove the use of GMimeSignatureValidity in favor of GMimeSignatureList, and renamed GMimeCipherContext to GMimeCryptoContext. Am I doing something wrong here? Using the wrong version of notmuch sources with Fedora 16? Or do I need to get gmime 2.4 installed? I have gmime.x86_64 2.5.8-1.fc16 installed, and it appears that provides the v2.6 include files for gmime (go figure). Could there be work already done to solve this? Thanks, -peter --------------090802080405070707010908 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello folks,

I am interested in using notmuch from within emacs, but have not been able to get the latest version of notmuch (0.10.2) to compile under Fedora 16:
[pportant@frodo notmuch-0.10.2]$ make
Use "make V=1" to see the verbose compile lines.
CC -O2 debugger.o
In file included from debugger.c:21:0:
notmuch-client.h:72:5: error: unknown type name ‘GMimeSignatureValidity’
notmuch-client.h:86:5: error: unknown type name ‘GMimeCipherContext’
make: *** [debugger.o] Error 1
It appears that with GMime v2.6 (from v2.4), a change was made to remove the use of GMimeSignatureValidity in favor of GMimeSignatureList, and renamed GMimeCipherContext to GMimeCryptoContext.

Am I doing something wrong here? Using the wrong version of notmuch sources with Fedora 16? Or do I need to get gmime 2.4 installed? I have gmime.x86_64 2.5.8-1.fc16 installed, and it appears that provides the v2.6 include files for gmime (go figure).

Could there be work already done to solve this?

Thanks, -peter
--------------090802080405070707010908--