Displaying 20 results from an estimated 600 matches similar to: "Asterisk-addons compiling problem"
2006 May 06
1
Upgrade SVN failed !!!
I upgraded * via svn and it did not work !!!
1. asterisk-addon did not compile!
pbx:/usr/local/src/svn-versions/asterisk-addons # make
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory
`/usr/local/src/svn-versions/asterisk-addons/format_mp3'
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
2005 Jan 18
2
problems compiling asterisk-addons
Hello maybe someone can help me?
I did the CVS checkout and then compiled asterisk
Then 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
2006 Jun 01
2
addons trunk make error
Anyone run a make on asterisk-addons /trunk r219 ?
I error out on mp3 on a FC4 box, and I do not see anything obvious (to me) in the errors.
make[1]: Entering directory `/usr/src/addons-trunk/format_mp3'
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o common.o common.c
gcc -pipe -fPIC -Wall
2006 May 30
5
Compiling Asterisk-addons
Did the following:
svn checkout http://svn.digium.com/svn/asterisk-addons/trunk asterisk-addons
svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk
svn checkout http://svn.digium.com/svn/zaptel/trunk zaptel
svn checkout http://svn.digium.com/svn/libpri/trunk libpri
Compiled and installed zaptel, libpri, asterisk and finally asterisk-addons.
Following errors ocurrs when compiling
2005 Mar 02
1
Addons Make Problems! HELP!
Hi all,
I have a server with an Athlon 64 3200 and Fedora Core 2 x86_64.
I have compiled and installed Asterisk 1.0.6 without any problems. When
I try to make asterisk-addons-1.0.6 it say me:
[root@server1 asterisk-addons-1.0.6]# make
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory
2005 Mar 01
0
Addons compile errors
Hi all,
I have a server with an Athlon 64 3200 and Fedora Core 2 x86_64.
I have compiled and installed Asterisk 1.0.6 without any problems. When
I try to make asterisk-addons-1.0.6 it say me:
[root@server1 asterisk-addons-1.0.6]# make
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory
2005 Mar 25
1
asterisk-addons and 64bit make
Hi all, I have an Athlon 64 server with Fedora Core 2 x86_64. When I try
to make asterisk-addons-1.0.7 (and olders) it can't and it say me
[root@server1 asterisk-addons-1.0.7]# make install
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory `/usr/src/asterisk-addons-1.0.7/format_mp3'
gcc -pipe -Wall
2005 Mar 19
2
Problem with asterisk-addons/OS X
Hi,
Having all sorts of troubles getting mysql cdr support under OS X.
Mysql, DBI and DBD all installed and running ok, privileges all set
correctly (I think). Latest asterisk-addons checked out of cvs. Keep
getting error on make install (implies gcc doesn't support -shared
linking, which is wierd):
Anyone got mysql cdr support running on OS X?
Cheers
Rob
2005 Mar 22
1
asterisk-addons / OS X woes (continued)
Hi,
Using Zack's -shared replacement posted earlier, addons now compiles.
For some reason though, when trying to load it cannot find
cdr_mysql.conf even though it's in the /etc/asterisk directory as it
should be.
Anyone with any ideas? There's still references to _i386 files that
are probably incorrect as well. Thanks
Rob
console messages:
apsvr1*CLI> reload
Mar 23
2005 Mar 22
2
Asterisk-addons/OS X woes
Hi,
Know there has been numerous posts on the subject of asterisk-addons
and OS X. We have other uses for MySQL on the machine so changing over
to Postgres at this point (which apparently works for CDRs) is not
really an option. Have also contemplated a cron job to simply poll the
csv cdrs and insert them into MySQL. Messy but gets over the short
term problem.
Compilation problem does
2013 Jul 15
2
Asterisk offline compiling with get_mp3_source.sh
I need to make a Asterisk 18.0's offline compiling, SVN mp3 support
sources downloading does't particulary works cause my asterisk is in an
isolated network with NO network access whatsoever, I ve read this thread (
http://lists.digium.com/pipermail/asterisk-users/2013-June/279298.html) but
I 'm not understading one thing, because I download the file and run the
script but there is no
2004 Aug 06
2
compiling error
Hello Icecast group,
I have a problem with compiling lame or other programms, I get always the
message from stupid libtool
libtool is installed, I use Solaris9 (sunOS 5.9)
has any person a idea?
thank you for help
Daniel
# make
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/bash ./config.status
config.status: creating config.h
config.status: config.h is unchanged
2006 Jan 12
2
Zaptel SVN
Hi,
i can't compile the latest svn update from zaptel:
/lib/modules/2.6.14-1.1653_FC4smp/build
make -C /lib/modules/2.6.14-1.1653_FC4smp/build SUBDIRS=/usr/src/zaptel
modules
make[1]: Entering directory
`/usr/src/kernels/2.6.14-1.1653_FC4-smp-i686'
CC [M] /usr/src/zaptel/zaptel.o
/usr/src/zaptel/zaptel.c:6193:5: warning: "CONFIG_ZAPATA_DEBUG" is not
defined
2006 Apr 29
2
Unable to Make Asterisk-addons
The following occurs during make asterisk-addons.
I'm ok with asterisk but debugging things like this isnt my strong point.
Can anyone give me a pointer?
Thanks
Dan Journo
[root@sip1 src]# cd asterisk-addons
[root@sip1 asterisk-addons]# make
make -C format_mp3 all
make[1]: Entering directory `/usr/src/asterisk-addons/format_mp3'
gcc -pipe -fPIC -Wall -Wstrict-prototypes
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':
2004 Aug 06
0
compiling error
On Tue, 2003-01-21 at 13:40, Daniel Knoll wrote:
> Hello Icecast group,
>
> I have a problem with compiling lame or other programms, I get always the
> message from stupid libtool
> libtool is installed, I use Solaris9 (sunOS 5.9)
> has any person a idea?
..
> ar cru .libs/libmpgdecoder.al common.lo dct64_i386.lo decode_i386.lo
> interface.lo layer1.lo layer2.lo layer3.lo
2004 Aug 06
0
AW: compiling error
Hello Dave,
Thanx for your help, it works, I added /usr/ccs/bin to my /etc/default/login
and /etc/default/su path
and he compile. :)
to Karl Heyes:
the devolopement package is installed: it is a little bit difficult with
solaris ..hehe, I have a hate-love with solaris.
<p>Thanx to all
Daniel
<p>>
>
> I run LAME-3.92 on Solaris 9. The ar binary is there, but its
>
2003 Oct 27
0
G723 format compilation errors
Please, help
I could not compile g723 format with pwlib-v1_4_11 and openh323-v1_11_7
I'am planning to use h323 channel driver, because of it that versions of
libraries have been cvs'ed from openh323.org
I am getting next compile errors:
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations
-g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6
2005 Jun 01
4
1.0.8 Release Candidate
Hello everyone!
It has been a while since the 1.0.7 release, and I have fixed a lot of
stuff since then. I think it's about time to make another release.
I realize that there are still some outstanding issues, but it's nearly
impossible to bring that down to zero. However, I'm open to discussion
on anything that someone may feel is a "show-stopper".
I am on IRC as
2004 Aug 06
2
DarkIce
Can I be any more trouble today? :)
This almost worked. ./configure worked but when I ran make I got this...a Redhat bug?
depmode=gcc /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -funroll-loops -fthread-jumps -malign-double -frerun-loop-opt -fgcse -fexpensive-optimizations