Hi William, > Sanity check compile stderr: > clang.exe: error: linker command failed with exit code 1104 (use -v to > see invocation)
Please add '-v' flag to Meson invocation and post the output as plain text. The exact commands you're using will also help. > Program cat found: YES (C:\MinGW\msys\1.0\bin\cat.EXE) I suspect MSYS confuses Meson and it may call 'clang.exe' instead of 'clang-cl.exe'. Try excluding MSYS from your PATH. -- Dmitry Kozlyuk