-
Notifications
You must be signed in to change notification settings - Fork 72
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
fatal error: alsa/asoundlib.h: No such file or directory #36
Comments
Consult the README for the required dependencies: |
sudo apt install libasound2-dev libavformat-dev libass-dev installed .. next Error Please help .. |
odroid@odroid:~/c2play$ cd /usr/lib/aml_libs/ libasound.so -- is missing.. Please help |
To build the x11 version, the xorg-dev package is also required. libasound.so is provided by the libasound2-dev package as a dependency of it. The build is testing and works with HardKernel's official Ubuntu 16.04 or Ubuntu 18.04 (bionic branch). Other distributions or environments are not supported (by me). |
odroid@odroid:~/ivis-codec/c2play$ make
==== Building c2play (debug) ====
Creating obj/Debug/c2play
main.cpp
../../src/main.cpp:24:10: fatal error: alsa/asoundlib.h: No such file or directory
#include <alsa/asoundlib.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
c2play.make:163: recipe for target 'obj/Debug/c2play/main.o' failed
make[1]: *** [obj/Debug/c2play/main.o] Error 1
Makefile:16: recipe for target 'c2play' failed
make: *** [c2play] Error 2
The text was updated successfully, but these errors were encountered: