[slackintosh-users] Re: OpenOffice.org 2.2.1

  • From: "Jan Geldmacher" <janwge@xxxxxxxxx>
  • To: slackintosh-users@xxxxxxxxxxxxx
  • Date: Tue, 4 Sep 2007 12:11:28 +0200

> > Thanks, Marco! The problem with saving the .odt-files seems to be because of
> > missing JAVA support. I modified the Slackintosh build script a bit and also
> > enabled the JAVA build and now OOo seems to work perfectly :-)
>
> are you sure? i was able to save in .odt with the new package although i
> didn't have any java installed...

What I meant was, that compiling OO without JAVA resulted (for me) in
not-working save-dialog, while building it against JAVA resulted in
working save-dialog. But I don't know if the jre is required for
running OO...

This produces the broken save-dialog:
./configure --prefix=/opt/openoffice2.2 \
    --enable-libart \
    --disable-fontooo --disable-gnome-vfs --disable-pam \
    --with-system-stdlibs --with-system-freetype \
    --with-system-expat --with-system-libxml --with-system-zlib \
    --with-java=no \
    --disable-qadevooo \
    --with-use-shell=bash \
    --disable-mozilla --disable-build-mozilla \
    --with-build-version="Built for Slackintosh 12.0" \
    --with-package-format=native --with-lang="de en"

while these settings result in a working dialog:
./configure --prefix=/opt/openoffice2.2 \
    --enable-libart \
    --disable-fontooo --disable-gnome-vfs --disable-pam \
    --with-system-stdlibs --with-system-freetype \
    --with-system-expat --with-system-libxml --with-system-zlib \
    --with-jdk-home=/opt/IBMJava2-ppc-142 \
    --disable-qadevooo \
    --disable-odk \
    --with-use-shell=bash \
    --disable-mozilla --disable-build-mozilla \
    --with-build-version="Built for Slackintosh 12.0" \
    --with-package-format=native --with-lang="de en"

If interested, you can get the localized packages for 'en_US' and 'de'
and the buildscript here:
http://vkw.uni.cc/slackintosh/openoffice/

Other related posts: