Displaying 9 results from an estimated 9 matches for "del_identifier".
2005 Jun 20
1
Compilation Problem with asterisk-addons
Hello, i have a little Problem with compiling asterisk-addons
the failure is:
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 arguments, but only 3 given
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: error: ?SR_LIST_REMOVE' undecalred (first use in this function)
app_addon_sql_mysql.c:164: error: (Each undeclared identifier is reported only once
app_addon_sql_mysql.c:164: error: for each function it appears in.)
Does anybody know anything about this proble...
2005 Jan 18
2
problems compiling asterisk-addons
...I tried to compile the addons and got the following (don't
understand what's wrong at all and can't find anything about this error
on google/wiki)
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4
arguments, but only 3 given
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: `AST_LIST_REMOVE' undeclared (first use in
this function)
app_addon_sql_mysql.c:164: (Each undeclared identifier is reported only
once
app_addon_sql_mysql.c:164: for each function it appears in.)
make: *** [app_addon_sql_mysql.o] Error 1
Can anyone help me out...
2005 Jul 21
2
Problems installing asterisk-addons
...t when I make install get:
cc -fPIC -I../asterisk -D_GNU_SOURCE -DMYSQL_LOGUNIQUEID -I/usr/include/mysql -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 arguments, but only 3 given
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: error: `AST_LIST_REMOVE' undeclared (first use in this function)
app_addon_sql_mysql.c:164: error: (Each undeclared identifier is reported only once
app_addon_sql_mysql.c:164: error: for each function it appears in.)
make: *** [app_addon_sql_mysql.o] Error 1
I...
2005 Jan 05
3
asterisk addson
...give make, it shows me following error messages:
cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c
app_addon_sql_mysql.c:164:77: macro "AST_LIST_REMOVE" passed 4 arguments, but takes just 3
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: `AST_LIST_REMOVE' undeclared (first use in this function)
app_addon_sql_mysql.c:164: (Each undeclared identifier is reported only once
app_addon_sql_mysql.c:164: for each function it appears in.)
make: *** [app_addon_sql_mysql.o] Error 1
Any idea, why this comp...
2005 May 10
1
asterisk-addon
...b
but when I make a make install i get this error
cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o
app_addon_sql_mysql.o app_addon_sql_mysql.c
app_addon_sql_mysql.c:162:77: macro "AST_LIST_REMOVE" passed 4
arguments, but takes just 3
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:162: error: `AST_LIST_REMOVE' undeclared (first
use in this function)
app_addon_sql_mysql.c:162: error: (Each undeclared identifier is
reported only once
app_addon_sql_mysql.c:162: error: for each function it appears in.)
make: *** [app_addon_sql_mysql.o] Error 1
P...
2005 Jul 06
0
newbie asterisk-addons installation
...isk-addons-1.0.7]# make
cc -fPIC -I../asterisk -D_GNU_SOURCE
-I/usr/include/mysql -I/root/asterisk/include/ -c
-o app_addon_sql_mysql.o app_addon_sql_mysql.c
app_addon_sql_mysql.c:165:77: macro "AST_LIST_REMOVE"
passed 4 arguments, but takes just 3
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:165: `AST_LIST_REMOVE'
undeclared (first use in this function)
app_addon_sql_mysql.c:165: (Each undeclared identifier
is reported only once
app_addon_sql_mysql.c:165: for each function it
appears in.)
make: *** [app_addon_sql_mysql.o] Error 1
please help..
-- shahd...
2003 Jul 18
5
cdr_mysql
Considering that I had a failure with compiling the latest version of
asterisk because of cdr_mysql, I am going to assume that I need to have
a copy of the mysql headers on the system in order to compile
cdr_mysql.so. Does that sound correct?
Kim C. Callis
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Mar 18
2
Asterisk 1.0.7 Released
Hello everyone,
Version 1.0.7 of Asterisk, Zaptel, libpri, and Asterisk-addons has now
been released. Libpri and -addons have not changed, but have been
updated anyway to keep the version numbers consistent. All of the
tarballs are available on the ftp site.
ftp://ftp.asterisk.org/pub/asterisk/
I have posted the ChangeLogs for easy viewing at the following address.
2005 Feb 02
6
problem in compiling asterisk-addons
there is a problem in compiling asterisk-addons
any one have fixed this problem. i want
res_config_mysql.so any one help me
-----------------------------------------------------
[root@localhost asterisk-addons]# make
cc -fPIC -I../asterisk -D_GNU_SOURCE
-I/usr/include/mysql -c -o res_config_mysql.o
res_config_mysql.c
res_config_mysql.c: In function `realtime_mysql':