Re: PyLucene 2.9.2 on Windows XP with gcc 3.4.5

2010-03-18 Thread Bill Janssen
Yep, but that's what I have when I install MinGW and msys on a bare machine. Conservative folks, I guess. I agree, something in the 4.x line is warranted. Bill > On Thu, 18 Mar 2010, Bill Janssen wrote: > > > I'm trying to get JCC built on Win XP with latest mingw tools, which is > > gcc 3.4.

Re: PyLucene 2.9.2 on Windows XP with gcc 3.4.5

2010-03-18 Thread Bill Janssen
Upgrading gcc from the default 3.4.5 to the available 4.4.0 fixed this problem. Andi, could you add a note to the JCC build notes about what the minimum capabilities needed are? And if you could figure out the minimum version of GCC, that would probably help people, too. Bill Bill Janssen wrot

Re: PyLucene 2.9.2 on Windows XP with gcc 3.4.5

2010-03-18 Thread Andi Vajda
On Thu, 18 Mar 2010, Bill Janssen wrote: I'm trying to get JCC built on Win XP with latest mingw tools, which is gcc 3.4.5. I would sincerely hope that there is something more recent for mingw, based on gcc 4.x. If not, then it's time to move on to a different compiler. The 3.4.x series is

PyLucene 2.9.2 on Windows XP with gcc 3.4.5

2010-03-18 Thread Bill Janssen
I'm trying to get JCC built on Win XP with latest mingw tools, which is gcc 3.4.5. Here's the latest issue. Looks like a C++ issue. error: base `t_jarray<_jobject*>' with only non-default constructor in class without a constructor Bill $ python setup.py build --compiler=mingw32 running build

Re: PyLucene 2.9.2 on Windows XP

2010-03-18 Thread Bill Janssen
My bad. Saying $ python setup.py build --compiler=mingw32 fixes this problem. Bill > I'm trying to build PyLucene 2.9.2 on Windows XP with MinGW and msys, > using Java 1.6.0_18 SE and Python 2.6.4, without setuptools. I unpacked > the sources, and tried building JCC: > &g

PyLucene 2.9.2 on Windows XP

2010-03-18 Thread Bill Janssen
I'm trying to build PyLucene 2.9.2 on Windows XP with MinGW and msys, using Java 1.6.0_18 SE and Python 2.6.4, without setuptools. I unpacked the sources, and tried building JCC: $ python setup.py build running build running build_py creating build creating build\lib.win32-2.6 creating