Return-Path: Delivered-To: apmail-lucene-pylucene-dev-archive@minotaur.apache.org Received: (qmail 63281 invoked from network); 30 Nov 2010 18:55:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 18:55:14 -0000 Received: (qmail 42538 invoked by uid 500); 30 Nov 2010 18:55:14 -0000 Delivered-To: apmail-lucene-pylucene-dev-archive@lucene.apache.org Received: (qmail 42477 invoked by uid 500); 30 Nov 2010 18:55:14 -0000 Mailing-List: contact pylucene-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-dev@lucene.apache.org Received: (qmail 42466 invoked by uid 99); 30 Nov 2010 18:55:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 18:55:14 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [66.159.224.220] (HELO ovaltofu.org) (66.159.224.220) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 18:55:05 +0000 Received: from [192.168.148.58] ([72.14.229.87]) (authenticated bits=0) by ovaltofu.org (8.14.4/8.14.4) with ESMTP id oAUIsfvf013039 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 30 Nov 2010 10:54:41 -0800 (PST) Date: Tue, 30 Nov 2010 10:54:54 -0800 (PST) From: Andi Vajda X-X-Sender: vajda@yuzu.local Reply-To: Andi Vajda To: pylucene-dev@lucene.apache.org Subject: Re: building PyLucene 3.0.2 on Win7/MinGW with Python 2.7 In-Reply-To: <66159.1291142300@parc.com> Message-ID: References: <39497.1290451990@parc.com> <43164.1290458744@parc.com> <43491.1290459535@parc.com> <12448.1291052748@parc.com> <9F46DFC5-BE40-4A65-A4D4-6F724D1B7BC2@apache.org> <14849.1291057135@parc.com> <27999.1291082934@parc.com> <29194.1291084823@parc.com> <06BB440E-2E8C-41AC-BC5C-BADDD78B1785@apache.org> <66159.1291142300@parc.com> User-Agent: Alpine 2.01 (OSX 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org On Tue, 30 Nov 2010, Bill Janssen wrote: > Andi Vajda wrote: > >> Try without --find-jvm-dll and setting the Path in the shell first. > > Yes, I've tried it both ways -- same problem. > > "the Web" seems to indicate that this problem comes from mixing "malloc" > and "free" calls from two different libc's. in your case, three no ? Andi..