OpenOffice-1.1 (final)
Michael Brömer
mib at telebel.de
Sat Oct 4 12:44:59 MDT 2003
Stuff i noticed with the installation instructions:
1.) The path to unpack the localized helpcontent is
"cd solver/641/unxlngi4.pro/pck" but it should be
"cd solver/645/unxlngi4.pro/pck".
2.) Recreating the installation sets is done by
cd ../../../../instsetoo &&
rm -rf unxlngi4.pro &&
dmake &&
cd ..
but it should be
cd ../../../../instsetoo &&
rm -rf unxlngi4.pro &&
cd ../ &&
bash -c "source LinuxIntelEnv.Set.sh; dmake"
Other things that happened during compiling OO:
1.) As already pointed out by Mark Hymers, one has
to add
"#define USE_FORK_TO_CHECK 1" to
$SRC/tools/source/solar/solar.c when running
a 2.6.0-testX kernel while compiling OO. Otherwise
there will be a segfault when
$SRC/tools/unxlngi4.pro/bin/mksvconf is run.
2.) I noticed three typos (?!) in some java files
that produced errors while compiling. Under
$SRC/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/
the files OOAddInCreateIterator.java, OOIDLWizardIterator.java
and OOServiceCreateIterator.java contained
public org.openide.WizardDescriptor$Panel current()
should be
public org.openide.WizardDescriptor.Panel current()
Apart from that everything went fine.
BTW: Did anyone succeed in convincing OpenOffice
being build in parallel (SMP) and/or using distcc?
Until now i just tried "dmake -P#" according to the
dmake manpage. But that did not speed up anything.
Michael
More information about the blfs-dev
mailing list