build pyLucene 4.10.1-1

2014-10-09 Thread Márk Csaba
Hello List,   Im trying to build the 4.10.1-1 pyLucene and I got some errors.   The details: $ java -version java version "1.7.0_67" Java(TM) SE Runtime Environment (build 1.7.0_67-b01) Java HotSpot(TM) Server VM (build 24.65-b04, mixed mode) $ ant -version Apache Ant(TM) version 1.9.4 comp

Re: build pyLucene 4.10.1-1

2014-10-09 Thread Andi Vajda
On Thu, 9 Oct 2014, Márk Csaba wrote: Hello List, ?? Im trying to build the 4.10.1-1 pyLucene and I got some errors. ?? The details: $ java -version java version "1.7.0_67" Java(TM) SE Runtime Environment (build 1.7.0_67-b01) Java HotSpot(TM) Server VM (build 24.65-b04, mixed mode) $

RE: build pyLucene 4.10.1-1

2014-10-09 Thread Márk Csaba
Hello Andi, thank you for the suggestions. There were previous versions of JCC and lucene. I've removed that folders from site-packages and I did a make clean; make; make install; make test. Unfortunately it didn't solve the problem. Csaba -Original Message- From: Andi Vajda [mailto:va.

RE: build pyLucene 4.10.1-1

2014-10-09 Thread Andi Vajda
On Fri, 10 Oct 2014, Márk Csaba wrote: Hello Andi, thank you for the suggestions. There were previous versions of JCC and lucene. I've removed that folders from site-packages and I did a make clean; make; make install; make test. Unfortunately it didn't solve the problem. Then try the comma

RE: build pyLucene 4.10.1-1

2014-10-09 Thread Márk Csaba
The output is the same: $ /usr/local/bin/python Python 2.6.8 (unknown, Apr 14 2013, 19:37:24) [GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import lucene >>> lucene.VERSION '4.10.1' >>> lucene.JCC_VERSION '2.21' I got

RE: build pyLucene 4.10.1-1

2014-10-09 Thread Andi Vajda
On Fri, 10 Oct 2014, Márk Csaba wrote: The output is the same: $ /usr/local/bin/python Python 2.6.8 (unknown, Apr 14 2013, 19:37:24) [GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2 Type "help", "copyright", "credits" or "license" for more information. import lucene lucene.VERSION '4.10.1'