Page 1 of 1

error install app_swift

PostPosted: Sat Jul 14, 2007 8:42 am
by infinity
hi
appoligies in advanced if this is the wrong place to post this question,
i have installed a cpestral voice on a asterisk business edition box. but when i try installing app_swift i get the error below. any help would be much appreicated
[root@asterisk app_swift-0.9.1]# make install
gcc -I/opt/swift/include -g -Wall -D_REENTRANT -D_GNU_SOURCE -fPIC -c -o app_s
app_swift.c: In function `swift_exec':
app_swift.c:215: warning: implicit declaration of function `ast_module_user_add'
app_swift.c:215: warning: assignment makes pointer from integer without a cast
app_swift.c:392: warning: implicit declaration of function `ast_module_user_remo
app_swift.c: At top level:
app_swift.c:397: warning: static declaration of 'unload_module' follows non-stat
/usr/include/asterisk/module.h:57: warning: previous declaration of 'unload_modu
app_swift.c:403: warning: static declaration of 'load_module' follows non-static
/usr/include/asterisk/module.h:46: warning: previous declaration of 'load_module
app_swift.c:451: error: parse error before string constant
app_swift.c:451: warning: type defaults to `int' in declaration of `AST_MODULE_I
app_swift.c:451: warning: data definition has no type or storage class
make: *** [app_swift.o] Error 1

PostPosted: Tue Jul 17, 2007 9:42 am
by jleoni
Use the tarball from http://www.mezzo.net/asterisk/app_swift.html for the 0.9.6 release to use with ABE. You shouldn't have any problem installing that.

PostPosted: Thu Jul 26, 2007 9:07 am
by jleoni
Also note that you shouldn't have needed app_swift for use with ABE as res_cepstral is automatically included with ABE installs.