revoltchat / vortex

(in development) Pluggable WebRTC Voice Server
GNU Affero General Public License v3.0
119 stars 42 forks source link

How can i download libmediasoup-worker.a.p/src_lib.cpp.o #16

Closed iole-solutions closed 2 years ago

iole-solutions commented 2 years ago

Hello. When I run the build with "cargo build", most of the dependencies compile fine, except 'mediasoup-sys'. This error message appears:

error: failed to build archive: 'libmediasoup-worker.a.p/src_lib.cpp.o': No such file or directory

error: could not compile `mediasoup-sys` due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed

image

how to solve this problem please?

iole-solutions commented 2 years ago

with adding at the end of file Cargo.toml : mediasoup-sys = "0.3.2" it's ok.