meson icon indicating copy to clipboard operation
meson copied to clipboard

Cannot run meson in MINGW64 / MSYS2

Open heksesang opened this issue 1 year ago • 0 comments

Describe the bug I run into this error when trying to run meson in the MINGW64 / MSYS2 environment:

ERROR: This python3 seems to be msys/python on MSYS2 Windows, but you are in a MinGW environment
ERROR: Please install it via https://packages.msys2.org/base/mingw-w64-python

I have installed the suggested package.

To Reproduce Install MSYS2 and run the following in the MINGW64 / MSYS2 environment:

❯ pacman -S mingw-w64-x86_64-python mingw-w64-x86_64-meson meson
❯ meson --version

Expected behavior It should output the meson version.

heksesang avatar Aug 30 '24 20:08 heksesang