Return-Path: Delivered-To: apmail-lucene-pylucene-dev-archive@minotaur.apache.org Received: (qmail 20052 invoked from network); 18 Mar 2010 17:19:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Mar 2010 17:19:31 -0000 Received: (qmail 24561 invoked by uid 500); 18 Mar 2010 17:19:31 -0000 Delivered-To: apmail-lucene-pylucene-dev-archive@lucene.apache.org Received: (qmail 24529 invoked by uid 500); 18 Mar 2010 17:19:31 -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 24518 invoked by uid 99); 18 Mar 2010 17:19:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Mar 2010 17:19:31 +0000 X-ASF-Spam-Status: No, hits=-4.4 required=10.0 tests=AWL,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of janssen@parc.com designates 13.1.64.93 as permitted sender) Received: from [13.1.64.93] (HELO alpha.xerox.com) (13.1.64.93) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Mar 2010 17:19:24 +0000 Received: from parc.com ([13.1.100.121]) by alpha.xerox.com with SMTP id <511198(1)>; Thu, 18 Mar 2010 10:18:50 PDT To: pylucene-dev@lucene.apache.org Subject: Re: PyLucene 2.9.2 on Windows XP In-reply-to: <27223.1268931567@parc.com> References: <27223.1268931567@parc.com> Comments: In-reply-to Bill Janssen message dated "Thu, 18 Mar 2010 09:59:27 -0700." Cc: janssen@parc.com X-Mailer: MH-E 8.1; nmh 1.3; GNU Emacs 23.0.60 Date: Thu, 18 Mar 2010 10:18:49 PDT Message-ID: <27516.1268932729@parc.com> From: Bill Janssen My bad. Saying $ python setup.py build --compiler=mingw32 fixes this problem. Bill > I'm trying to build PyLucene 2.9.2 on Windows XP with MinGW and msys, > using Java 1.6.0_18 SE and Python 2.6.4, without setuptools. I unpacked > the sources, and tried building JCC: > > $ python setup.py build > running build > running build_py > creating build > creating build\lib.win32-2.6 > creating build\lib.win32-2.6\jcc > copying jcc\config.py -> build\lib.win32-2.6\jcc > copying jcc\cpp.py -> build\lib.win32-2.6\jcc > copying jcc\python.py -> build\lib.win32-2.6\jcc > copying jcc\__init__.py -> build\lib.win32-2.6\jcc > copying jcc\__main__.py -> build\lib.win32-2.6\jcc > creating build\lib.win32-2.6\jcc\sources > copying jcc\sources\functions.cpp -> build\lib.win32-2.6\jcc\sources > copying jcc\sources\JArray.cpp -> build\lib.win32-2.6\jcc\sources > copying jcc\sources\jcc.cpp -> build\lib.win32-2.6\jcc\sources > copying jcc\sources\JCCEnv.cpp -> build\lib.win32-2.6\jcc\sources > copying jcc\sources\JObject.cpp -> build\lib.win32-2.6\jcc\sources > copying jcc\sources\types.cpp -> build\lib.win32-2.6\jcc\sources > copying jcc\sources\functions.h -> build\lib.win32-2.6\jcc\sources > copying jcc\sources\JArray.h -> build\lib.win32-2.6\jcc\sources > copying jcc\sources\JCCEnv.h -> build\lib.win32-2.6\jcc\sources > copying jcc\sources\jccfuncs.h -> build\lib.win32-2.6\jcc\sources > copying jcc\sources\JObject.h -> build\lib.win32-2.6\jcc\sources > copying jcc\sources\macros.h -> build\lib.win32-2.6\jcc\sources > creating build\lib.win32-2.6\jcc\patches > copying jcc\patches\patch.4195 -> build\lib.win32-2.6\jcc\patches > copying jcc\patches\patch.43.0.6c11 -> build\lib.win32-2.6\jcc\patches > copying jcc\patches\patch.43.0.6c7 -> build\lib.win32-2.6\jcc\patches > running build_ext > building 'jcc._jcc' extension > error: Unable to find vcvarsall.bat > > $ > > This appears to be a regression of Python bug 2698. I'll try installing > setuptools and see if that masks the problem. > > Nope, same problem with setuptools-0.6c11 installed. > > Bill