| delorie.com/archives/browse.cgi | search |
| 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:date:from:to:subject:message-id:reply-to | |
| :references:mime-version:content-type:in-reply-to; q=dns; s= | |
| default; b=oS4KeNKT864/dYrckBOXtWd4SltAcWTBol22Gf/v1BrFpo2ff0T/+ | |
| HSI9j5E1D+c/1OKDSRnrmDzZvx6yI2dCv09m2Ob0+wI4n5cWRBacEJgQ9LEMJ5No | |
| qlWmta1azqdO7I3WBnymStSUBubhYMjPPAJlwlh+qp/DQjo3W/m9KQ= | |
| 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:date:from:to:subject:message-id:reply-to | |
| :references:mime-version:content-type:in-reply-to; s=default; | |
| bh=oZClPNaVx+RRpwjkN1oIbO75Ht8=; b=XjFBW59T7TGOjcLZTDUeTl71fS6Y | |
| cz3WnRyzebYv0/eVnJFtK+hpRTt5vfheLNDkBOgzSCtBssJych4aRawdFKe/J3iv | |
| qc0z31vs/40uAav4teQQLbwIGJXImXSDW2sNLFwJxeIYKojoAIt7jHSHDzGBOiUu | |
| XY7+1R68HpOyZsU= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 |
| X-HELO: | calimero.vinschen.de |
| Date: | Thu, 19 Mar 2015 09:36:06 +0100 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Notmuch mail indexer - talloc requirement? |
| Message-ID: | <20150319083606.GB8398@calimero.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <1426723949 DOT 184450 DOT 242289365 DOT 2B23F3DB AT webmail DOT messagingengine DOT com> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <1426723949.184450.242289365.2B23F3DB@webmail.messagingengine.com> |
| User-Agent: | Mutt/1.5.23 (2014-03-12) |
--0ntfKIWw70PvrIHh
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Mar 18 20:12, Joe Rochette wrote:
> Hi,=20
>=20
> I've been using mutt and offlineimap for sometime in cygwin to make my
> windows system feel more at home.=20=20
>=20
> What I do miss however from my linux systems is the notmuch mail
> indexer. (http://notmuchmail.org/)=20
>=20
> According to the source tarball INSTALL file notmuch depends on four
> libraries: Xapian, GMime 2.4 or 2.6,
> Talloc, and zlib. I believe i can get each of these from cygwin
> packages with the exception of Talloc:
>=20
> Talloc
> ------
> Talloc is a memory-pool allocator used by Notmuch.
>=20
> Talloc is an extremely lightweight and easy-to-use tool for
> allocating memory in a hierarchical fashion and then freeing
> it with a single call of the top-level handle. Using it has
> made development of Notmuch much easier and much less prone to
> memory leaks.
>=20
> Talloc is available from http://talloc.samba.org/
>=20
>=20
> I have attempted to compile Talloc (to in-turn compile Notmuch) and
> after a long-running ./configure step i get an error on make which is
> pasted below:=20=20=20
>=20
> [joe AT my_pc talloc-2.1.1]$ make
>=20
> WAF_MAKE=3D1 PATH=3Dbuildtools/bin:../../buildtools/bin:$PATH waf build
> Waf: Entering directory `/cygdrive/c/Users/joe/talloc-2.1.1/bin'
> [16/18] Linking default/cygpytalloc-util-2.dll
> /usr/lib/gcc/i686-pc-cygwin/4.9.2/../../../../i686-pc-cygwin/bin/ld:
> cannot find -ltalloc
> collect2: error: ld returned 1 exit status
> Waf: Leaving directory `/cygdrive/c/Users/joe/talloc-2.1.1/bin'
> Build failed: -> task failed (err #1):
> {task: cc_link pytalloc_util_6.o -> cygpytalloc-util-2.dll}
> Makefile:6: recipe for target 'all' failed
> make: *** [all] Error 1
>=20
>=20
> 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
--=20
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
--0ntfKIWw70PvrIHh
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBAgAGBQJVCop2AAoJEPU2Bp2uRE+gEAkP/1BN8MFCUI2oUUCiDRBR3Rc8
fr1ZIIqb4OJwuIxg+i1zZS7sB73LN7bJ/EtGwtu5qMi6pQVXwmz4o6pntJUvhQ8Y
rxXJEkbkvCQjMPBlgzFEQxThz0VcUS85ev6kyC3IGKNyzBBrQjS9o4a2v68HGz68
tHhhQldi7M7XT7aOaastu3rcW1cagW8lriM/kIfkdbomrgqhQ3gcaHDL2lYNITuz
BpaYtTs9nD64BEjvX8cC9vBErkuWV8cdAorIM5CKJ6ZP8tf3p2OOG0twnSu5odNS
zU/M1foRrDHcnHKEJwO9VwZNY5cta1CVkc5snHQvpXDU0DXbqf77ZZFLOqLXv7cO
n7+cmjQbSrskqQIsdrVB9Scv7kLdqz2Y0jU1Nxj/ED7Z0Ctx1b6eIDT0K6XGD1or
uzSX+Xixl6Yk6D0Slste01urXASX0xm0Vk8YesPG3haIbM24a4vE2xKKknPV5v5r
Me5Sy95Ow6D2ucPf6ZAlMweXoSDdMu3NXvv0htt4xOUlJmLJgz+MkyXqBkIIFJfW
tdgPQ8iJ6kCHjLiDE2hndTBnErPP2whYTaPrbioIHKQflAf3VPwDx/74avutHar9
kVnyKFzJ0YPXQKjxdB3DzLYqsDqhuRI51+EEMWdm7a9beYj4pOUrY+OUKyWKM+go
3HOhOnUu2ISWH/vS7mgB
=7lqD
-----END PGP SIGNATURE-----
--0ntfKIWw70PvrIHh--
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |