Re: JCC Compilation Error

2023-03-22 Thread S Less
Andi, thankyou for the reply and my apologies, sorry to waste your time.
Al

On Thu, Mar 23, 2023 at 4:10 PM Andi Vajda  wrote:

>
> On Thu, 23 Mar 2023, S Less wrote:
>
> > *jcc3/sources/functions.cpp:1742:28: **error: **expression is not
> > assignable*
> >
> >Py_TYPE(*type) = PY_TYPE(FinalizerClass);
> >
> > *~~ ^*
>
> This is https://issues.apache.org/jira/browse/PYLUCENE-66 and was fixed
> for
> PyLucene 9.4.1.
> You say "I am running setup.py from the latest PyLucene download", is that
> 9.4.1 ?
>
> Andi..
>


Re: JCC Compilation Error

2023-03-22 Thread Andi Vajda



On Thu, 23 Mar 2023, S Less wrote:


*jcc3/sources/functions.cpp:1742:28: **error: **expression is not
assignable*

   Py_TYPE(*type) = PY_TYPE(FinalizerClass);

*~~ ^*


This is https://issues.apache.org/jira/browse/PYLUCENE-66 and was fixed for 
PyLucene 9.4.1.
You say "I am running setup.py from the latest PyLucene download", is that 
9.4.1 ?


Andi..