From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22432 invoked by alias); 12 Jun 2016 02:28:08 -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 21654 invoked by uid 89); 12 Jun 2016 02:27:23 -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=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 Received: from nm6.bullet.mail.bf1.yahoo.com (HELO nm6.bullet.mail.bf1.yahoo.com) (98.139.212.165) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 12 Jun 2016 02:27:22 +0000 Received: from [98.139.215.142] by nm6.bullet.mail.bf1.yahoo.com with NNFMP; 12 Jun 2016 02:27:19 -0000 Received: from [98.139.211.202] by tm13.bullet.mail.bf1.yahoo.com with NNFMP; 12 Jun 2016 02:27:19 -0000 Received: from [127.0.0.1] by smtp211.mail.bf1.yahoo.com with NNFMP; 12 Jun 2016 02:27:19 -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: <21f01060-238b-a2fe-37af-f9709cc20f14@frontier.com> Date: Sun, 12 Jun 2016 07:53: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/msg00181.txt.bz2 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