Re: Building PyLucene on Windows

2012-04-28 Thread Bill Janssen
Andi Vajda wrote: > The patch to setuptools is for Linux only unless I'm mistaken. Yes, you'll see if you look at that script that I don't apply any patches to setuptools before I install it. I do have to apply a patch to jcc's setup.py to generate the appropriate .lib file, though. http://u

Re: Building PyLucene on Windows

2012-04-28 Thread Andi Vajda
On Apr 28, 2012, at 16:35, Bill Janssen wrote: > Jeremy Michels wrote: > >> Would you be willing to share your makefile? I am having quite a bit >> of trouble with this as well. > > I build PyLucene on Windows regularly. I use mingw to compile and link. > My build script is at > http://uplib

Re: Building PyLucene on Windows

2012-04-28 Thread Bill Janssen
Jeremy Michels wrote: > Would you be willing to share your makefile? I am having quite a bit > of trouble with this as well. I build PyLucene on Windows regularly. I use mingw to compile and link. My build script is at http://uplib.parc.com/hg/uplib/file/2013b08512fa/win32/build-windows-prereqs

Re: Building PyLucene on Windows

2010-03-10 Thread Andi Vajda
On Mar 9, 2010, at 20:18, Roman Chyla wrote: Hi, I would also like to thank to Andi (and others?) for the great tool and the samples, it is really excellent. I am using MSVC7.1 on win xp, it builds fine, but it was quite difficult at the beginning (especially, because I tried with mingw befor

Re: Building PyLucene on Windows

2010-03-09 Thread Roman Chyla
Hi, I would also like to thank to Andi (and others?) for the great tool and the samples, it is really excellent. I am using MSVC7.1 on win xp, it builds fine, but it was quite difficult at the beginning (especially, because I tried with mingw before falling back to msvc). And indeed, is gnu make

Re: Building PyLucene on Windows

2010-03-09 Thread Andi Vajda
On Mar 9, 2010, at 13:13, "Thomas Koch" wrote: Dear PyLucene-fans, I just managed to build pylucene-2.9.1-1 on Windows with Python 2.6 and Java 1.6 and like to tell my 'story' - just in case anyone else runs into similar problems... First I should mention that I'm using PyLucene for qui