You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Hao Wang <ha...@live.com> on 2022/08/06 00:24:21 UTC

Can't find boostrap when building

I'm following the installation guide on the following page :

https://github.com/apache/openoffice
[https://opengraph.githubassets.com/4a6e17fa075361152ffc9a3f6215db3d728ef5ac31becb7849a37b9d6f1e9772/apache/openoffice]<https://github.com/apache/openoffice>
GitHub - apache/openoffice: Apache OpenOffice<https://github.com/apache/openoffice>
Apache OpenOffice ®. The Apache OpenOffice project (AOO) provides a full featured office productivity suite based on open standards. It is the continuation of the OpenOffice.org project.
github.com

and I ran the following commands


cd aoo/main
autoconf
./configure

But then I discovered there was no bootstrap file - there was only a bootstrap.1 file, which after removal of .1 extension, still not working.

Can anyone help me fix this problem ?

Best Regards,
Hao Wang


Re: Can't find boostrap when building

Posted by Arrigo Marchiori <ar...@yahoo.it.INVALID>.
Hello,

On Sat, Aug 06, 2022 at 12:24:21AM +0000, Hao Wang wrote:

> I'm following the installation guide on the following page :
> 
> https://github.com/apache/openoffice

[...]

> and I ran the following commands
> 
> 
> cd aoo/main
> autoconf
> ./configure
> 
> But then I discovered there was no bootstrap file - there was only a bootstrap.1 file, which after removal of .1 extension, still not working.
> 
> Can anyone help me fix this problem ?

Please send us the last 10-15 lines output by the "configure" command.

Best regards,
-- 
Arrigo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Can't find boostrap when building

Posted by Matthias Seidel <ma...@hamburg.de>.
Hi,

Am 06.08.22 um 02:24 schrieb Hao Wang:
> I'm following the installation guide on the following page :
>
> https://github.com/apache/openoffice
> [https://opengraph.githubassets.com/4a6e17fa075361152ffc9a3f6215db3d728ef5ac31becb7849a37b9d6f1e9772/apache/openoffice]<https://github.com/apache/openoffice>
> GitHub - apache/openoffice: Apache OpenOffice<https://github.com/apache/openoffice>
> Apache OpenOffice ®. The Apache OpenOffice project (AOO) provides a full featured office productivity suite based on open standards. It is the continuation of the OpenOffice.org project.
> github.com
>
> and I ran the following commands
>
>
> cd aoo/main
> autoconf
> ./configure

Actually it is:

|cd aoo/main autoconf ./configure <configure_switches> ./bootstrap
source *.Set.sh cd instsetoo_native build --all |||

Can you please post your configure switches?

Also, which OS are you trying to build AOO?

Regards,

   Matthias

>
> But then I discovered there was no bootstrap file - there was only a bootstrap.1 file, which after removal of .1 extension, still not working.
>
> Can anyone help me fix this problem ?
>
> Best Regards,
> Hao Wang
>
>