Displaying 20 results from an estimated 44 matches for "ast_expr".
2005 Jul 19
2
Installation
...uot;/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN -c -o asterisk.o asterisk.c
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
ast_expr.y:110: unrecognized: %locations
ast_expr.y:110: Skipping to next %
ast_expr.y:141: invalid @-construct
ast_expr.y:141: $. is invalid
ast_expr.y:141: invalid @-construct
ast_expr.y:141: $. is invalid
ast_expr.y:141: invalid @-construct
ast_expr.y:141:...
2004 May 07
2
Trouble compiling latest CVS
...#39;t seem to be able to compile CVS HEAD on
RH7.2. On a RH7.3 machine with bison-1.35-1 it appears to be fine
though... any advice?
Philipp
System: RH 7.2
bison-1.28-7
Related issue:
http://rpm.pbone.net/index.php3/stat/4/idpl/411535/com/bison-1.35-
6.i386.rpm.html
The error message:
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
ast_expr.y:103: unrecognized: %locations
ast_expr.y:103: Skipping to next %
ast_expr.y:134: invalid @-construct
ast_expr.y:134: $. is invalid
ast_expr.y:134: invalid @-construct
ast_expr.y:134: $. is invalid
...
ast_expr.y:148: invalid @-construct
ast_expr.y:...
2004 Jul 13
1
asterisk compile problem
...d them in that
order as per my install guide.
When I try to compile asterisk with "make clean; make install", it runs okay
for a bit and then I get the following error: (ignore Outlooks insistence at
capitalizing the first letters of these lines/sentences - it's all
lowercase)
Bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
Ast_expr.y:110: unrecognized: %locations
Ast_expr.y:110: Skipping to next %
Ast_expr.y:141: invalid @-construct
Ast_expr.y:141: $. Is invalid
[these last two lines repeat iterating the line number (141) up to 155
then:]
Make: *** [ast_expr.c] Error 1
And it...
2003 Dec 22
2
Compile Problem
I am trying to compile the asterisk and if fails at the end on:
make[1]: Entering directory `/usr/src/asterisk-0.5.0/pbx'
gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config --libs gthread`
/usr/lib/gcc-lib/i486-slackware-linux/3.3.2/../../../../i486-slackware-linux/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[1]: *** [pbx_gtkconsole.so] Error 1
2004 Jul 14
2
RE: [Asterisk-User] asterisk compile problem
...mpile asterisk with "make clean; make install", it
>> runs okay for a bit and then I get the following error: (ignore
>> Outlooks insistence at capitalizing the first letters of these
>> lines/sentences - it's all
>> lowercase)
>>
>> Bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
>> Ast_expr.y:110: unrecognized: %locations
>> Ast_expr.y:110: Skipping to next %
>> Ast_expr.y:141: invalid @-construct
>> Ast_expr.y:141: $. Is invalid
>> [these last two lines repeat iterating the line number (141) up to...
2004 Jul 07
3
Problems installing asterisk.
When installing asterisk, I follow de "Getting Started" manual and i get the
following error while compilig asterisk:
if [ -d CVS ] && ! [ -f .version ]; then echo CVS-HEAD-08/06/04-09:53:57 >
.version; fi
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] broken pipe
Just this, nothing else.
Zaptel and Libpri installed without any problem and system is Fedora core 2
with kernel 2.6.5-1.358 and bison installed.
Thanks a lot in advance!
****************************
Xavier Olivella i Ri...
2004 Apr 03
2
STABLE 1.0 Branch CVS repository
...k\"
-DASTLOGDIR=\"/var/log/asterisk\"
-DASTCONFPATH=\"/etc/asterisk/asterisk.conf\"
-DASTMODDIR=\"/usr/lib/asterisk/modules\"
-DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN
-DNEW_PRI_HANGUP -c -o asterisk.o asterisk.c
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] Broken pipe
Any clue's why this is happening ?
Regards...Martin
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
Free MS-Office replacement for most platforms
ht...
2004 Jan 25
1
Ne machine, build is breaking
...sk\" -DASTLOGDIR=\"/var/log/asterisk\"
-DASTCONFPATH=\"/etc/asterisk/asterisk.conf\"
-DASTMODDIR=\"/usr/lib/asterisk/modules\"
-DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN
-DNEW_PRI_HANGUP -c -o asterisk.o asterisk.c
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
make: *** [ast_expr.c] Broken pipe
----------------end
Regards...Martin
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
Free MS-Office replacement for most platforms
http://www.openoffice....
2003 Dec 14
11
Cisco Gateway Integration
Has anyone succesfully integrated * with a cisco voice gateway ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031214/3b1ba7b3/attachment.htm
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_yyse...
2005 Jun 02
2
bison/flex version warning
Hi,
(I seem to be having some trouble getting messages to post on the list so
I may be duplicating an earlier post. Apologies if this is the case.)
I am compiling CVS tip Asterisk on a fresh CentOS 3.4 install. I got
this warning:
make ast_expr.a
make[1]: Entering directory `/usr/src/asterisk'
bison -v -d --name-prefix=ast_yy ast_expr.y -o ast_expr.c
=================================================================================
NOTE: Using older version of expression parser. To use the newer
version,
NOTE: upgrade to flex 2.5.31 or...
2004 Apr 26
3
Compiling asterisk
I got the error below while compiling asterisk. Please offer me some help.
hubert
for x in res channels pbx apps codecs formats agi cdr astman stdtime; do
make -C $x depend || exit 1 ; done
make[1]: Entering directory `/etc/asterisk/asterisk-0.7.2/res'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/etc/asterisk/asterisk-0.7.2/res'
make[1]: Entering
2004 Sep 02
1
Problem with HasNewVoicemail()
...owing error:
-- Executing HasNewVoicemail("SIP/201-2f1e", "201") in new stack
Sep 2 12:41:09 NOTICE[819221]: app_hasnewvoicemail.c:104
hasvoicemail_exec: Voice mailbox 201 at
/var/spool/asterisk/voicemail/default/201/(null) does not exist
Sep 2 12:41:09 WARNING[819221]: ast_expr.y:474 ast_yyerror:
ast_yyerror(): syntax error: parse error; Input:
0 +
^
^
And if I add the optional variable name to put the new count into:
exten => s,1,HasNewVoicemail(201,NEWMSGCOUNT)
The error message is an even more puzzling:
-- Executing HasNewVoicemail("SIP/201-3277"...
2005 Oct 10
2
Errors with new fetched Asterisk cvs
...e/asterisk/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=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....
2003 Apr 28
1
Complie on RH8
Hi
I've just got the TDM dev kit and started to compile asterisk, all works fine
until compiling asterisk itself and I get the following error
Does anyone know where I'm going wrong?
Robb
2005 Mar 29
3
-lssl problem on debian
....version ]; then echo CVS-v1-0-03/29/05-15:19:53
> .version; fi
gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o
config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o
ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o
rtp.o manager.o asterisk.o ast_expr.o dsp.o chanvars.o indications.o
autoservice.o db.o privacy.o astmm.o enum.o srv.o dns.o aescrypt.o
aestab.o aeskey.o utils.o editline/libedit.a db1-ast/libdb1.a
stdtime/libtime.a -ldl -lpthread -lncurses -lm -lresolv -lssl
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
make:...
2005 Jun 29
5
Problems with OR Logic in the GotoIf Statement
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3034 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050629/596126bc/smime.bin
2006 Jan 31
0
RE: [Asterisk-Announce] Asterisk 1.2.4 and Zaptel1.2.3
...to
> > check source code for it?
> >
> > I am running a pre-1.2 CVS head version and would like to know if
the
> > potential problem exists.
>
> It has been present since we switched to the 'new' expression parser a
> few months ago. If your system is using ast_expr2.c instead of
> ast_expr.c, you have the problem.
OK, ast_expr.c is present, and I did look at
http://bugs.digium.com/view.php?id=6072 but it is still a little
unclear.
What commands result in the leak? Is there a more "user" oriented
discussion on this somewhere?
Simply upgrading t...
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/ut...
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 `...