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

Fail to build #38

Open
hfiguiere opened this issue Sep 11, 2020 · 0 comments
Open

Fail to build #38

hfiguiere opened this issue Sep 11, 2020 · 0 comments

Comments

@hfiguiere
Copy link

When building the top-level workspace (with a simple cargo build), on Linux, I get the following error:

error: multiple packages link to native library `alsa`, but a native library can be linked only once

package `alsa-sys v0.1.2`
    ... which is depended on by `alsa v0.2.2`
    ... which is depended on by `midir v0.5.0`
    ... which is depended on by `nannou_apps v0.1.0 (/home/hub/source/oscen/nannou-apps)`
links to native library `alsa`

package `alsa-sys v0.3.0`
    ... which is depended on by `alsa v0.4.2`
    ... which is depended on by `cpal v0.12.1`
    ... which is depended on by `cpal-apps v0.1.0 (/home/hub/source/oscen/cpal-apps)`

cpal-apps shall downgrade cpal to 0.11.
Otherwise midir 0.7.0 should work, but nannou-audio still pull cpal 0.11.

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

1 participant