Re: JArray issue with PyLucene 2.9.2 on Fedora

2010-07-01 Thread Bill Janssen
Andi Vajda wrote: > > On Thu, 1 Jul 2010, Bill Janssen wrote: > > > Andi Vajda wrote: > > > >>> I'm trying to build Lucene 2.9.2 on Fedora with gcc 4.3 and Python 2.5.1 > >>> and OpenJDK 6, but hit this issue with JArray: > >>> > >>> [...] > >>> building 'lucene._lucene' extension > >>> creati

Re: JArray issue with PyLucene 2.9.2 on Fedora

2010-07-01 Thread Bill Janssen
Andi Vajda wrote: > > On Jul 1, 2010, at 18:43, Bill Janssen wrote: > > > Andi Vajda wrote: > > > >> This error indicates that the C++ compiler thinks that jboolean and > >> jbyte are the same types. Could it be that you're picking up gcj > >> header files instead of the correct JDK ones as t

Re: JArray issue with PyLucene 2.9.2 on Fedora

2010-07-01 Thread Andi Vajda
On Thu, 1 Jul 2010, Bill Janssen wrote: Andi Vajda wrote: I'm trying to build Lucene 2.9.2 on Fedora with gcc 4.3 and Python 2.5.1 and OpenJDK 6, but hit this issue with JArray: [...] building 'lucene._lucene' extension creating build/temp.linux-i686-2.5 creating build/temp.linux-i686-2.5/b

Re: JArray issue with PyLucene 2.9.2 on Fedora

2010-07-01 Thread Bill Janssen
Andi Vajda wrote: > > I'm trying to build Lucene 2.9.2 on Fedora with gcc 4.3 and Python 2.5.1 > > and OpenJDK 6, but hit this issue with JArray: > > > > [...] > > building 'lucene._lucene' extension > > creating build/temp.linux-i686-2.5 > > creating build/temp.linux-i686-2.5/build > > creating

Re: JArray issue with PyLucene 2.9.2 on Fedora

2010-07-01 Thread Andi Vajda
On Jul 1, 2010, at 18:43, Bill Janssen wrote: Andi Vajda wrote: This error indicates that the C++ compiler thinks that jboolean and jbyte are the same types. Could it be that you're picking up gcj header files instead of the correct JDK ones as this tends to happen on redhat ? What is the f

Re: JArray issue with PyLucene 2.9.2 on Fedora

2010-07-01 Thread Bill Janssen
Andi Vajda wrote: > This error indicates that the C++ compiler thinks that jboolean and > jbyte are the same types. Could it be that you're picking up gcj > header files instead of the correct JDK ones as this tends to happen > on redhat ? > What is the first jni.h file in your header include pat

Re: JArray issue with PyLucene 2.9.2 on Fedora

2010-07-01 Thread Andi Vajda
On Wed, 30 Jun 2010, Bill Janssen wrote: I'm trying to build Lucene 2.9.2 on Fedora with gcc 4.3 and Python 2.5.1 and OpenJDK 6, but hit this issue with JArray: [...] building 'lucene._lucene' extension creating build/temp.linux-i686-2.5 creating build/temp.linux-i686-2.5/build creating build/

JArray issue with PyLucene 2.9.2 on Fedora

2010-06-30 Thread Bill Janssen
I'm trying to build Lucene 2.9.2 on Fedora with gcc 4.3 and Python 2.5.1 and OpenJDK 6, but hit this issue with JArray: [...] building 'lucene._lucene' extension creating build/temp.linux-i686-2.5 creating build/temp.linux-i686-2.5/build creating build/temp.linux-i686-2.5/build/_lucene gcc -pthrea