Source: asterisk-flite
Version: 2.1-1.1
Severity: grave
asterisk-flite fails to build with asterisk 13:
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
app_flite.o app_flite.c
app_flite.c: In function ‘flite_exec’:
app_flite.c:168:13: error: dereferencing pointer to incomplete type
if (chan->_state != AST_STATE_UP)
^
app_flite.c:170:47: error: dereferencing pointer to incomplete type
res = ast_streamfile(chan, cachefile, chan->language);
^
app_flite.c:173:12: error: dereferencing pointer to incomplete type
chan->name);
^
app_flite.c:239:10: error: dereferencing pointer to incomplete type
if (chan->_state != AST_STATE_UP)
^
app_flite.c:241:43: error: dereferencing pointer to incomplete type
res = ast_streamfile(chan, tmp_name, chan->language);
^
app_flite.c:243:66: error: dereferencing pointer to incomplete type
ast_log(LOG_ERROR, "Flite: ast_streamfile failed on %s\n",
chan->name);
^
Makefile:38: recipe for target 'app_flite.o' failed
make: *** [app_flite.o] Error 1
This seems to have been fixed by upstream in
https://github.com/zaf/Asterisk-Flite/commit/ee1b1a88b96dddf7a85f0f7b854501ecdcee1765
I would suggest to get the latest upstream version, which is verified to
build with Asterisk 13.
--
Tzafrir Cohen | [email protected] | VIM is
http://tzafrir.org.il | | a Mutt's
[email protected] | | best
[email protected] | | friend
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]