[Home]

Summary:ASTERISK-08876: Make fails at codec_zap
Reporter:warlock52 (warlock52)Labels:
Date Opened:2007-02-25 21:46:22.000-0600Date Closed:2011-06-07 14:02:55
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_adsi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:With the latest SVN branch I get the following error when doing "make":

  [CC] codec_zap.c -> codec_zap.o
codec_zap.c: In function `zap_translate':
codec_zap.c:184: error: `ZT_TCOP_ALLOCATE' undeclared (first use in this function)
codec_zap.c:184: error: (Each undeclared identifier is reported only once
codec_zap.c:184: error: for each function it appears in.)
make[1]: *** [codec_zap.o] Error 1
make: *** [codecs] Error 2


****** STEPS TO REPRODUCE ******

svn update
./configure
make clean
make
Comments:By: Joshua C. Colp (jcolp) 2007-02-25 21:50:49.000-0600

Zaptel must be updated to the latest version from SVN.

By: warlock52 (warlock52) 2007-02-25 21:53:13.000-0600

I have updated to latest zaptel from SVN and keep getting the same message!

By: Joshua C. Colp (jcolp) 2007-02-25 21:54:27.000-0600

You did the following or something along the same lines?

svn co http://svn.digium.com/svn/zaptel/branches/1.4 zaptel-1.4
cd zaptel-1.4
./configure
make
make install

Then changed over to the Asterisk checkout?

By: warlock52 (warlock52) 2007-02-25 22:06:39.000-0600

OK That`s done it. It seems like I was not on the correct zaptel SVN...

By: Joshua C. Colp (jcolp) 2007-02-25 22:08:12.000-0600

Bada bing bada boom.