Hello! I'm looking for Windows binaries of JCC 2.1 and PyLucene 2.4. I tried to build the Windows binaries myself using Sun JDK 1.6.0u12 and MinGW32 but I had no luck.
After some modifications to setup.py I got so far: building 'jcc._jcc' extension creating build\temp.win32-2.5\Release\_jcc creating build\temp.win32-2.5\Release\_jcc\java creating build\temp.win32-2.5\Release\_jcc\java\lang creating build\temp.win32-2.5\Release\_jcc\java\lang\reflect creating build\temp.win32-2.5\Release\_jcc\java\util C:\Programme\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Programme\Java\jdk1.6.0_12\include -IC:\Programme\Java \jdk1.6.0_12\include\win32 -I_jcc -Ijcc/sources -IC:\Programme\Python25\include -IC:\Programme\Python25\PC -c jcc/sou rces/JObject.cpp -o build\temp.win32-2.5\Release\jcc\sources\jobject.o -DPYTHON C:\Programme\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Programme\Java\jdk1.6.0_12\include -IC:\Programme\Java \jdk1.6.0_12\include\win32 -I_jcc -Ijcc/sources -IC:\Programme\Python25\include -IC:\Programme\Python25\PC -c jcc/sou rces/JArray.cpp -o build\temp.win32-2.5\Release\jcc\sources\jarray.o -DPYTHON jcc/sources/JArray.cpp: In instantiation of `_t_jarray<_jobject*>': jcc/sources/JArray.cpp:612: instantiated from `_t_jobjectarray<_jobject*>' jcc/sources/JArray.cpp:619: instantiated from here jcc/sources/JArray.cpp:30: error: base `t_jarray<_jobject*>' with only non-default constructor in class without a constructor ... Christian