On 4/28/25 16:32, Regina Henschel wrote:
Hi all,
I try to build with Cygwin on Windows 11. My configure is:
c:/BuildLO/core/autogen.sh \
--with-external-tar=c:/BuildLO/externalsrc \
--with-junit=c:/cygwin64/junit/junit-4.10.jar \
--with-ant-home=c:/cygwin64/ant/apache-ant-1.9.5 \
--disable-ccache \
--with-visual-studio=2022 \
--enable-dbgutil \
--enable-werror \
--enable-odk \
--disable-cve-tests \
--disable-online-update \
--disable-skia \
--without-fonts \
--with-jdk-home=c:/BuildLOAdds/jdk
With a clean build and fresh pull I get the configure error:
checking which harfbuzz to use... internal
checking for meson.py... no
checking for meson... no
checking for ninja... assumed to be available from Visual Studio
configure: error: you need to have meson and ninja in order to build
harfbuzz
Error running configure at c:/BuildLO/core/autogen.sh line 333.
How to fix it?
Kind regards,
Regina
If you use LODE, run `git pull` in LODE and then `./setup`
Ilmari