search for: config_flag

Displaying 3 results from an estimated 3 matches for "config_flag".

Did you mean: config_flags
2009 Aug 26
1
app_swift issue
...to edit app_swift.c but AST_MODULE is not defined in app_swift.c i commented this line ""//#define AST_MODULE "app_swift"" but in vain .... Please help static int load_module(void) { int res; const char *t = NULL; struct ast_config *cfg; struct ast_flags config_flags = { 0 }; // Set defaults cfg_buffer_size = 65535; cfg_goto_exten = 0; strncpy(cfg_voice, "David-8kHz", sizeof(cfg_voice)); res = ast_register_application(app, engine, synopsis, descrip); cfg = ast_config_load(SWIFT_CONFIG_FILE, config_flags); if (cfg) {...
2009 Aug 26
4
Fw: app_swift issue
...hinking to edit app_swift.c but AST_MODULE is not defined in app_swift.c i commented this line ""//#define AST_MODULE "app_swift"" but in vain .... Please help static int load_module(void) { int res; const char *t = NULL; struct ast_config *cfg; struct ast_flags config_flags = { 0 }; // Set defaults cfg_buffer_size = 65535; cfg_goto_exten = 0; strncpy(cfg_voice, "David-8kHz", sizeof(cfg_voice)); res = ast_register_application(app, engine, synopsis, descrip); cfg = ast_config_load(SWIFT_CONFIG_FILE, config_flags); if (cfg) { if ((t = ast_variable_r...
2010 Nov 29
3
[LLVMdev] Does someone has experience with Canadian cross build of LLVM compiler?
...;i386-mingw32-g++"; export CXX; LD="i386-mingw32-ld"; export LD; CFLAGS="-m32 -g"; export CFLAGS; CXXFLAGS="-m32 -g"; export CXXFLAGS; LDFLAGS=""; export LDFLAGS; CFLAGS="-std=gnu89 $CFLAGS" make -f /home/ksanina/Makefile.llvm -C $BUILD_DIR all CONFIG_FLAGS="--host=i386-mingw32 --build=x86_64-linux-gnu --target=i386-linux --prefix=/home/ksanina/install/mx-debug --enable-validation" MAKE_FLAGS="VERBOSE=1 " TESTSUITE= make[1]: Entering directory `/home/ksanina/build/mx-debug-llvm' make VERBOSE=1 make[2]: Entering directory `/hom...