On Fri, 4 May 2007 15:20:12 +0100 (BST), [EMAIL PROTECTED] wrote: > Hi, > > Anyone have an idea on how to resolve this asterisk trunk code running > on freebsd 6.2? > > chan_zap.c: In function `handle_init_event': > chan_zap.c:7126: error: `ZT_EVENT_REMOVED' undeclared (first use in this > function) chan_zap.c:7126: error: (Each undeclared identifier is > reported only once chan_zap.c:7126: error: for each function it appears > in.) gmake[1]: *** [chan_zap.o] Error 1 > gmake: *** [channels] Error 2
you're trying to compile asterisk 1.4.x with the trunk version of the zaptel drivers. get the zaptel-bsd driver source from the svn repo, and compile and install branches/zaptel-1.4. bear in mind though that this is still under development, though feedback on breakage is much appreciated. -- Regards, /\_/\ "All dogs go to heaven." [EMAIL PROTECTED] (0 0) http://www.openmalaysiablog.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+ _______________________________________________ Asterisk-BSD mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-bsd

