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 1FE1F431FAF for ; Thu, 19 Jan 2012 15:47:03 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1] 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 hfBcgZ2ny1g0 for ; Thu, 19 Jan 2012 15:47:01 -0800 (PST) Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222]) by olra.theworths.org (Postfix) with ESMTP id 54137431FAE for ; Thu, 19 Jan 2012 15:47:01 -0800 (PST) Received: from odin.local (nancy.schnouki.net [78.238.0.45]) by ks3536.kimsufi.com (Postfix) with ESMTPSA id C3FF36C000A; Fri, 20 Jan 2012 00:46:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net; s=key-schnouki; t=1327016814; bh=FCl9SX/PLJkDfJC+q4Ib5QDnv5ucgLLE8MNYSU2rH9w=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=HbEHUmifAv5HSU1Yvy/HsdIBR3WUNpz0sB7nLpQhe87G3lh9N6bI93C6DD1xKLrsw XZRfzOlLquhhzSlLCK+mFVonw9huvS6r18poZNDm0G6rVdi90v9MgdicNE/FshvS7f 1RMuHp04Pw7TnWTdFisE6XQeobSgYz+/aGep2F18= From: Thomas Jost To: Tomi Ollila , Tom Prince , notmuch@notmuchmail.org Subject: Re: [PATCH v2 2/2] Add pseudo-compatibility with gmime 2.6 In-Reply-To: References: <8739bea9lc.fsf@thor.loria.fr> <1326797453-9405-1-git-send-email-schnouki@schnouki.net> <1326797453-9405-2-git-send-email-schnouki@schnouki.net> <87fwfd6i8e.fsf@hermes.hocat.ca> User-Agent: Notmuch/0.11+95~g205cf08 (http://notmuchmail.org) Emacs/24.0.92.1 (x86_64-unknown-linux-gnu) Date: Fri, 20 Jan 2012 00:47:04 +0100 Message-ID: <87mx9j2r2f.fsf@schnouki.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" 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: Thu, 19 Jan 2012 23:47:03 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 18 Jan 2012 20:00:12 +0200, Tomi Ollila wrote: > On Wed, 18 Jan 2012 12:19:45 -0500, Tom Prince = wrote: > >=20 > > How did you test against multiple versions? Using different machines? If > > there was a way for configure (or something to pick the version, I would > > setup the buildbot to test against both, so we don't regress either. >=20 > I currently compile notmuch on Fedora 15 so that I have=20 >=20 > LIBRARY_PATH=3D/my/own/path/to/x86_64-linux/lib > and > CPATH=3D/my/own/path/to/x86_64-linux/include >=20 > and gmime 2.4 development files are located in these > directories. I'll be hiding gmime 2.4 stuff from these > soon in order to build against 2.6 stuff. >=20 > Tomi For testing gmime 2.4 and 2.6, I just uninstalled 2.6 and reinstalled 2.4 (kept the binary package on purpose -- not a problem since notmuch is the only package using gmime on my system). When hacking the gmime git in order to fix https://bugzilla.gnome.org/show_bug.cgi?id=3D668085, I set some environment variables before calling "./configure" and building notmuch: LDFLAGS=3D"-Wl,-rpath,/home/schnouki/dev/gmime/gmime/.libs" ./configure -= -prefix=3D/usr --sysconfdir=3D/etc make ldd ./notmuch Regards, =2D-=20 Thomas/Schnouki --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJPGKt4AAoJEMPdciX+bh5I2qcH/3SJARYQjt2YP770U9O+dc/s OWMY9I9i+n37GRPNwrec5u/Dle0ZDiCDMyV9oTD7n5A40CRsZBwqhrlm8PJcjdgx C8Likfmr40zwv3fm4klseE5p/Uj+1ZNb42s4Rpe/9nBLRlnkSRfk/mYIRUCCG9Mk QF9s+F4clHZ48ERS2riohN0tS/UMeAX5NB+FDdmTehwB+BgkkIvIwZWj6MJmTa4z 6y0K0esUuA6T3ippgdUAk2yUJdlRxo8wo+Eag7z3uqTqOU0eqh61y2eOeE7Vs3L1 mOVeme3x0Nu9hmD1+fdiqOrQ6XNVkoaa5teTQlxIjrxMdeJry6mbuGXzPkO+lc0= =tKFh -----END PGP SIGNATURE----- --=-=-=--