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
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
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
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
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
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