1.2.7 aplay doesn't compile

GitHub issues - opened github at alsa-project.org
Sat Jun 11 18:21:45 CEST 2022


alsa-project/alsa-utils issue #153 was opened from LoneFox78:

I'm getting this error:
```
Making all in aplay
make[1]: Entering directory '/mnt/pkg/pkgmk_work/alsa-utils/src/alsa-utils-1.2.7/aplay'
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include   -s -Wl,-s -Wall -O2 -march=native -ftree-vectorize -pipe -MT aplay.o -MD -MP -MF .deps/aplay.Tpo -c -o aplay.o aplay.c
aplay.c:44:10: fatal error: alsa/use-case.h: No such file or directory
   44 | #include <alsa/use-case.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:495: aplay.o] Error 1
make[1]: Leaving directory '/mnt/pkg/pkgmk_work/alsa-utils/src/alsa-utils-1.2.7/aplay'
make: *** [Makefile:461: all-recursive] Error 1
```
The configure script already looks for that header, but I guess someone forgot to add the corresponding <code>#ifdef</code>s in this file.

Issue URL     : https://github.com/alsa-project/alsa-utils/issues/153
Repository URL: https://github.com/alsa-project/alsa-utils


More information about the Alsa-devel mailing list