trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2011

ALSA support are requested, but not found on your system

From: Darrell Anderson <humanreadable@...>
Date: Sun, 6 Mar 2011 16:05:09 -0800 (PST)
Trying to build arts with cmake. I received the following message:

"ALSA support are requested, but not found on your system"

Looking at the CMakeLists.txt file, I see the script is checking for "alsa/asoundlib.h."

ALSA is indeed installed and working well here. On Slackware 12.2 that file exists at:

/usr/include/alsa/asoundlib.h
/usr/include/sys/asoundlib.h

How do I fix?

BTW, you might want to change the error message from:

ALSA support are requested, but not found on your system

To:

ALSA support requested, but not found on your system

The latter is more grammatically correct in English. :)

Darrell