sorry I never did make OO2 with Java 1.5 or gcc4.x but did it this way instead.
I just wanted to know "what are unodevtools"  and what are they good
for. ie should I worry about it at all?

-------------------------------------------------------------------------------------
 making OO 2.0.1

patch -Np1 -i ../OOo_2.0.0-nptl-1.patch
cp ../bsh-2.0b4-src.tar.bz2 beanshell/download/ &&
bzip2 -d beanshell/download/bsh-2.0b4-src.tar.bz2
sed -i '/^ARCH_FLAGS\*=/d' solenv/inc/unx{lngi{4,5,6},fbsdi}.mk
umask 0022 &&
unset LANG LC_ALL


cd config_office
./configure  --enable-libsn --disable-fontooo --enable-kde
--disable-binfilter  --without-fonts  --with-system-stdlibs  
--with-package-format=native --with-system-mozilla
--with-system-libxml  --with-system-zlib --with-and-home=/opt/ant
--with-jdk-home=/opt/j2sdk142/j2sdk-precompiled-1.4.2 --with-java=yes
--enable-fontconfig --enable-cups --enable-gtk --enable-libart
--with-system-freetype --with-system-zlib  --with-system-jpeg 
--with-system-expat    --with-system-libwpd  --with-system-curl  
--with-dict="en_US" --prefix=/opt/openoffice2.0.1
--with-build-version="BLFS-6.0"  --with-system-sane-header  
--with-stlport4   --with-system-odbc-headers

./bootstrap
source LinuxIntelEnv.Set.sh
time {
dmake
}
WARNING! Project(s):
unodevtools

not found and couldn't be built. Maybe you should correct build lists.
real    1230m9.720s
user    1091m13.716s
sys     111m23.943s


cd 
instsetoo_native/unxlngi6.pro/OpenOffice/native/install/en-US/linux-2.6-intel/buildroot/opt/

cp -a -v openoffice.org2.0 /opt/openoffice2.0.1

for appl in sbase scalc sdraw simpress smath soffice spadmin swriter
do
    ln -v -sf /opt/openoffice2.0.1/program/$appl /usr/bin/$appl
done

cd ../../../../../../../../../sysui/desktop/icons &&
install -v -d /usr/share/icons/{HighContrast,hicolor,locolor} -m755 &&
cp -a -v HighContrast/*x* /usr/share/icons/HighContrast &&
cp -a -v hicolor/*x* /usr/share/icons/hicolor &&
cp -a -v locolor/*x* /usr/share/icons/locolor
--
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