Displaying 5 results from an estimated 5 matches for "ael_yylex".
2010 Aug 25
6
AEL - what is error: ael.flex:647 ael_yylex: Unhandled char(s):
Hi List,
When doing 'ael reload' on two servers, which are setup with asterisk 1.4.22
and 1.4.35 respectively, I am getting multiple lines of this strange error:
ERROR[15483]: ael.flex:647 ael_yylex: Unhandled char(s):
On three other servers with same versions of asterisk, i.e. 1.4.22, I don't
see this error.
Number of lines of the error are the same as the number of lines of the
code. But the AEL code works fine otherwise.
Any idea what is the reason of this error? I couldn't find...
2010 Aug 26
1
Timecondition fallthrough on 2nd GSM Modem, First modem and ZAP's are all fine
...rs-owner at lists.digium.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of asterisk-users digest..."
>
> Today's Topics:
>
> 1. Re: Dahdi install gone wrong (A J Stiles)
> 2. AEL - what is error: ael.flex:647 ael_yylex: Unhandled
> char(s): (Zeeshan Zakaria)
> 3. Re: Should I move to 1.6 or 1.8, or stay with 1.4?
> (Zeeshan Zakaria)
> 4. Re: AEL - what is error: ael.flex:647 ael_yylex:Unhandled
> char(s): (Danny Nicholas)
> 5. Re: AEL - what is error: ael.flex:647 ael_yylex:Unhandled
> char(s...
2006 Dec 13
1
Problem with asterisk 1.4 Installation (undefined reference to `ast_copy_string')
...n 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/utils/ael.flex:417: undefined
reference to `ast_copy_string'
ast_expr2f.o(.text+0x1198): In function `ast_expr':
/usr/src/asterisk1/asterisk-1.4.0-beta3/utils/ast_expr2.fl:248: undefined
reference to `ast_copy_string'
collect2: ld returned 1...
2007 Apr 07
2
Cannot compile 1.4.2 on Slackware 7
...net/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
reference to `__builtin_expect'
collect2: ld returned 1 exit status
make[1]: **...
2006 May 03
0
Can't compile ael_lex.c on HEAD
...9;t a prototype
ael_lex.c:987: error: syntax error before "YYLTYPE"
ael_lex.c:987: warning: function declaration isn't a prototype
ael_lex.c:1011: error: syntax error before "YYLTYPE"
ael_lex.c:1012: warning: function declaration isn't a prototype
ael_lex.c: In function `ael_yylex':
ael_lex.c:1016: error: `yyscanner' undeclared (first use in this function)
ael_lex.c:1016: error: (Each undeclared identifier is reported only once
Any ideas.