search for: app_espeak

Displaying 1 result from an estimated 1 matches for "app_espeak".

2014 Aug 28
1
Asterisk-eSpeak and Asterisk 12
...ak.git cd Asterisk-eSpeak ln -s <path-to-asterisk-folder>/include/asterisk.h ln -s <path-to-asterisk-folder>/include/asterisk make I'm getting this: gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o app_espeak.o app_espeak.c In file included from asterisk.h:21:0, from app_espeak.c:34: asterisk/autoconfig.h:7:32: fatal error: asterisk/buildopts.h: File Not found (above line translated) I can't find any buildopts.h anywhere in Asterisk 12 source files though it exists in Asterisk 11....