<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello folks,<br>
<br>
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:<br>
<blockquote><tt>[pportant@frodo notmuch-0.10.2]$ make<br>
Use "make V=1" to see the verbose compile lines.<br>
CC -O2 debugger.o<br>
In file included from debugger.c:21:0:<br>
notmuch-client.h:72:5: error: unknown type name
‘GMimeSignatureValidity’<br>
notmuch-client.h:86:5: error: unknown type name
‘GMimeCipherContext’<br>
make: *** [debugger.o] Error 1<br>
</tt></blockquote>
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.<br>
<br>
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).<br>
<br>
Could there be work already done to solve this?<br>
<br>
Thanks, -peter<br>
</body>
</html>