On Fri, Mar 16, 2007 at 02:46:24PM +0100, Wilson Pickett wrote:
> Has this issue been resolved? I'm having the problem now with the code base
> downloaded yesterday.
> 
> On 2/3/07, Erick Perez <[EMAIL PROTECTED]> wrote:
> >
> >while compiling svn 53132 of asterisk branch 1.2

> >codec_zap.o codec_zap.c
> >codec_zap.c: In function `zap_framein':
> >codec_zap.c:147: error: dereferencing pointer to incomplete type
> >codec_zap.c:149: error: dereferencing pointer to incomplete type

Woraround:

===================================================================
--- codecs/Makefile     (revision 58959)
+++ codecs/Makefile     (working copy)
@@ -36,7 +36,7 @@
   ifeq (${OSARCH},FreeBSD)
     SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
   endif
-  CODECS+=codec_zap.so
+  #CODECS+=codec_zap.so
 endif
 endif # WITHOUT_ZAPTEL

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]       
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to