Displaying 1 result from an estimated 1 matches for "d_ast_ver_1_8".
2013 Nov 18
0
app_swift on centos 6 X64
...has installed the latest
version of app_swift on centos 6 for asterisk 1.8
I'm trying to make with this manual, but have had no success
http://www.cepstral.com/en/support/telephony/faq?os=linux§ion=getting-started
gcc -I/opt/swift/include -I/usr/include -g -Wall -fPIC -D_SWIFT_VER_6
-D_AST_VER_1_8 -c -o app_swift.o app_swift.c
app_swift.c:36:19: error: swift.h: No such file or directory
app_swift.c:38:38: error: swift_asterisk_interface.h: No such file or
directory
app_swift.c:163: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?swift_cb?
app_swift.c: In function ?app_exec?...