Ian Macdonald wrote:
Has anyone been able to build OOo 2.0 without mozilla? I found a post from Peter B Steiger with a similar problem but no reference to a solution. ( touching the *.so files moves the build on a couple of steps but it still fails with errors relating to the same files.)

I don't have the solution to your problem, but I can confirm that I build OpenOffice-2.0 without mozilla.

Curiously though (and I haven't looked back at the build docs to find out why I did this) the build script I wrote did copy mozilla source to moz/download. FWIW the configure portion of my build scipt was:

for patch in ../OOo_2.0.0-*.patch
                do patch -Np1 -i $patch
        done
        cp ../bsh-2.0b4-src.tar.gz beanshell/download
        cp ../mozilla-source-1.7.5.tar.gz moz/download
        cd config_office
        export PATH="$PATH:/usr/X11R6/bin"
        ./configure --prefix=/opt/OpenOffice-2.0 \
                --disable-fontooo \
                --disable-mozilla \
                --disable-odk \
                --disable-qadevooo \
                --disable-gnome-vfs \
                --without-fonts \
                --with-system-stdlibs \
                --with-system-freetype \
                --with-system-zlib \
                --with-system-jpeg \
                --with-system-expat \
                --with-system-libxml \
                --with-jdk-home=/opt/jdk-1.5.0 \
                --with-ant-home=/opt/ant-1.6.2 \
                --with-package-format=native \
                --enable-libart \
                --enable-libsn



Hope that helps some.

Dave
8o)
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to