Displaying 20 results from an estimated 600 matches similar to: "Can't compile ael_lex.c on HEAD"
2014 Apr 02
2
[PATCH] builder: better handle some index parsing errors
Add a new lexer token, unused in the grammar, for the unknown lines in
index files; this should allow to better handle such kind of parsing
errors, removing the need to exit() directly (and leave things in an
unclean state).
---
builder/index-parse.y | 1 +
builder/index-scan.l | 5 +----
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/builder/index-parse.y b/builder/index-parse.y
2014 Mar 19
7
[PATCH 1/3] builder: make the C index parser reentrant
Switch the lex/yacc parser into reentrant mode, to ease the handling of
parsing-specific data; introduce a new parser_context struct for that,
which is added as extra data to the parser.
This should cause no behaviour changes in the parsing, just no more
global variables used for getting data in/out the parser.
---
builder/index-parse.y | 44 ++++++++++++++++++++++++++++++++++++------
2010 Aug 26
1
Timecondition fallthrough on 2nd GSM Modem, First modem and ZAP's are all fine
Hello,
we have an asterisk (1.4.21.2) with ZAP and mISDN channels, the mISDN are 2 incoming GSM Modems, each with 2 simcards.
No, the mISDN line one and two are fine, but when I get a call on line 3 something with the time is wrong. Timeconditions fall through to off-hours even if the time of the call is clearly inside business hours, here a log excerpt:
[Aug 26 11:04:36] VERBOSE[3112]
2007 Nov 20
1
[asterisk-dev] trunk working under windows!
Cool, i'll help out a bit with the windows port, i will start right
away with a new project on asteriskguru making nightly executable builds
and installers - will post the links in -users when i'm done.
Well done luigi, this will make it a lot easier for a lot of non linux
guys to make their first steps in the asterisk world
Crossposted to -users.
Zoa
Luigi Rizzo wrote:
> As a
2016 Jul 27
1
[PATCH] builder: fix EOF check with flex >= 2.6.1
It looks like flex 2.6.1 changed [1] the return code for EOF in
yyinput. Therefore, use the right value depending on the version of
flex which generates the lexer.
[1] https://github.com/westes/flex/commit/f863c9490e6912ffcaeb12965fb3a567a10745ff
---
builder/index-scan.l | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/builder/index-scan.l b/builder/index-scan.l
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
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':
2007 May 14
1
`PATH_MAX' undeclared here (not in a function) in asterisk!
hello, asteriskers:
I compiled asterisk under arm-linux. i am using asterisk 1.4.2. i can run ./configure and menuselect with embedded modules. but running make comes out errors:
ranlib libmxml.a
make[3]: Leaving directory `/usr/src/asterisk-1.4.2/menuselect/mxml'
cc -Wall -o menuselect.o -g -c -D_GNU_SOURCE menuselect.c
cc -Wall -o menuselect_curses.o -g -c -D_GNU_SOURCE
2009 Mar 04
3
Sync files not folders non recursively
Hi all,
I am now trying to find a solution to my problem for quite some time. I hope
you can help. What I am trying to do is to simply sync files with a special
suffix to a destination folder. So I dont want to transfer recursively but I
want to delete files from the destination which are not in the source
anymore.
Closest I have gotten is using this command:
/usr/bin/rsync -dnolptgvze --delete
2007 Apr 07
2
Cannot compile 1.4.2 on Slackware 7
Hi All,
I am trying to upgrade an old Asterisk installation to 1.4.2 (it's
currently running CVS-08/02/04-15:15:26) but have hit a couple of
problems.
The first was easily fixed. I got "storage size of sin isn't known"
errors whilst compiling streamplayer.c, but after seeing
http://bugs.digium.com/view.php?id=4908#32012
I manually added "#include <netinet/in.h>"
2015 Dec 18
1
Assistance much appreciated
On 2015-12-18 02:29, Simon Urbanek wrote:
> Michael,
>
> I got access to PDP AIX so I can try to replicate your problem. Can you, please, share exactly your setup - AIX version and well as how exactly you installed the compilers (=where from)? I can then try to replicate it. AFAICS there is no official binary for gfortran nor gcc 4.7 so it must be some 3rd party - which could also be a
2010 Sep 04
1
Options to copy modified files
We use rsync to copy files and directories from one server to the other.
What options should I give to rsync so that it only copies the modified
files? For example server1 may contain a dir which contains just one file
that has been modified, how do I get rsync to copy just that one file over?
I would like rsync to copy over the files which have been modified on the
server1 to server2.
This is
2000 Jun 21
1
configure: error: Could not find working SSLeay / OpenSSL libraries
Hi,
I've built and installed the openssl-0.9.1c package but openssh-2.1.1p1
configure can't apparently 'see' the package. I've tried adding the install
directory to LD_LIBRARY_PATH, using CFLAGS, LDFLAGS, LIBS etc. The 'missing'
rand.h is present n the included path shown in the config.log output below.
What am I missing? Any help would be very much appreciated.
2003 Nov 29
1
BUG?: 2.2.8a, missing header files for source/passdb/pass_check.c
I'm trying to compile in DFS with the --with-dfs option. There is an #ifdef
WITH_DFS and following that, is some header files that are referenced that I
can't seem to find any where. Is this a bug, or is this because my
operating system doesn't have these files?
I'm running OpenBSD 3.4.
Here is the first portion of config.status:
#! /bin/sh
# Generated automatically by
2007 Aug 23
1
Build error on 3.0.25c using Tru64
Has anyone built this on Tru64 Unix? I downloaded and attempted to build
today and received this,
# /usr/sbin/sizer -v
HP Tru64 UNIX V5.1B (Rev. 2650); Tue Mar 20 15:08:40 CDT 2007
#
# make
Using FLAGS = -O -D_SAMBA_BUILD_=3 -I/usr/local/include
-I/spi/opensource
/samba-3.0.25c/source/iniparser/src -Iinclude -I./include -I. -I.
-I./lib/repla
ce -I./lib/talloc -I./tdb/include -I./libaddns
2007 Apr 28
2
DO NOT REPLY [Bug 4573] New: Hide/protect filtering of xattrs by name
https://bugzilla.samba.org/show_bug.cgi?id=4573
Summary: Hide/protect filtering of xattrs by name
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: hashproduct+rsync@gmail.com
2004 Aug 06
0
Mount point switch
>>This post is from offlist, please cc me in any reply.
I am writing a web system for running our college radio station and I
need a way of changing what source a clients hears.
We have a radio station that people broadcast live from and script that is
playing random mp3s out of our library. These are sources that are
broadcasting from /live and /jukebox.
When someone is broadcasting from
2002 Mar 22
1
[PATCH] --link-dest option
Please CC me. I'm not subscribed.
Attached is a patch against 2.5.4pre1 CVS current to add the
--link-dest option so rsync will create hardlinks for
unchanged regular files to a directory on the destination.
This is like --compare-dest except that the result is not a
sparse tree.
Also included is extension to --(ex|in)clude-from to allow -
for stdin.
Could one of the maintainers please add
2014 Apr 22
3
[PATCH 1/2] builder: add an optional suffix string for INI parsing errors
---
builder/index-parse.y | 6 ++++--
builder/index-parser-c.c | 3 ++-
builder/index-struct.h | 1 +
builder/ini_reader.ml | 6 +++---
builder/ini_reader.mli | 2 +-
5 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/builder/index-parse.y b/builder/index-parse.y
index 310870d..7ddef53 100644
--- a/builder/index-parse.y
+++ b/builder/index-parse.y
@@ -150,12 +150,14 @@
2002 Jan 20
0
[ANNOUNCE] Bug in kernel == 2.4.10 causing netfilter problem
--AkbCVLjbJ9qUtAXD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi all!
On behalf of the netfilter core team I have the following announcement:
The following kernel versions habe a bug in include/linux/list.h, which
causes netfilter's connection tracking code to misbehave:
2.4.10-pre10
2.4.10-pre11
2.4.10-pre12
2.4.10