Hi *,

my 0,02€

On Sun, Jun 6, 2010 at 1:32 AM, Aditya Manthramurthy
<aditya....@gmail.com> wrote:

Man, your configure line is a monster....

> ./configure --disable-binfilter --disable-crashdump
> --with-lang=en-US cs de nl ja

en-US is always built, no need to specify it. And of course you need
to quote the list
--with-lang="cs de nl ja"

> --with-use-shell=bash --without-gpc --without-agg

-without-agg and later: --with-system-agg. Make up your mind.

> --disable-epm

Don't want installsets in deb-format? Your choice.

> --with-openldap --with-build-version=3.2.0 --without-fonts
> --with-system-jpeg --with-system-libxml --with-system-mozilla

--with-system-mozilla and later --with-system-mozilla=libxul redundant.

Besides: All that --with-system switches: Why not use
--with-system-libs and --with-system-headers instead? Wouls make it
more readable.

>  [...] --disable-fontooo
obsolete, no such switch anymore anyway... Similar for others

> [...] --with-distro=Debian --with-additional-sections=CalcRowLimit,OOXMLExport

No such switches in vanilla OOo. Similar with others.

> --disable-mono --without-java --with-system-agg --with-system-altlinuxhyph

Why disable java? You won't be able to use xslt filters, free-search
in Help won't work, etc.

> [...]
> ./bootstrap
>
> This worked though it took some time downloading binaries
> (http://hg.services.openoffice.org/binaries/).

Only downloaded once, given that you won't rm -rf the ext_sources
directory (If you want to store them in a different location, set
TARFILE_LOCATION environment variable)

> Next:
> ---------
> source  LinuxX86-64Env.Set.sh
> cd instsetoo_native/ && build --all

If you got a multiprocessor system: Take advantage of parallel build
using -P<build#> -- -P<dmake#>

> [...]

Actual problem was answered by Mathias already

ciao
Chrisitan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to