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 C417D431FD0 for ; Sun, 8 Dec 2013 15:22:57 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 xnt4X-qQQA-4 for ; Sun, 8 Dec 2013 15:22:53 -0800 (PST) Received: from bit.local (that.urnet.com.au [203.7.149.1]) by olra.theworths.org (Postfix) with ESMTP id D21BE431FCB for ; Sun, 8 Dec 2013 15:22:52 -0800 (PST) Received: by bit.local (Postfix, from userid 501) id C5E7A31A7D15; Mon, 9 Dec 2013 10:22:46 +1100 (EST) From: "Bart Bunting" To: notmuch@notmuchmail.org Subject: Build failure on OSX User-Agent: Notmuch/0.17~rc2+2~gb121a38 (http://notmuchmail.org) Emacs/24.3.50.1 (x86_64-apple-darwin12.2.0) Date: Mon, 09 Dec 2013 10:22:46 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Sun, 08 Dec 2013 23:22:57 -0000 Good morning, I am still having issues building notmuch from source on OSX. I'm unfortunately not sure if it is something specific to my setup or not. I am running latest git version of notmuch, osx 10.9. Xapian and talloc are from homebrew. If I manually edit the makefile to remove -lintl everything builds ok. I'm not sure what the intl library is or does so not sure if something else is subtly broken. Can anyone else confirm the issue? make V=1 g++ command-line-arguments.o debugger.o gmime-filter-reply.o hooks.o notmuch.o notmuch-compact.o notmuch-config.o notmuch-count.o notmuch-dump.o notmuch-insert.o notmuch-new.o notmuch-reply.o notmuch-restore.o notmuch-search.o notmuch-setup.o notmuch-show.o notmuch-tag.o notmuch-time.o sprinter-json.o sprinter-sexp.o sprinter-text.o query-string.o mime-node.o crypto.o tag-util.o lib/libnotmuch.a util/libutil.a parse-time-string/libparse-time-string.a -L/usr/local/Cellar/gmime/2.6.19/lib -L/usr/local/Cellar/glib/2.38.2/lib -lgmime-2.6 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/Cellar/talloc/2.0.8/lib -ltalloc -L/usr/local/Cellar/xapian/1.2.15/lib -lxapian -lz -o notmuch ld: library not found for -lintl clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [notmuch] Error 1 Kind regards Bart