> On 29 Sep 2025, at 4:25 am, Patrick Luby <[email protected]> wrote:
> 
> Answers to your questions are inline below. But I also have a question for 
> you: in your LibreOffice build’s ./config_host.mk file, what is MESON= set 
> to? In my build it is set to the following:
> 
>    MESON=$(call gb_ExternalExecutable_get_command,python) 
> /Volumes/LOBuilds/lode/opt/bin/meson
> 
> When I did a clean build with Homebrew’s meson 1.9.1 yesterday, it was set to 
> the following:
> 
>    MESON=/opt/homebrew/opt/bin/meson
> 
> Whatever MESON is set to in the ./config_host.mk file is what the Harfbuzz 
> build scripts will use.

Sorry for the delay in responding:

MESON=/Users/christophersherlock/.local/bin/meson

I tried to build without the homebrew meson and /usr/bin/python said it 
couldn’t find mesonbuild which is odd since I installed it via pip3

So I have now run:

/usr/bin/python3 -m pip install meson

And hey presto, now it all works. 

Thanks Patrick, you definitely helped point me to the right solution. 

Chris

Reply via email to