Displaying 2 results from an estimated 2 matches for "spandsp_v21_new".
2016 Feb 17
2
Problem compiling res_fax_spandsp.c on Debian server.
...mpiling res_fax_spandsp (and yes, we really need that
module). The old version has been working, and was compiled on this same
machine with this same operating system. This is the error I get when
doing the make:
[CC] res_fax_spandsp.c -> res_fax_spandsp.o
res_fax_spandsp.c: In function ?spandsp_v21_new?:
res_fax_spandsp.c:487:52: error:
?MODEM_CONNECT_TONES_FAX_CED_OR_PREAMBLE? undeclared (first use in this
function)
res_fax_spandsp.c:487:52: note: each undeclared identifier is reported
only once for each function it appears in
res_fax_spandsp.c: In function ?spandsp_fax_gateway_start?:
res_fa...
2016 Feb 17
2
Problem compiling res_fax_spandsp.c on Debian server.
...eally need that module). The old version has been working, and was
>> compiled on this same machine with this same operating system. This
>> is the error I get when doing the make:
>>
>> [CC] res_fax_spandsp.c -> res_fax_spandsp.o
>> res_fax_spandsp.c: In function ?spandsp_v21_new?:
>> res_fax_spandsp.c:487:52: error:
>> ?MODEM_CONNECT_TONES_FAX_CED_OR_PREAMBLE? undeclared (first use
>> in this function)
>
> This is defined by spandsp itself in one of its headers. Have you
> installed the spandsp dev package?
>
> Richard
Yes, but it's...