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

Fails to compile on Linux (Fedora 35) src/driver_alsa.c:29:10: fatal error: asoundlib.h: No such file or directory #32

Closed
mcossey opened this issue Dec 22, 2021 · 1 comment

Comments

@mcossey
Copy link

mcossey commented Dec 22, 2021

commit 3d82a71

I was able to fix this by changing driver_alsa.c:29 from #include <asoundlib.h> to #include <alsa/asoundlib.h>.

I've no great talent at this sort of thing so this may be a red herring but I found something that suggests this is because of a change from alsa 1.1.8 to 1.1.9 https://alsa-project.org/wiki/Changes_v1.1.8_v1.1.9

@jonof
Copy link
Owner

jonof commented Dec 23, 2021

I wondered when that deprecation would eventually bite me, but it's apparently not ALSA that's removed the backwards-compatibility header file, so Fedora must have an ALSA imitation package. Either way, jonof/jfaudiolib@474e0c6 updates the path and the submodule here in JFSW will be updated soon.

@jonof jonof closed this as completed Feb 19, 2024
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