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 B9FA5429E21 for ; Sat, 26 Nov 2011 11:13:29 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 qE6Il7h+co5I for ; Sat, 26 Nov 2011 11:13:29 -0800 (PST) Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 2609F431FB6 for ; Sat, 26 Nov 2011 11:13:29 -0800 (PST) Received: from rocinante.cs.unb.ca (S01060022b0b25eef.vc.shawcable.net [24.85.229.115]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pAQJDQHN010108 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Sat, 26 Nov 2011 15:13:27 -0400 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.76) (envelope-from ) id 1RUNgQ-000257-2u; Sat, 26 Nov 2011 11:13:06 -0800 From: David Bremner To: Amadeusz =?utf-8?B?xbtvxYJub3dza2k=?= , notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] Build symbol-test with make instead of hardcoding in symbol-hiding. In-Reply-To: <1322218492-8300-1-git-send-email-aidecoe@aidecoe.name> References: <1322218492-8300-1-git-send-email-aidecoe@aidecoe.name> User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Sat, 26 Nov 2011 11:12:46 -0800 Message-ID: <87k46mbsup.fsf@rocinante.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Sat, 26 Nov 2011 19:13:29 -0000 On Fri, 25 Nov 2011 11:54:51 +0100, Amadeusz =C5=BBo=C5=82nowski wrote: > If symbol-test is built in symbol-hiding with hardcoded g++ invokation, > it's not so easy to pass $(srcdir) which is required to find notmuch.h > when srcdir and builddir are separate directories. > --- Sorry to do this to you, but I pushed Dmitry's patch to test/basic first, so can you please rebase? thanks d