Hello Scott
Scott W wrote at 17.01.2005 02:11:45:
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?
Well I will give them a try, as the 680 Release won't compile completly I can check out such things. There is a double redeclaration in the resmgr.c++ file found in the tools directory. Already tried to update the CVS tree but with no luck.
Will try to fix that problem l8er this day and also trying to add these configure flags. There are several other to set, mainly to replace the build-packages with system-installed versions like curl i.e.
Regards,