Hi team,
I am currently trying to compile the latest code that I cloned on Windows, but I am encountering errors when running the following configuration.
/cygdrive/e/libreoffice/sources/libo-core/autogen.sh \
--with-external-tar=/cygdrive/e/libreoffice/sources/lo-externalsrc \
--with-junit=/cygdrive/e/libreoffice/sources/junit-4.10.jar \
--with-ant-home=/cygdrive/e/libreoffice/sources/apache-ant-1.9.5 \
--enable-pch \
--disable-ccache \
--enable-debug
and the error is:
.....
checking for OneDrive client id and secret... not set
checking whether to enable dependency tracking... yes
checking for number of processors to use... 16
checking whether cl.exe supports a working C++20 consteval... no
checking whether to create huge library... no
checking whether to use icerun wrapper... no
checking MPL subset... no restrictions
checking formula logger... no
checking for active Antivirus software... not found
checking for coredumpctl support... no
configure: setting up the build environment variables...
configure: creating ./config.status
.in'ig.status: error: cannot find input file: `config_host.mk
Error running configure at /cygdrive/e/libreoffice/sources/libo-core/autogen.sh line 321.
Can you help me identify the reason for this error? Thank you!