-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meson not working within MSYS2 environment #8173
Comments
you need to install mingw meson and be in a mingw shell. https://packages.msys2.org/base/mingw-w64-meson |
$ pacman -S mingw-w64-i686-meson mingw-w64-i686-pkg-config Thanks, Meson is working fine now. 👍 |
So in other words, MSYS2 is not supported by meson at all? Is there no way to run meson in a build process from an MSYS2 shell? |
No, everything should work. If something doesn't, file a bug and feel free to ping me. |
Describe the bug
Meson does not work for me within a MSYS2 environment. Any command fails with an error about a wrong Python installation.
According to the documentation, Meson should work after installing the MinGW Python. What am I missing here?
To Reproduce
Run the commands below in a MinGW shell (MSYS2 MinGW 32-bit):
$ command -v python /mingw32/bin/python $ python --version Python 3.8.7
Expected behavior
Meson should use the Python which works as exptected.
System parameters
The text was updated successfully, but these errors were encountered: