Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trouble with cargo build #20

Closed
nine9797 opened this issue Feb 25, 2022 · 2 comments
Closed

trouble with cargo build #20

nine9797 opened this issue Feb 25, 2022 · 2 comments

Comments

@nine9797
Copy link

hi , i'm trying to build your code, but i'm getting an error, please help me solve the problem. i do everything on a virtual machine on debian
error:
cargo build
Compiling mediasoup-sys v0.3.1
Compiling mediasoup v0.9.2
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

@sivert-io
Copy link

sivert-io commented Apr 12, 2022

Add this to the bottom of your Cargo.toml

mediasoup-sys = "0.3.3"

Should now look something like this:

. . .

# RTC
mediasoup = "0.9.1"
mediasoup-sys = "0.3.3"

That is what fixed the error for me

@insertish
Copy link
Member

In an effort to clean up the global issue tracker, I'm currently consolidating all issues regarding self-hosting Vortex into #23 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants