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=szYTkl3yvJyIU+bh
	gPJFG05E+Ufh+xSMwuopUGI0KnXn2w7WcTUmL+J+xRRwgh/PaoKZ95F/dRLbEBnc
	LIizrwha23NZsAg0NFUAlkHh9kGix6rjlAtzE28es+8enYgiTpIdtSDp0DU4h4wS
	BcfFxl8QUtAfDVyWNwivOFdHQks=
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=0MOnYmZh2Ch7vHKGEuNXyN
	zusuw=; b=hfegQksLEnTGsur++Ev3LECcph/p+j1JD3v9MlT9tptda81BL6sjC4
	It/U/TMk+cM+yqd903OBMXZc+xaAElc/3kmQtDYu30W95dNLI1Uv4U2a3AgjzQq3
	XefM4VPusTKbW0Aygp7T2zxRASne7fLfCsdlzgYzTLX6iNYYeHdd8=
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=H*f:sk:7e7ae7e, H*MI:sk:7e7ae7e, H*i:sk:7e7ae7e, H*r:98.139.211
X-HELO: nm18-vm0.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: <a3ab0609-54d1-6db1-7da9-77bcd80f185d@frontier.com>
Date: Sat, 11 Jun 2016 19:37:27 -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

I'll let you know.  Right now, I'm almost done compiling xapian with my 
current setup.  If that fails, or takes too long, I'll try your 
suggestion.  (Then we'll see what other issues pop up with notmuch.)

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

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

