X-Recipient: archive-cygwin@delorie.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=NOkwbJz4fHtM0W16
	Njt5/NDuE91EBppAUc+6oVeHA5wsbhrZXZh+N/TfwbngRVcC1gENuopfV8J66yXV
	zXqKb8i8wNoLe8GLfBonRIVIhQK9fWTIQguSnyP93VgvJEH5on9MQ1wxSBUtB5JY
	bYa8K3Cn3TcOE8EpTOtcstAkbcU=
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=68EKAxnjfV4X3Vd4lsIT9N
	bzb7c=; b=Ywn3NN+HJSKdKCpPs+74cRbtZDQ7vzxvtv5PmK0q+pnGo4LOyqWw5S
	seKl05hssg1kGSBt9yE76GuDTxT/BmUHg4T71VLAdhOYAhoeSPs5OciyyCnJzJZI
	iRDHl4s+73+Q1COeXSJSG9ksaNbo6n7wWUAlNlB7r0LRLJm1l1FVI=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:sk:tm13.bu, H*RU:sk:tm13.bu, H*RU:98.139.215.142, Hx-spam-relays-external:98.139.215.142
X-HELO: nm6.bullet.mail.bf1.yahoo.com
X-Yahoo-SMTP: OUa1GqWswBAzvc9OjOIJxzxyMDhCh_UVERCJE0t9BJmQ6VWiWOvj5QwhvZEe
Subject: Re: Notmuch mail indexer - talloc requirement?
To: cygwin@cygwin.com
References: <1426723949.184450.242289365.2B23F3DB@webmail.messagingengine.com> <20150319083606.GB8398@calimero.vinschen.de> <1426776809.489317.242555749.100E8685@webmail.messagingengine.com> <loom.20160611T204130-783@post.gmane.org> <7e7ae7e7-7729-c053-6866-e17c669c9bf5@tiscali.co.uk>
From: Jack Ostroff <ostroffjh@frontier.com>
Message-ID: <21f01060-238b-a2fe-37af-f9709cc20f14@frontier.com>
Date: Sat, 11 Jun 2016 22:27:17 -0400
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.1.1
MIME-Version: 1.0
In-Reply-To: <7e7ae7e7-7729-c053-6866-e17c669c9bf5@tiscali.co.uk>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit

On 6/11/2016 7:01 PM, David Stacey wrote:
> 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.
Oddly, no.  With that line, I get "Unrecognized option: CXXFLAGS=-g -O2 
-D_GLIBCXX_USE_CXX11_ABI=0".  Passing it as an environment variable 
seems to have no effect.  (I thought I had recompiled xapian, which I 
thought would have used the new ABI, but even that didn't seem to make 
any difference.)

Other ideas?

--
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

