search for: ast_expr2f

Displaying 15 results from an estimated 15 matches for "ast_expr2f".

Did you mean: ast_expr2
2010 Apr 06
1
testexpr2
...lems. First, "make testexpr2" doesn't work at top level, nor in the "main" subdirectory. If I manually try the commands for it in main/Makefile, it doesn't have a "main" and calls "ast_log". If use -DSTANDALONE2 instead, those go away, but then: ast_expr2f.o: In function `__register_file_version': ast_expr2f.c:(.text+0xf): undefined reference to `ast_register_file_version' ast_expr2f.o: In function `__unregister_file_version': ast_expr2f.c:(.text+0x1f): undefined reference to `ast_unregister_file_version' ast_expr2f.o: In function `as...
2005 Aug 26
3
bug tracker bug?
Cant submit bugs - error 1303, invalid value for field when submitting a new issue. Bug info Failure on build with 1.2beta1 on fresh FC4 install ast_expr2f.c:1784: warning: no previous prototype for ?ast_yyget_column? ast_expr2f.c:1860: warning: no previous prototype for ?ast_yyset_column? ast_expr2f.c:1259: warning: ?yyunput? defined but not used gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file...
2005 Sep 29
1
files conflict after CVS update
Hi all, I just updated zaptel and asterisk, but after doing CVS update of asterisk (from CVS-HEAD 2005-08-10 17:10:53) I got a file conflict message conflicts: ast_expr2.h ast_expr2f.c I ignored them, and then tried to compile asterisk: make clean, make , make install. But then the problem shows again, leaving this message: ast_expr2f.c:1784: warning: no previous prototype for `ast_yyget_column' ast_expr2f.c:1860: warning: no previous prototype for `ast_yyset_column'...
2006 Dec 13
1
Problem with asterisk 1.4 Installation (undefined reference to `ast_copy_string')
Hi. After successfully running ./configure I run make. When running make I get the following error.. [CC] ast_expr2f.c -> ast_expr2f.o [CC] ast_expr2.c -> ast_expr2.o [CC] strcompat.c -> strcompat.o [LD] aelparse.o aelbison.o pbx_ael.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o -> aelparse aelparse.o(.text+0x3029): In function `ael_yylex': /usr/src/asterisk1/asterisk-1.4.0-beta3/util...
2007 Apr 07
2
Cannot compile 1.4.2 on Slackware 7
...gs.digium.com/view.php?id=4908#32012 I manually added "#include <netinet/in.h>" to the top of streamplayer.c and this compiled OK. (Should I file a bug for this?) However I'm currently stuck here: /usr/src/asterisk-1.4.2# make [LD] aelparse.o aelbison.o pbx_ael.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o -> aelparse aelparse.o: In function `ael_yylex': /usr/src/asterisk-1.4.2/include/asterisk/strings.h:167: undefined reference to `__builtin_expect' ast_expr2f.o: In function `ast_expr': /usr/src/asterisk-1.4.2/include/asterisk/strings.h:167: undefined referen...
2005 Aug 29
2
Compile problem with 1.2 beta 1
...ersion.h.tmp build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer acl.c aescrypt.c aeskey.c aestab.c alaw.c app.c asterisk.c ast_expr2.c ast_expr2f.c astmm.c autoservice.c callerid.c cdr.c channel.c chanvars.c cli.c config.c config_old.c db.c devicestate.c dlfcn.c dns.c dnsmgr.c dsp.c enum.c file.c frame.c fskmodem.c image.c indications.c io.c jitterbuf.c loader.c logger.c manager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy.c rtp....
2005 Aug 29
2
Asterisk Compile error - x86_64
Asterisk has this error on compile: flex ast_expr2.fl "ast_expr2.fl", line 50: unrecognized %option: reentrant "ast_expr2.fl", line 51: unrecognized %option: bison-bridge "ast_expr2.fl", line 52: unrecognized %option: bison-locations make: *** [ast_expr2f.c] Error 1 2.6.12-1.1447_FC4smp #1 SMP bison (GNU Bison) 2.0 Written by Robert Corbett and Richard Stallman. Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTI...
2007 Jul 15
0
choppy sound when transcoding (after os update)
...n ?ast_context_add_switch2?: ael_main.c:328: warning: passing argument 1 of ?create_name? discards qualifiers from pointer target type ael_main.c: In function ?ast_context_add_include2?: ael_main.c:317: warning: passing argument 1 of ?create_name? discards qualifiers from pointer target type [CC] ast_expr2f.c -> ast_expr2f.o ast_expr2.fl: In function ?ast_yyerror?: ast_expr2.fl:376: warning: passing argument 1 of ?expr2_token_subst? discards qualifiers from pointer target type chan_agent.c: In function ?__agent_start_monitoring?: chan_agent.c:393: warning: the address of ?savecallsin? will alwa...
2005 Sep 01
1
Loop error when compiling CVS version of 1.2-Beta
...risk/version.h.tmp build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer acl.c aescrypt.c aeskey.c aestab.c alaw.c app.c ast_expr2.c ast_expr2f.c asterisk.c astmm.c autoservice.c callerid.c cdr.c channel.c chanvars.c cli.c config.c config_old.c db.c devicestate.c dlfcn.c dns.c dnsmgr.c dsp.c enum.c file.c frame.c fskmodem.c image.c indications.c io.c jitterbuf.c loader.c logger.c manager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy...
2012 Jan 18
1
Compile error 1.8.8.1
...ree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o mpool/mpool.o recno/rec_close.o recno/rec_delete.o recno/rec_get.o recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o recno/rec_utils.o -> libdb1.a [LD] abstract_jb.o acl.o alaw.o aoc.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autochan.o autoservice.o bridging.o callerid.o ccss.o cdr.o cel.o channel.o chanvars.o cli.o config.o data.o datastore.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o enum.o event.o features.o file.o fixedjitterbuf.o frame.o framehook.o fskmodem.o...
2011 Mar 07
1
[1.8.3] Error compiling Asterisk: __sync_fetch_and_add
...ree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o mpool/mpool.o recno/rec_close.o recno/rec_delete.o recno/rec_get.o recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o recno/rec_utils.o -> libdb1.a [LD] abstract_jb.o acl.o alaw.o aoc.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autochan.o autoservice.o bridging.o callerid.o ccss.o cdr.o cel.o channel.o chanvars.o cli.o config.o data.o datastore.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o enum.o event.o features.o file.o fixedjitterbuf.o frame.o framehook.o fskmodem.o...
2017 Apr 29
2
Can't compile asterisk-certified-11.6-cert16 on Ubuntu 16
...on a Ubuntu 16 server. However, when I try to compile it, I'm getting hundreds and hundreds of errors. Here is a sample of the output. make[1]: Leaving directory '/usr/src/asterisk-certified-11.6-cert16/menuselect' [LD] aelparse.o aelbison.o pbx_ael.o hashtab.o lock.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o -> aelparse aelbison.o: In function `ast_atomic_fetchadd_int': /usr/src/asterisk-certified-11.6-cert16/include/asterisk/lock.h:567: multiple definition of `ast_atomic_fetchadd_int' aelparse.o:/usr/src/asterisk-certified-11.6-cert16/include/as...
2011 Mar 07
1
Error compiling Asterisk 1.8.3 on Sun SPARC x64 w/Debian Squeeze
...ree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o mpool/mpool.o recno/rec_close.o recno/rec_delete.o recno/rec_get.o recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o recno/rec_utils.o -> libdb1.a [LD] abstract_jb.o acl.o alaw.o aoc.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autochan.o autoservice.o bridging.o callerid.o ccss.o cdr.o cel.o channel.o chanvars.o cli.o config.o data.o datastore.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o enum.o event.o features.o file.o fixedjitterbuf.o frame.o framehook.o fskmodem.o...
2016 May 05
2
cannot find -lasteriskssl
...ble chan_ooh323 $ make .. failure (see message below) Any hint is appreciated. Thanks in advance. Ciao, Michael. ----------------------------- snip ----------------------------- [LN] libasteriskssl.so.1 -> libasteriskssl.so [LD] abstract_jb.o acl.o adsi.o alaw.o aoc.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o astobj2_container.o astobj2_hash.o astobj2_rbtree.o audiohook.o autochan.o autoservice.o backtrace.o bridge.o bridge_after.o bridge_basic.o bridge_channel.o bridge_roles.o bucket.o callerid.o ccss.o cdr.o cel.o channel.o channel_internal_api.o chanvars.o cli.o...
2005 Oct 10
2
Errors with new fetched Asterisk cvs
...p build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=k8 -DZAPTEL_OPTIMIZATIONS -m64 -fomit-frame-pointer acl.c aescrypt.c aeskey.c aestab.c alaw.c app.c ast_expr.c ast_expr2.c ast_expr2f.c asterisk.c astmm.c autoservice.c callerid.c cdr.c channel.c chanvars.c cli.c config.c db.c devicestate.c dlfcn.c dns.c dnsmgr.c dsp.c enum.c file.c frame.c fskmodem.c image.c indications.c io.c jitterbuf.c loader.c logger.c manager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy.c rtp.c...