Freddi Hansen
2008-Oct-15 19:38 UTC
[asterisk-users] Zaptel compile error after make update.
Hi, I started to get some Zaptel compile errors after a 'make update' I did a clean zaptel install with: svn co http://svn.digium.com/svn/zaptel/branches/1.4 zaptel I am still getting the error, is this someelse seeing this ?. CC [M] /usr/src/zaptel/kernel/zaptel-base.o /usr/src/zaptel/kernel/zaptel-base.c: In function 'zt_reallocbufs': /usr/src/zaptel/kernel/zaptel-base.c:889: error: 'struct zt_chan' has no member named 'rebufpolicy' make[3]: *** [/usr/src/zaptel/kernel/zaptel-base.o] Error 1 make[2]: *** [_module_/usr/src/zaptel/kernel] Error 2 make[2]: Leaving directory `/usr/src/kernels/2.6.23.15-80.fc7-i686' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/usr/src/zaptel' make: *** [all] Error 2 It's a FC7 and the Zaptel cards is a TE410P Freddi
Tzafrir Cohen
2008-Oct-15 20:51 UTC
[asterisk-users] Zaptel compile error after make update.
On Wed, Oct 15, 2008 at 09:38:17PM +0200, Freddi Hansen wrote:> Hi, > I started to get some Zaptel compile errors after a 'make update' > > I did a clean zaptel install with: > > svn co http://svn.digium.com/svn/zaptel/branches/1.4 zaptel > > I am still getting the error, is this someelse seeing this ?. > > CC [M] /usr/src/zaptel/kernel/zaptel-base.o > /usr/src/zaptel/kernel/zaptel-base.c: In function 'zt_reallocbufs': > /usr/src/zaptel/kernel/zaptel-base.c:889: error: 'struct zt_chan' has no > member named 'rebufpolicy'It looks like a typo from a recent commit. Try replacing 'rebufpolicy' with: 'rxbufpolicy' in line 899. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Tzafrir Cohen
2008-Oct-16 08:33 UTC
[asterisk-users] Zaptel compile error after make update.
On Wed, Oct 15, 2008 at 09:38:17PM +0200, Freddi Hansen wrote:> Hi, > I started to get some Zaptel compile errors after a 'make update' > > I did a clean zaptel install with: > > svn co http://svn.digium.com/svn/zaptel/branches/1.4 zaptel'make update' again, and it should be gone. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir