[Asterisk-Users] SoftFAX/spandsp
James Golovich
james at wwnet.net
Sun Mar 28 15:25:33 MST 2004
On Sun, 28 Mar 2004, Florian Overkamp wrote:
> gcc -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c
> In file included from /usr/local/include/spandsp.h:40,
> from app_rxfax.c:29:
> /usr/local/include/spandsp/arctan2.h: In function `arctan2':
> /usr/local/include/spandsp/arctan2.h:44: warning: type mismatch in implicit
> declaration for built-in function `fabs'
> app_rxfax.c: In function `rxfax_exec':
> app_rxfax.c:185: too few arguments to function `ast_set_read_format'
> app_rxfax.c:195: too few arguments to function `ast_set_write_format'
> app_rxfax.c:199: too few arguments to function `ast_set_read_format'
> app_rxfax.c:247: too few arguments to function `ast_set_read_format'
> app_rxfax.c:253: too few arguments to function `ast_set_write_format'
> make[1]: *** [app_rxfax.o] Error 1
>
The ast_set_read_format and ast_set_write_format functions have been
changed in CVS head (but not stable), to include a flag if the channel
should be locked.
James
More information about the asterisk-users
mailing list