Looks like I need to provide location for dmake source code. How can I fix this problem ?
checking for gcc... /usr/bin/gcc checking the GNU gcc compiler version... checked (gcc 11) checking for -Bsymbolic-functions linker support ... found checking whether to enable pch feature... no checking for GNU make... make checking the GNU make version... make 4.3 3+: checking for dmake... checking for dmake... no configure: no system or user-provided dmake found configure: error: no URL for dmake source code specified, either. Use --with-dmake-url to supply an URL; run configure with the --help option for a list of possible URLs. ________________________________ From: Hao Wang Sent: Sunday, August 7, 2022 5:04 AM To: Matthias Seidel <matthias.sei...@hamburg.de>; dev@openoffice.apache.org <dev@openoffice.apache.org> Subject: Re: Can't find boostrap when building I did not give any configuration switches. Do I have to ? Bravo ! Hao Wang ________________________________ From: Matthias Seidel Sent: Sunday, August 7, 2022 4:21 AM To: dev@openoffice.apache.org; Hao Wang Subject: Re: Can't find boostrap when building 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><https://github.com/apache/openoffice> GitHub - apache/openoffice: Apache OpenOffice<https://github.com/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