Source: asterisk-espeak
Version: 2.1-1+b1
Severity: grave
asterisk-espeak 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_espeak.o app_espeak.c
app_espeak.c: In function ‘espeak_exec’:
app_espeak.c:219:13: error: dereferencing pointer to incomplete type
if (chan->_state != AST_STATE_UP)
^
app_espeak.c:221:47: error: dereferencing pointer to incomplete type
res = ast_streamfile(chan, cachefile, chan->language);
^
app_espeak.c:224:12: error: dereferencing pointer to incomplete type
chan->name);
^
app_espeak.c:331:10: error: dereferencing pointer to incomplete type
if (chan->_state != AST_STATE_UP)
^
app_espeak.c:333:43: error: dereferencing pointer to incomplete type
res = ast_streamfile(chan, raw_name, chan->language);
^
app_espeak.c:335:67: error: dereferencing pointer to incomplete type
ast_log(LOG_ERROR, "eSpeak: ast_streamfile failed on %s\n",
chan->name);
^
Makefile:38: recipe for target 'app_espeak.o' failed
make: *** [app_espeak.o] Error 1
This seems to have been fixed by upstream in
https://github.com/zaf/Asterisk-eSpeak/commit/bf0c07f59b0b62a609a1e94dff40171c09f16e5d
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]