BTW, for anyone not following along at home, or if anyone knows the definitive answer to the ? below:
Partial start of an OOo2 build under FreeBSD:
If you set WITH_DEBUG=2, you add internal OOo debug support.
You can compile OOo without Mozilla connectivity by make -DWITHOUT_MOZILLA
[snip RE: apple patents]
You can compile OOo without Java support by make -DWITHOUT_JAVA
END build snippet
I'm assuming at this point that 'without Java' precludes their DB and the crash reporter tool. Is there anything else affected for OOo2 by the lack of java?
Likewise, it might be worth checking what the 'without Mozilla' option winds up doing.
Note this is from a FreeBSD ports build script, which is essentially a wrapper over the standard autoconf/configure options. I can dig into this a bit after/if it ever completes and take a look at some of the alternative paths, but was wondering if someone else might have already done so?
Scott