Summary: | --with-alsa do not compile alsa support | ||
---|---|---|---|
Product: | [Unmaintained] arts | Reporter: | Gioele Barabucci <dev> |
Component: | artsd | Assignee: | Stefan Westerfeld <stefan> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gioele Barabucci
2002-05-26 21:44:31 UTC
It will work is AC_LANG(C++) is selected... Shoudn't this test (and the others) be made with C++ language set? ALSA is C code, but we're compiling with C++ (and without extern "C" { #include <alsa/asoundlib.h> }). this looks like an system problem since if you have Alsa 0.9.x HAVE_LIBASOUND2 should be defined but it's not. Even without using --enable-alsa, on my system alsa is detected fine. |