6 Sep
2011
6 Sep
'11
1:09 p.m.
On Tue, Sep 6, 2011 at 5:33 AM, Clemens Ladisch clemens@ladisch.de wrote:
Appalayagari Sreedhar wrote:
main.c:2:23: error: asoundlib.h: No such file or directory
This means that alsa-lib is not installed correctly.
On Debian/Ubuntu, install a package called libasound2-dev On SuSe, you can probably `zypper install -C 'pkgconfig(alsa)'` (I think the -C is correct... for "capabilities") On Fedora, it's `yum install 'pkgconfig(alsa)'`
-gabriel