Command I used: `meson build-debug` executed in the root directory of the cloned repo. (I already have all build software installed, so I didn't set it up wrong, I think.)
Here's the error it gave me: https://pastebin.com/qYhzK36n
This seems to be a problem with Python, but I can't tell what exactly. I see Meson in there so maybe a problem with Meson instead of Python? Not sure.
I fixed that error by reinstalling Meson, but now I'm getting a new error: https://pastebin.com/MGS8DpH3
I have no idea what that error means, other than something to do with MSVC.
I can't really uninstall my current install of MinGW due to some applications requiring this specific version of MinGW to build. (I have no idea why. They just don't build without this specific version.) As far as I can tell, just installing the new version in another directory just gave me the same error, but it seems it is using the new version, which makes no sense to me. https://pastebin.com/NyqGSzpf
What on Earth?? https://pastebin.com/yHVLbjid
Now apparently the new MinGW isn't even being used, even though it exists in PATH:
$ echo $PATH
/c/Program Files/mingw-64/x86_64-posix-seh-rt_v6-rev0/mingw64/bin:[bunch of other stuff]
I am very confused. What on Earth is going on!?