From 8eaedf3c3c872112c0df275d19ee0e1a86b5a90b Mon Sep 17 00:00:00 2001 From: ngreply Date: Thu, 10 Oct 2013 07:46:08 +1700 Subject: [PATCH] Re: OSX 10.6 support --- 87/656a70f16e4ee74639f3f90ef7fb88e11e345f | 80 +++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 87/656a70f16e4ee74639f3f90ef7fb88e11e345f diff --git a/87/656a70f16e4ee74639f3f90ef7fb88e11e345f b/87/656a70f16e4ee74639f3f90ef7fb88e11e345f new file mode 100644 index 000000000..00dee097b --- /dev/null +++ b/87/656a70f16e4ee74639f3f90ef7fb88e11e345f @@ -0,0 +1,80 @@ +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 52259431FAF + for ; Wed, 9 Oct 2013 07:46:13 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 1.314 +X-Spam-Level: * +X-Spam-Status: No, score=1.314 tagged_above=-999 required=5 + tests=[FREEMAIL_FROM=0.001, URI_HEX=1.313] 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 U7Khypuq0D-V for ; + Wed, 9 Oct 2013 07:46:09 -0700 (PDT) +Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) + (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 6677F431FAE + for ; Wed, 9 Oct 2013 07:46:09 -0700 (PDT) +Received: from ben.nabble.com ([192.168.236.152]) + by sam.nabble.com with esmtp (Exim 4.72) + (envelope-from ) id 1VTv1c-0003AN-5N + for notmuch@notmuchmail.org; Wed, 09 Oct 2013 07:46:08 -0700 +Date: Wed, 9 Oct 2013 07:46:08 -0700 (PDT) +From: ngreply +To: notmuch@notmuchmail.org +Message-ID: <1381329968134-4029043.post@n3.nabble.com> +In-Reply-To: + +References: + +Subject: Re: OSX 10.6 support +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Transfer-Encoding: 7bit +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: Wed, 09 Oct 2013 14:46:13 -0000 + +Hello, + +do not know, if it's done right, but this patch fixed my compilation of +notmuch-0.16 on OSX 10.6: + +diff Makefile.local.org Makefile.local +287c287 +< $(call quiet,$(FINAL_NOTMUCH_LINKER) $(CFLAGS)) $(notmuch_client_modules) +$(FINAL_NOTMUCH_LDFLAGS) -o $@ +--- +> $(call quiet,$(FINAL_NOTMUCH_LINKER) $(CFLAGS)) $(notmuch_client_modules) +> util/libutil.a $(FINAL_NOTMUCH_LDFLAGS) -o $@ + + +The same error about missing symbols while compiling target notmuch-shared +came up when I've tried to install notmuch via Macports. + + Thanks to all contributors for this great tool. + + Regards, + + Oliver + + + + +-- +View this message in context: http://notmuch.198994.n3.nabble.com/OSX-10-6-support-tp4028971p4029043.html +Sent from the notmuch mailing list archive at Nabble.com. -- 2.26.2