[Home]

Summary:ASTERISK-12946: app_fax failing to build on powerpc / spandsp6 / asterisk1.6.0.1
Reporter:Brendan Martens (shrift)Labels:
Date Opened:2008-10-21 13:51:08Date Closed:2008-10-23 14:34:00
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_fax
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I compiled spandsp from this package:
http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.6pre2.tgz

after ./configure and make menuconfig, during make I got:

  [CC] app_fax.c -> app_fax.o
app_fax.c: In function ‘transmit_audio’:
app_fax.c:312: error: storage size of ‘fax’ isn’t known
app_fax.c:312: warning: unused variable ‘fax’
app_fax.c: In function ‘transmit_t38’:
app_fax.c:483: error: storage size of ‘t38’ isn’t known
app_fax.c:483: warning: unused variable ‘t38’
make[1]: *** [app_fax.o] Error 1
make: *** [apps] Error 2
root@asterisk:/usr/local/asterisk1.6.0.1#



****** ADDITIONAL INFORMATION ******

Their seems to not be an option for 1.6.0.1 in the version list, that's what I'm using from /svn/asterisk/tags/1.6.0.1/
Comments:By: Gregory Hinton Nietsky (irroot) 2008-10-21 13:54:49

try with pre1 i uploaded that a few days back ...

ASTERISK-12887

the API has changed again and may continue to do so ...

while you at it check ASTERISK-12667 <shameless punt for testing>

By: Brendan Martens (shrift) 2008-10-21 13:56:29

Ok I'll look into those... I had actually read them already but it looked like they were fixed, so I didn't think it was an issue with my spandsp version.

By: Brendan Martens (shrift) 2008-10-21 15:11:15

Ok, I downgraded to spandsp6pre1 and applied your patch from http://bugs.digium.com/view.php?id=13405 then it worked just fine.

Thanks!

By: Gregory Hinton Nietsky (irroot) 2008-10-23 13:47:24

Bump ...

someone want to close this ??

By: Jason Parker (jparker) 2008-10-23 14:33:57

Closing, since I'm pretty certain this is already fixed in svn.

Thanks irroot.