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

Dependencies to alsa, libxcb-shape0-dev and libxcb-xfixes0-dev #9

Closed
leosh64 opened this issue Apr 13, 2021 · 1 comment
Closed

Dependencies to alsa, libxcb-shape0-dev and libxcb-xfixes0-dev #9

leosh64 opened this issue Apr 13, 2021 · 1 comment

Comments

@leosh64
Copy link

leosh64 commented Apr 13, 2021

Hey,

thanks for providing the code for this great project!

When trying to build your project on a vanilla Ubuntu (focal) system, I had to install several additional packages to get through the build process:

Errors

error: failed to run custom build command for `alsa-sys v0.3.0`
  = note: /usr/bin/ld: cannot find -lxcb-shape
          /usr/bin/ld: cannot find -lxcb-xfixes
          collect2: error: ld returned 1 exit status

Solution

Install packages libasound2-dev, libxcb-shape0-dev and libxcb-xfixes0-dev, e.g. via:

sudo apt-get install libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev

Maybe these dependencies could be added to the README.md file to make it transparent what's required.

@DasEtwas
Copy link
Owner

Thanks :) 👍

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