alsa-project / alsa-plugins

The Advanced Linux Sound Architecture (ALSA) - plugins
GNU Lesser General Public License v2.1
41 stars 28 forks source link

Undeclarated constant #24

Closed unknown2045 closed 3 years ago

unknown2045 commented 3 years ago

Hi, I am trying to install the alsa-plugins, when I do the make command I get the following errors:

Captura de pantalla de 2021-06-10 13-52-37

How can I solve it?

Thanks in advance!

perexg commented 3 years ago

Install kernel headers.

unknown2045 commented 3 years ago

Install kernel headers.

I forgot mentioning it but I have already installed and updated them.

I have a Ubuntu 18.04.5 with 5.4.0-74 generic kernel. Is It a valid kernel?

Thanks.

perexg commented 3 years ago
$ grep SCM_TXTIME /usr/include/asm-generic/*.h
/usr/include/asm-generic/socket.h:#define SCM_TXTIME        SO_TXTIME

For the specific distribution support ask in the appropriate forum.

perexg commented 2 years ago

Dup of #4 .