On Thu, 10 Sep 2009, Christian Heimes wrote:
Truffe Hugo schrieb:
Hi, I'm using PyLucene in Win XP, and is throwing me the following.
G:\Solr\Pylucene svn>python setup.py build -c mingw32
[snip]
PyLucene doesn't support mingw32 out of the box. You need to patch JCC
and you have to install a new version of GCC, too.
it is my understanding that current JCC can be built with mingw32 out of the
box (apart from changes in compiler and linker settings in setup.py).
If there are patches to be applied for this to work out of the box, please
send them in so that they can be merged in. There already is conditional
code in JCC for this compiler (checking __WIN32 to be defined).
I know of one JCC user, a subscriber to this list, wink wink, who builds JCC
with the MinGW compiler. He should chime with better information, I hope.
As an alternative, Microsoft's $0.00 VC++ compiler, called VC Express, is
also known to work.
Last but not least, cygwin's gcc is not known to work with JCC. People have
tried but no one has reported success yet.
Andi..