Hi Andre,

Le 9 déc. 11 à 09:30, Andre Fischer a écrit :

bootstrap is no longer needed. The reason is that bootstrap role is to
build dmake.

That is not quite true.  bootstrap has the following tasks:

- Download missing tar-balls (by calling the fetch_tarballs.sh) script. Now that ext_sources is part of the SVN repository they are only downloaded when ext_sources was not checked out.
Additionally the source code for dmake and epm are downloaded.




- Build dmake when no pre-build version is found.

- Fix access rights for some scripts (like solenv/bin/build.pl)



Ok I missed that.




So, it still has to be run. It is created by configure and can be found in main/, right next to configure. If it is not there then probably configure exited with an error.


I don't remeber I did boostrap. So, next time I'll build from scratch on Mac OS X, I'll verify this point.



And the build should start as expected !

When all prerequisites are fullfilled then these commands are necessary to build OpenOffice:

cd <dir>/main
autoconf
./configure <options of your choice>
./bootstrap
source Linux<platform-id>.set.sh
cd instsetoo_native
build --all


Here <dir> is the directory where the SVN source code was checked out to.

Call ./configure --help to see what options are available for inclusion into <options of your choice>. --with-dmake-url= is a good candidate.

<platform-id> depends, well, on your platform. There should be only two files starting with Linux. Use the one that ends in .sh when you use bash, use the other one for csh.


Ok, I was wrong because I didn"t catch all the subtilities of the recent changes

Thanks for the correction, very helpfull for everybody.


Regards,
Eric





Best regards,
Andre




Does anybody know how to continue?



Please read above :-)



Thanks a lot.


You're welcome :-)

Eric Bachard


--
qɔᴉɹə
Projet OOo4Kids : http://wiki.ooo4kids.org/index.php/Main_Page
L'association EducOOo : http://www.educoo.org
Blog : http://eric.bachard.org/news





Reply via email to