From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125218 invoked by alias); 11 Jun 2016 23:37:45 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 125207 invoked by uid 89); 11 Jun 2016 23:37:44 -0000 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 Received: from nm18-vm0.bullet.mail.bf1.yahoo.com (HELO nm18-vm0.bullet.mail.bf1.yahoo.com) (98.139.213.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 11 Jun 2016 23:37:34 +0000 Received: from [98.139.215.140] by nm18.bullet.mail.bf1.yahoo.com with NNFMP; 11 Jun 2016 23:37:31 -0000 Received: from [98.139.211.202] by tm11.bullet.mail.bf1.yahoo.com with NNFMP; 11 Jun 2016 23:37:31 -0000 Received: from [127.0.0.1] by smtp211.mail.bf1.yahoo.com with NNFMP; 11 Jun 2016 23:37:31 -0000 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> <7e7ae7e7-7729-c053-6866-e17c669c9bf5@tiscali.co.uk> From: Jack Ostroff Message-ID: Date: Sun, 12 Jun 2016 06:00:00 -0000 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 X-SW-Source: 2016-06/txt/msg00180.txt.bz2 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