Today's CVS gives me an error while compiling: chan_zap.c: In function `zt_train_ec': chan_zap.c:1076: `ZT_ECHOTRAIN' undeclared (first use in this function) chan_zap.c:1076: (Each undeclared identifier is reported only once chan_zap.c:1076: for each function it appears in.) make[1]: *** [chan_zap.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/channels' make: *** [subdirs] Error 1 -- Bart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031028/3c6b7a45/attachment.htm
cvs update your Zaptel code and reload the appropriate kernel module. Jeremy McNamara Bartosz Jozwiak wrote:> Today's CVS gives me an error while compiling: > > > chan_zap.c: In function `zt_train_ec': > chan_zap.c:1076: `ZT_ECHOTRAIN' undeclared (first use in this function) > chan_zap.c:1076: (Each undeclared identifier is reported only once > chan_zap.c:1076: for each function it appears in.) > make[1]: *** [chan_zap.o] Error 1 > make[1]: Leaving directory `/usr/src/asterisk/channels' > make: *** [subdirs] Error 1 > -- Bart
Update your zaptel. On Tue, 28 Oct 2003, Bartosz Jozwiak wrote:> Today's CVS gives me an error while compiling: > > > chan_zap.c: In function `zt_train_ec': > chan_zap.c:1076: `ZT_ECHOTRAIN' undeclared (first use in this function) > chan_zap.c:1076: (Each undeclared identifier is reported only once > chan_zap.c:1076: for each function it appears in.) > make[1]: *** [chan_zap.o] Error 1 > make[1]: Leaving directory `/usr/src/asterisk/channels' > make: *** [subdirs] Error 1 > > -- Bart >