mediasoup intallation

I get this error while installing mediasoup…

FAILED: subprojects/libuv-v1.42.0/libuv.a.p/src_unix_stream.c.o
cc -Isubprojects/libuv-v1.42.0/libuv.a.p -Isubprojects/libuv-v1.42.0 -I…/…/subprojects/libuv-v1.42.0 -I…/…/subprojects/libuv-v1.42.0/include -I…/…/subprojects/libuv-v1.42.0/src -fdiagnostics-color=always -DNDEBUG -std=c89 -O3 -fPIC -pthread -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112 -MD -MQ subprojects/libuv-v1.42.0/libuv.a.p/src_unix_stream.c.o -MF subprojects/libuv-v1.42.0/libuv.a.p/src_unix_stream.c.o.d -o subprojects/libuv-v1.42.0/libuv.a.p/src_unix_stream.c.o -c …/…/subprojects/libuv-v1.42.0/src/unix/stream.c
…/…/subprojects/libuv-v1.42.0/src/unix/stream.c: In function ‘uv__write’:
…/…/subprojects/libuv-v1.42.0/src/unix/stream.c:929:3: error: C++ style comments are not allowed in ISO C90
929 | // XXX(jwn): this must call uv__stream_flush_write_queue(stream, n) here, since we won’t generate any more events
| ^
…/…/subprojects/libuv-v1.42.0/src/unix/stream.c:929:3: note: (this will be reported only once per input file)
[728/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_unix_process.c.o
[729/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_unix_signal.c.o
[730/992] Compiling C object subprojects/libuv-v1.42.0/libuv.a.p/src_unix_tcp.c.o
ninja: build stopped: subcommand failed.
INFO: autodetecting backend as ninja

Have you followed the installation instructions? You can check them out here: mediasoup :: Installation

There are also posts regarding Ninja problems which could be found with the search functionality

resoved? It’s happen to me also