I am trying to install gst-rtsp-server
library by running meson.build
.
To do so, I installed meson from pip3, and tried to build the library using
meson setup builddir
But then the error message that I received is,
**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] Cannot find designated file"
...**
It was the same message for all above compilers. What do I need to do?