On 10/10/06, Steven Bethard <[EMAIL PROTECTED]> wrote:
On 10/10/06, Andi Vajda <[EMAIL PROTECTED]> wrote:
>
> On Tue, 10 Oct 2006, Steven Bethard wrote:
>
> > Are there plans to release Python 2.5 Windows binaries for PyLucene?
>
> No immediate plans, no. I haven't looked at Python 2.5 yet. I don't expect
> there to be any problems with it, though.

Ok, thanks.  I'll probably try this out this week, but I've been
putting it off because I hate cygwin. ;-)  I'll try to let you guys
know if I run into any troubles.

Ok, I'm stuck.  I dowloaded:

   http://downloads.osafoundation.org/PyLucene/src/PyLucene-src-2.0.0-3.tar.gz

And followed the instructions in INSTALL for downloading and
installing MinGW etc.  I modified the Makefile to uncomment the
Windows section and fill in the appropriate values (leaving the DB
stuff commented since I'm not building the Berkely DB support).  When
I run ``make``, I see:

cd lucene-java-2.0.0-453447; patch -Nup1 < ../patches.lucene; echo ok
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- 
lucene-java-2.0.0-434148/src/java/org/apache/lucene/queryParser/QueryParser.java
 2006-07-23 04:08:36.000000000 -0700
|+++ 
lucene-java-2.0.0-434148-patched/src/java/org/apache/lucene/queryParser/QueryParser.java
 2006-08-23 15:07:01.000000000 -0700
--------------------------

I noticed that the directory actually created was
lucene-java-2.0.0-453447 (different last number), and I tried to fix
the patch file, but I couldn't figure out where the things it was
trying to patch were.  (The tar file I downloaded had only the
directories ``cpp``, ``java``, ``release``, ``samples`` and ``test``.)

I tried just ignoring the patches.  I then got an error which I
tracked down to ``ant`` not being installed.  (Apache ant is not
listed as one of the requirements for building PyLucene.  If it is
required, it should probably be listed in the INSTALL file.)  I
installed ``ant`` but then (after ignoring all the patches) I get the
error:

   Buildfile: build.xml does not exist!
   Build failed

Suggestions?

Steve
--
I'm not *in*-sane. Indeed, I am so far *out* of sane that you appear a
tiny blip on the distant coast of sanity.
       --- Bucky Katt, Get Fuzzy
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to