Re: [ecasound] Compiling error (1.5.10r5)

New Message Reply Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] Compiling error (1.5.10r5)
From: Kai Vehmanen (kaiv@wakkanet.fi)
Date: Wed Sep 08 1999 - 23:14:26 EEST


On Wed, 8 Sep 1999, Mario Lang wrote:

> I have a compilation problem with the latest development version of ecasound:
> I made:
> ./configure --disable-qt --disable-audiofile --disable-alsa
[...]
> and it seems as if alsa header files are still required..

Doh, I forgot to add include guards to the new "eca-alsa-dyn"
module. As a quick fix, add...

--cut--
#include <config.h>
#ifdef COMPILE_ALSA
--cut--

in the beginning of "libecasound/include/eca-alsa-dyn.h" and
"#endif" on the last line of the file and it should compile.

--
Kai Vehmanen <kaiv@wakkanet.fi> -------- CS, University of Turku, Finland
 . http://www.wakkanet.fi/ecasound/ - linux audio processing
 . http://www.wakkanet.fi/sculpscape/ - ambient-idm-rock-... mp3/ra/wav


New Message Reply Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2a24 : Sat Sep 25 1999 - 19:41:09 EEST