alsa-utils icon indicating copy to clipboard operation
alsa-utils copied to clipboard

Build of alsa-utils 1.2.9 fails when building is a subdir

Open heitbaum opened this issue 2 years ago • 0 comments

Compile errors when building in a subdir:

alsactl/alsactl.c:33:10: fatal error: os_compat.h: No such file or directory
   33 | #include "os_compat.h"
      |          ^~~~~~~~~~~~~
alsactl/lock.c:34:10: fatal error: os_compat.h: No such file or directory
   34 | #include "os_compat.h"
      |          ^~~~~~~~~~~~~

heitbaum avatar May 15 '23 16:05 heitbaum