X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=TbKahlCnP8Ed4RJY d0rq+ZJlBmBxlWt68W7In4D7utz8LxnMd1k1aHPa9aiVDKWTukK6EpTfAQKHOWaP eTC/dav0QHQzzYSqK/11XjqM0tCskoDkYjceOjFc1Ln5B9GJ/Bf7Mh5dBv0ArMav /71pc8c9fdjBLpOunLW7uT/6LLI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=1VwgVDKpTmVuMI4UF3D1Md s9/ds=; b=tg18jI5WSOOkcLEZbIawXi2UtGH9GctyEVDDxYA8KxgmwZpCPkdlp4 78jcAamRGjTlmPTFYgSRMu688E5TDdc0zB//161jY3GA7/ZtTloNpZQtNTdzqU14 rnw+B+BBMiWqVZtHcbXNrKvlf0yug3GsnAoVVDx8Jc0GDJvypeJBI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: <cygwin.cygwin.com> List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_COUK,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=ostroff, Ostroff, H*Ad:D*co.uk, HX-HELO:sk:smtp-ou X-HELO: smtp-out-4.tiscali.co.uk Subject: Re: Notmuch mail indexer - talloc requirement? To: cygwin AT cygwin DOT com References: <1426723949 DOT 184450 DOT 242289365 DOT 2B23F3DB AT webmail DOT messagingengine DOT com> <20150319083606 DOT GB8398 AT calimero DOT vinschen DOT de> <1426776809 DOT 489317 DOT 242555749 DOT 100E8685 AT webmail DOT messagingengine DOT com> <loom DOT 20160611T204130-783 AT post DOT gmane DOT org> From: David Stacey <drstacey AT tiscali DOT co DOT uk> Message-ID: <7e7ae7e7-7729-c053-6866-e17c669c9bf5@tiscali.co.uk> Date: Sun, 12 Jun 2016 00:01:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <loom.20160611T204130-783@post.gmane.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfK7WsCoUi2t2aziEo6scQEtev0mDs/qI72d+MZa2OrEr6Lih8peFXKjSTEw25tBbM/10HcHtlMFHlIVD128gUmePd9oPMub/TQRW0YMBLpUE8j04Hzw6 lSUfWHPvLRQwsnPSVq1wv6/mmvX0rdKEzr1lI7tjylpSWeDNCG0NSHIs X-IsSubscribed: yes On 11/06/16 19:55, Jack Ostroff wrote: > I was able to complete the talloc compile and install by going > into the bin/defaults directory and linking cygtalloc_2.dll to both > talloc.dll and cygtalloc.dll, and the same for cygpytalloc-util-2.dll. > > However, even then, when doing ./configure on notmuch I still get errors: > > /usr/include/xapian/version.h:28:2: error: #error The C++ ABI version of > compiler you are using does not match > > /usr/include/xapian/version.h:31:2: error: #error The Xapian library was > built with g++ 4.8.3 > > My current g++ is 5.3.0. Does this help? ./configure CXXFLAGS="-g -O2 -D_GLIBCXX_USE_CXX11_ABI=0" It should force the compiler to use to older ABI. Dave. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple