[asterisk-users] asterisk 1.2 branch revision 53132 failed to compile

Tzafrir Cohen tzafrir.cohen at xorcom.com
Fri Mar 16 07:52:38 MST 2007


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 <eaperezh at gmail.com> 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:tzafrir at jabber.org
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com       
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir


More information about the asterisk-users mailing list