Andi Vajda <va...@apache.org> wrote: > I did not test the mingw32 compiler stuff as I don't have it. > Please check it out and let me know how it works for you.
Once I fixed jcc/helpers/mingw32.py, I find we're back to the same old breakage: /c/Python26/python.exe -m jcc.__main__ --shared --compiler mingw32 --jar lucene-java-3.0.1/build/lucene-core-3.0.1.jar --jar lucene-java-3.0.1/build/contrib/snowball/lucene-snowball-3.0.1.jar --jar lucene-java-3.0.1/build/contrib/analyzers/common/lucene-analyzers-3.0.1.jar --jar lucene-java-3.0.1/build/contrib/regex/lucene-regex-3.0.1.jar --jar lucene-java-3.0.1/build/contrib/memory/lucene-memory-3.0.1.jar --jar lucene-java-3.0.1/build/contrib/highlighter/lucene-highlighter-3.0.1.jar --jar lucene-java-3.0.1/build/contrib/queries/lucene-queries-3.0.1.jar --jar build/jar/extensions.jar --package java.lang java.lang.System java.lang.Runtime --package java.util java.util.Arrays java.text.SimpleDateFormat java.text.DecimalFormat java.text.Collator --package java.io java.io.StringReader java.io.InputStreamReader java.io.FileInputStream --exclude org.apache.lucene.queryParser.Token --exclude org.apache.lucene.queryParser.TokenMgrError --exclude org.apache.lucene.queryParser.QueryPar serTokenManager --exclude org.apache.lucene.queryParser.ParseException --exclude org.apache.lucene.search.regex.JakartaRegexpCapabilities --exclude org.apache.regexp.RegexpTunnel --python lucene --mapping org.apache.lucene.document.Document 'get:(Ljava/lang/String;)Ljava/lang/String;' --mapping java.util.Properties 'getProperty:(Ljava/lang/String;)Ljava/lang/String;' --rename org.apache.lucene.search.highlight.SpanScorer=HighlighterSpanScorer --version 3.0.1 --module python/collections.py --files 3 --build c:\Python26\python.exe: DLL load failed: The specified module could not be found. make: *** [compile] Error 1 And the problem, of course, is that jcc can't load because the JVM DLL isn't on my path. Bill