Re: mISDN v2.0.17 build probleme
"H.Heinold" <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Dec 04, 2012 at 10:45:24AM +0100, Joerg Dorchain wrote: > Hello, > > the next problem should be easier to spot I hope. > I run configure as ./configure --verbose --enable-capi > --disable-softdsp > > but make stops with > gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Werror -Wall -DMISDN_GROUP=\"dialout\" -g -O2 -MT faxl3.o -MD -MP -MF $depbase.Tpo -c -o faxl3.o faxl3.c &&\ > mv -f $depbase.Tpo $depbase.Po > faxl3.c:26:21: fatal error: spandsp.h: No such file or directory compilation terminated. > make[2]: *** [faxl3.o] Error 1 > make[2]: Leaving directory > `/export/home/joerg/projects/x/mISDNuser/capi20' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/export/home/joerg/projects/x/mISDNuser' > make: *** [all] Error 2 > > Bye, > > Joerg Ah, the header inclusion of <spandsp.h> is not guarded by the #ifdef USE_SOFTFAX move the header inclusion below that or use an extra #ifdef USE_SOFTFAX for the header inclusion only. -- Bye Henning