From 6a60ba5d72297671160b60dcc27f77086ac302c8 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 22 Jan 2013 23:58:13 +0200 Subject: [PATCH] Re: Compiling notmuch-deliver: undefined reference to `notmuch_database_destroy' --- 25/57b874581b6dfc4c8f1ba96d762bd9a28df68c | 79 +++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 25/57b874581b6dfc4c8f1ba96d762bd9a28df68c diff --git a/25/57b874581b6dfc4c8f1ba96d762bd9a28df68c b/25/57b874581b6dfc4c8f1ba96d762bd9a28df68c new file mode 100644 index 000000000..ae3f25c76 --- /dev/null +++ b/25/57b874581b6dfc4c8f1ba96d762bd9a28df68c @@ -0,0 +1,79 @@ +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 83747431FC0 + for ; Tue, 22 Jan 2013 13:58:18 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 o8YtHbY7fhi7 for ; + Tue, 22 Jan 2013 13:58:17 -0800 (PST) +Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com + [209.85.217.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 4CC44431FB6 + for ; Tue, 22 Jan 2013 13:58:17 -0800 (PST) +Received: by mail-lb0-f176.google.com with SMTP id s4so2505411lbc.35 + for ; Tue, 22 Jan 2013 13:58:15 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-received:from:to:subject:in-reply-to:references:user-agent:date + :message-id:mime-version:content-type:x-gm-message-state; + bh=N9OtVpgxjMv7MxiOHICwQNLe7fRIWsmEHvy2pCpJU40=; + b=GlxaaKAc3cXlxgDl2mpVN8KwZ+GOh3FEoFDY0aPZO0tS6HY0x4P7I3yNKx/+Dhm0Sn + 7v3BP0c+tJknKvYbsuhZ8zf0LsQfBzOEBsUafRWnIllXy4/j06guYBxlCIyYmzlDXykr + C+HXh6LBeT9TGJ4yAF/kESBuWeGJBY1eS2aVrfYbYjAIxd2giiZTEBkoawv4MYdV5NNu + kKo1LhYjO6/TVn/4h3uaerML1IfjIvWu5MN5Bw7fc/pkMilsCcATNjp+EvEVChe7N2+T + NL/L6O0zh3L8o7z7esyCo1N8fOvTXbUARvMAWOp+BrI+q7hSJLyqytjfqXmBSWYq0c57 + TwGg== +X-Received: by 10.152.109.176 with SMTP id ht16mr22919921lab.2.1358891894391; + Tue, 22 Jan 2013 13:58:14 -0800 (PST) +Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. + [80.223.81.27]) + by mx.google.com with ESMTPS id to7sm7516412lab.13.2013.01.22.13.58.12 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Tue, 22 Jan 2013 13:58:13 -0800 (PST) +From: Jani Nikula +To: Creqz , notmuch@notmuchmail.org +Subject: Re: Compiling notmuch-deliver: undefined reference to + `notmuch_database_destroy' +In-Reply-To: <20130117193640.GA27457@ustx1cl-r9m1efv.SSG5-Serial> +References: <20130117193640.GA27457@ustx1cl-r9m1efv.SSG5-Serial> +User-Agent: Notmuch/0.14+255~gff3cc55 (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Tue, 22 Jan 2013 23:58:13 +0200 +Message-ID: <87pq0wj2x6.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +X-Gm-Message-State: + ALoCoQmP1mk5DwGMazN6hCBhTG4MVhLbnz2YPFtwYC9B+tmBdnEUqZV9W5qfXbDr+Q5ED49xc39v +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, 22 Jan 2013 21:58:18 -0000 + +On Thu, 17 Jan 2013, Creqz wrote: +> FWIW I'm using notmuch 0.14 and I'm trying to compile notmuch-deliver +> from the file 'notmuch-08e6d37.tar.gz' downloaded from +> http://git.notmuchmail.org/git/notmuch/tree/HEAD:/contrib/notmuch-deliver + +Try using both notmuch and notmuch-deliver from git master or both from +0.14 (or the new 0.15) release. Don't mix versions. + +HTH, +Jani. -- 2.26.2