[Asterisk-Users] Compiling SpanDSP

2005-10-03 Thread Doug Lytle
Has anybody been successful with compiling the pre3 version of SpanDSP 
on the current Asterisk CVS?  I'm getting:


app_rxfax.c: In function `phase_e_handler':
app_rxfax.c:77: warning: implicit declaration of function 
`fax_get_transfer_statistics'
app_rxfax.c:78: warning: implicit declaration of function 
`fax_get_far_ident'
app_rxfax.c:79: warning: implicit declaration of function 
`fax_get_local_ident'

app_rxfax.c:93: error: structure has no member named `callerid'
app_rxfax.c: In function `rxfax_exec':
app_rxfax.c:263: warning: passing arg 1 of `fax_init' from incompatible 
pointer type

app_rxfax.c:264: error: structure has no member named `verbose'
app_rxfax.c:267: warning: implicit declaration of function 
`fax_set_local_ident'
app_rxfax.c:270: warning: implicit declaration of function 
`fax_set_header_info'

app_rxfax.c:271: warning: implicit declaration of function `fax_set_rx_file'
app_rxfax.c:273: warning: implicit declaration of function 
`fax_set_phase_d_handler'
app_rxfax.c:274: warning: implicit declaration of function 
`fax_set_phase_e_handler'

app_rxfax.c:285: warning: implicit declaration of function `fax_rx_process'
app_rxfax.c:288: warning: implicit declaration of function `fax_tx_process'
app_rxfax.c:325: warning: passing arg 1 of `fax_release' from 
incompatible pointer type

app_rxfax.c: At top level:
app_rxfax.c:61: warning: 't30_flush' defined but not used
make[1]: *** [app_rxfax.o] Error 1
make[1]: Leaving directory `/home/doug/cvs/10032005/asterisk/apps'
make: *** [subdirs] Error 1

Doug

--

Ben Franklin quote:

Those who give up essential liberties for temporary safety deserve neither liberty 
nor safety.


___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Compiling SpanDSP

2005-10-03 Thread Dave Cotton
On Mon, 2005-10-03 at 14:10 -0400, Doug Lytle wrote:
 Has anybody been successful with compiling the pre3 version of SpanDSP 
 on the current Asterisk CVS?  I'm getting:
 
 app_rxfax.c: In function `phase_e_handler':
 app_rxfax.c:77: warning: implicit declaration of function 
 `fax_get_transfer_statistics'
 app_rxfax.c:78: warning: implicit declaration of function 
 `fax_get_far_ident'
 app_rxfax.c:79: warning: implicit declaration of function 
 `fax_get_local_ident'
 app_rxfax.c:93: error: structure has no member named `callerid'

Look at rxfax.c around line 88 there's an #if statement remove the
references to callerid.

This error has been around for a while.


-- 
Dave Cotton [EMAIL PROTECTED]

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Compiling SpanDSP

2005-10-03 Thread Doug Lytle

Dave Cotton wrote:


On Mon, 2005-10-03 at 14:10 -0400, Doug Lytle wrote:
 


Look at rxfax.c around line 88 there's an #if statement remove the
references to callerid.

This error has been around for a while.

 




That took care of the callerid compile error, but not the verbose error:

error: structure has no member named `verbose'

Doug

--

Ben Franklin quote:

Those who give up essential liberties for temporary safety deserve neither liberty 
nor safety.


___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Compiling SpanDSP

2005-10-03 Thread Tom Hayden
I've been getting the same problem with the verbose issue. I just
commented out the line, and it seemed to compile OK.

--
Tom

On 10/3/05, Doug Lytle [EMAIL PROTECTED] wrote:
 Dave Cotton wrote:

 On Mon, 2005-10-03 at 14:10 -0400, Doug Lytle wrote:
 
 
 Look at rxfax.c around line 88 there's an #if statement remove the
 references to callerid.
 
 This error has been around for a while.
 
 
 


 That took care of the callerid compile error, but not the verbose error:

 error: structure has no member named `verbose'

 Doug

 --

 Ben Franklin quote:

 Those who give up essential liberties for temporary safety deserve neither 
 liberty nor safety.


 ___
 --Bandwidth and Colocation sponsored by Easynews.com --

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



--
Tom
___
--Bandwidth and Colocation sponsored by Easynews.com --

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