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