Hello everybody,

I manage to compile and install Open Office.

Here is the cleanup history of all the commands.

Basically what I had to install (it is then a deviation from BLFS) is 
Curl as a dependencie.

In my case I didn't had to updates the icons and desktop links since I 
come from OO 2.0.4
Assume the sources are downloaded to /sources

tar -xvf /sources/OOo_2.1.0_src.tar.bz2
wget http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll
cp unowinreg.dll ./OOE680_m6/solver/680/unxlngi6.pro/bin/
cd OOE680_m6/
cd config_office/
autoreconf
cd ..
sed -i '/^ARCH_FLAGS\*=/d' solenv/inc/unx{lngi{4,5,6},fbsdi}.mk
cd config_office/
cd ..
patch -Np1 -i /sources/OOo_2.0.3-xauth-1.patch
sed -i '/^ARCH_FLAGS\*=/d' solenv/inc/unx{lngi{4,5,6},fbsdi}.mk
cd config_office/
cd ..
patch -Np1 -i /sources/OOo_2.0.3-no_pam-1.patch
cd ../external/unowinreg/
cp /sources/unowinreg.dll .
cd -
umask 0022
unset LANG LC_ALL
./bootstrap
. LinuxIntelEnv.Set.sh
dmake
cd config
cd config_office/
./configure --prefix=/opt/openoffice-2.1.0 \
--enable-libart --disable-fontooo \
--disable-gnome-vfs \
--without-fonts \
--with-system-stdlibs \
--with-system-freetype \
--with-system-expat \
--with-system-libxml \
--with-system-zlib \
--with-build-version=BLFS \
--with-package-format=native \
--disable-binfilter --with-cups \
--disable-pam --disable-mozilla \
--with-system-jpeg --disable-pasf \
--disable-neon --with-system-curl \
--with-system-python \
--exec-prefix=/usr/bin \
--without-myspell-dicts
cd ..
wget 
http://ftp.belnet.be/pub/mirror/ftp.openoffice.org/contrib/rc/2.1.0rc2/OOo_2.1.0rc2_20061201_src_sdk.tar.bz2
tar -xvf OOo_2.1.0rc2_20061201_src_sdk.tar.bz2
l
cd OOE680_m6/
./bootstrap
. LinuxIntelEnv.Set.sh
dmake
cd OOE680_m6/
cd 
instsetoo_native/unxlngi6.pro/OpenOffice/native/install/en-US/linux-2.6-intel/buildroot/opt/
l
cp -r -v /opt/openoffice-2.1.0
cp -r -v openoffice.org2.1 /opt/openoffice-2.1.0
l
for appl in sbase scalc sdraw simpress smath soffice spadmin swriter;
do ln -v -sf /opt/openoffice-2.1.0/program/$appl /usr/bin/$appl;
done



I hope it will help some body and perhaps DJ Lucas could use this info 
as a base for
updating the Document.


In the mean time let me wish to every body a

Merry Chrismas and Happy New Year 2007


Thierry
-- 
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