Re: Building Apache PyLucene 2.9.3 / 3.0.2 on Windows

2010-08-06 Thread Roman Chyla
Hi, I ran into the same problem (cygwin + MSVC7.0 - pylucene 2.9.3.1) and the --reserved IGNORE solved the problem. Thank you, roman On Sat, Jul 10, 2010 at 2:00 AM, Thomas Koch wrote: > Thanks for the speedy response - that solved this problem: > > in PyLucene 2.9.3 / Makefile > JCCFLAGS?=--n

Re: Building Apache PyLucene 2.9.3 / 3.0.2 on Windows

2010-07-10 Thread Thomas Koch
Thanks for the speedy response - that solved this problem: in PyLucene 2.9.3 / Makefile JCCFLAGS?=--no-generics --reserved IGNORE in PyLucene 3.0.2 / Makefile JCCFLAGS?=--reserved IGNORE regards Thomas -- Am 10.07.2010, 00:24 Uhr, schrieb Andi Vajda : It is most likely that IGNORE is being de

Re: Building Apache PyLucene 2.9.3 / 3.0.2 on Windows

2010-07-09 Thread Andi Vajda
On Fri, 9 Jul 2010, Thomas Koch wrote: trying to build Apache PyLucene 2.9.3 / 3.0.2 on Windows (Win32, Python 2.6, Java 1.6, ant 1.8.0) fails for me with an error during "make" of PyLucene. Could build JCC2.6 before with no problem. Should be noted that I've built PyLucene 2.4 before (same m

Building Apache PyLucene 2.9.3 / 3.0.2 on Windows

2010-07-09 Thread Thomas Koch
Hi, trying to build Apache PyLucene 2.9.3 / 3.0.2 on Windows (Win32, Python 2.6, Java 1.6, ant 1.8.0) fails for me with an error during "make" of PyLucene. Could build JCC2.6 before with no problem. Should be noted that I've built PyLucene 2.4 before (same machine) with no problems (with Jc