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

cargo install fails, cannot compile libpulse-binding #57

Open
xsrvmy opened this issue Jan 19, 2021 · 1 comment
Open

cargo install fails, cannot compile libpulse-binding #57

xsrvmy opened this issue Jan 19, 2021 · 1 comment

Comments

@xsrvmy
Copy link

xsrvmy commented Jan 19, 2021

I get the following error when trying to install via cargo:
sample::CHANNELS_MAX expected usize found u8

Any idea how to fix?

rustc and cargo version 1.49.0

@jD91mZM2
Copy link
Owner

cargo install will gladly ignore the lockfile that makes building this program reproducible. Try using cargo install --locked :)

That said, I need to update dependencies

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

2 participants