Hi is a list could be off topic ;) , but someone 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?: app_swift.c:322: error: ?swift_engine? undeclared (first use in this function) app_swift.c:322: error: (Each undeclared identifier is reported only once app_swift.c:322: error: for each function it appears in.) app_swift.c:322: error: ?engine? undeclared (first use in this function) app_swift.c:323: error: ?swift_port? undeclared (first use in this function) app_swift.c:323: error: ?port? undeclared (first use in this function) app_swift.c:324: error: ?swift_voice? undeclared (first use in this function) app_swift.c:324: error: ?voice? undeclared (first use in this function) app_swift.c:325: error: ?swift_params? undeclared (first use in this function) app_swift.c:325: error: ?params? undeclared (first use in this function) app_swift.c:326: error: ?swift_result_t? undeclared (first use in this function) app_swift.c:326: error: expected ?;? before ?sresult? app_swift.c:327: error: ?swift_background_t? undeclared (first use in this function) app_swift.c:327: error: expected ?;? before ?tts_stream? app_swift.c:363: warning: implicit declaration of function ?swift_engine_open? app_swift.c:368: warning: implicit declaration of function ?swift_params_new? app_swift.c:369: warning: implicit declaration of function ?swift_params_set_string? app_swift.c:382: warning: implicit declaration of function ?swift_port_open? app_swift.c:393: warning: implicit declaration of function ?swift_register_ast_chan? app_swift.c:403: warning: implicit declaration of function ?swift_port_set_voice_by_name? app_swift.c:410: error: ?SWIFT_EVENT_AUDIO? undeclared (first use in this function) app_swift.c:410: error: ?SWIFT_EVENT_END? undeclared (first use in this function) app_swift.c:410: error: ?SWIFT_EVENT_ERROR? undeclared (first use in this function) app_swift.c:415: warning: implicit declaration of function ?swift_port_set_callback? app_swift.c:415: error: ?swift_cb? undeclared (first use in this function) app_swift.c:417: warning: implicit declaration of function ?SWIFT_FAILED? app_swift.c:417: warning: implicit declaration of function ?swift_port_speak_text? app_swift.c:417: error: ?tts_stream? undeclared (first use in this function) app_swift.c:574: error: ?sresult? undeclared (first use in this function) app_swift.c:574: warning: implicit declaration of function ?swift_port_stop? app_swift.c:574: error: ?SWIFT_EVENT_NOW? undeclared (first use in this function) app_swift.c:622: warning: implicit declaration of function ?swift_port_close? app_swift.c:625: warning: implicit declaration of function ?swift_engine_close? make: *** [app_swift.o] Error 1 ################################################################## later with this and not work http://www.cepstral.com/code/appbugcode.txt any idea? -- rickygm http://gnuforever.homelinux.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131118/9c2eaf44/attachment.html>