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