when i run meson build-debug it throws this error message:
meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']]
The following exception(s) were encountered:
Running "icl " gave "[WinError 2] The system cannot find the file specified"
Running "cl /?" gave "[WinError 2] The system cannot find the file specified"
Running "cc --version" gave "[WinError 2] The system cannot find the file specified"
Running "gcc --version" gave "[WinError 2] The system cannot find the file specified"
Running "clang --version" gave "[WinError 2] The system cannot find the file specified"
Running "clang-cl /?" gave "[WinError 2] The system cannot find the file specified"
Running "pgcc --version" gave "[WinError 2] The system cannot find the file specified"
I've tried so hard to fix it, help?
Edit: I am on Windows 10 (64bit)
LBPHacker:
You're not running the command from the VS prompt, as the guide tells you to.
But I'm pretty sure i am? Unless I'm just extremely dumb and doing something wrong which is probably the case.
Am i using the wrong prompt? I go open the folder I'm doing stuff in then i go tools and i go to developer command prompt. Is that not the right thing?
wait i meant to reply not quote