Hi, Andrew I tried the following step:
In case it might help, here are the commands currently used to run the > nightly build: > > svn co > https://svn.apache.org/repos/**asf/incubator/ooo/trunk<https://svn.apache.org/repos/asf/incubator/ooo/trunk>ooo > cd ooo/main > wget -O external/unowinreg/unowinreg.**dll > http://tools.openoffice.org/**unowinreg_prebuild/680/**unowinreg.dll<http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll> > autoconf > ./configure --with-jdk-home=/usr/lib/jvm/**java-6-sun > --with-system-python --enable-verbose > ./bootstrap > . ./LinuxX86Env.Set.sh > cd instsetoo_native && build --all --html > > And I did some modification whick made me to get the final build step: svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo cd ooo/main wget -O external/unowinreg/unowinreg.dll http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dl<http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll> autoconf ./configure --with-jdk-home=/usr/lib/jvm/java-6-sun --with-system-python --enable-verbose --with -epm-url=" http://ftp.easysw.com/pub/epm-3.7-source.tar.gz" ./bootstrap source LinuxX86Env.Set.sh <http://linuxx86env.set.sh/> But when I run "cd instsetoo_native && build --all --html", there was error: --------------------------------------------- Entering /home/lily/ooo/main/stlport mkout -- version: 1.8 dmake: Error: -- `./ unxlngi6.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack' not found, and can't be made 1 module(s): stlport need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /home/lily/ooo/main/stlport -------------------------- Does anybody know where the `./ unxlngi6.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack' is? Thanks a lot.
