Re: Problem in making audiofile




On Sat, 16 Oct 1999, kari wrote:

>I get the following output and error messages when I am trying to compile
>the source from audiofile-0.1.9.tar.gz on Debian slink. It says
>'AFMT_S16_NE' undeclared. What is happening and how can I correct this?
>
>Kari
>
>Output of 'make' follows:
>
>make  all-recursive
>make[1]: Entering directory `/usr/src/audiofile-0.1.9'
>Making all in libaudiofile
>make[2]: Entering directory `/usr/src/audiofile-0.1.9/libaudiofile'
>make[2]: Nothing to be done for `all'.
>make[2]: Leaving directory `/usr/src/audiofile-0.1.9/libaudiofile'
>Making all in sfcommands
>make[2]: Entering directory `/usr/src/audiofile-0.1.9/sfcommands'
>make[2]: Nothing to be done for `all'.
>make[2]: Leaving directory `/usr/src/audiofile-0.1.9/sfcommands'
>Making all in test
>make[2]: Entering directory `/usr/src/audiofile-0.1.9/test'
>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I../libaudiofile    -g -O2 -c linuxtest.c
>linuxtest.c: In function `setupdsp':
>linuxtest.c:103: `AFMT_S16_NE' undeclared (first use this function)
>linuxtest.c:103: (Each undeclared identifier is reported only once
>linuxtest.c:103: for each function it appears in.)
>make[2]: *** [linuxtest.o] Error 1
>make[2]: Leaving directory `/usr/src/audiofile-0.1.9/test'
>make[1]: *** [all-recursive] Error 1
>make[1]: Leaving directory `/usr/src/audiofile-0.1.9'
>make: *** [all-recursive-am] Error 2
>

Had a similar error. In my case it was due to a missing #endif at around
line 51 in linuxtest.c.


j.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]