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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=hoZJ0T9ZZY6RCmVYGgACwAY0VNPfaokFKHmyJPA4xc+Jq8VMtYNVD mYFHMPBh4PnvlkgM528Qjkm+NP/I8Qj8Oji7XdDKcQ95L7Cfrc4XhmSXI6RbjC5w X9a3R0uimuJT1K1Coe7ZoAvkKTGc5P0ePBXAmly8LGHz9bsUbk+2Jk= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=BeKr8SX8XFEOk+wWSfLTb9WoPpU=; b=U1FbiXhMXOBR1JoYZ+HOUEE2yzf2 9oiCM7BKbvY62t8PahEYBGCg+eJQthLibMdz60LWcv6qlPUkA7bxyjGrnzq7bExP 53GCAvB/rHW7ASA/8od/tfH1CfE/DDnui6FwAj8QUfw0gSy6Eqck66ggU1tsk4cv MgDY7pkyGlY0GgI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-4.0 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*sourceforge.net, H*Ad:D*users.sourceforge.net, Hx-languages-length:1418, subscribed X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Jack Ostroff Subject: Re: Notmuch mail indexer - talloc requirement? Date: Sat, 11 Jun 2016 18:55:48 +0000 (UTC) Lines: 34 Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes fastmail.com> writes: > On Thu, Mar 19, 2015, at 04:36 AM, Corinna Vinschen wrote: > > On Mar 18 20:12, Joe Rochette wrote: > > > > > > Any ideas on what might be the issue? Is anyone running notmuch (or > > > talloc) for anything out there? > > > > Looks like a simple path problem in Makefile. It just can't find > > the lib when linking. > > > > Corinna > > Ok, thanks for the hint. Any idea on how i should go about correcting > this? I have no idea where -ltalloc should be... but i'm assuming i can > link it with ld before the make? I realize this is a bit over a year old, but I'm in exactly the same situation. 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. At some point, I'll try recompiling Xapian myself, but I wonder whether this hasn't caused problems for anyone else. (I'm posting from gmane because I don't still have this message, although I am subscribed to the list.) -- 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