> I believe that this is another one of these missing class stubs, but
> haven't figured out which one yet.

I don't think it's a missing class stub, it's a process ordering
problem.

There's a chicken-and-egg problem here; the --compile command to JCC
attempts to compile the jcc source files before generating the stubs,
and there are no stubs for the classes it's trying to include, so it
always picks up the gcj header files.  I seem to have to first run jcc
with --build, then with --compile, to get things to work.

Bill
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to