similar to: compiling CVS-HEAD + Patch from http://bugs.digium.com/view.php?id=3644

Displaying 20 results from an estimated 1000 matches similar to: "compiling CVS-HEAD + Patch from http://bugs.digium.com/view.php?id=3644"

2005 Aug 23
1
latest CVS on Mandrake 9.2 Mini ITX
All, wondering if you can help, I had a perfectly working Mandrake 9.2 box running on a via Mini ITX 5000/classic. Asterisk (zaptel and libpri) was built from CVS head around 22nd July 2005. I decided now was a good time to ghost it up....although humorous for you all suffice to say, I ended up with a partitionless box! Following the install script I had created I built an identical server to
2005 Oct 04
0
compile loop?
Gosh, took me a long time to notice that this was not doing what I wanted: mkdir /usr/src/asterisk-20050720 ln -sf /usr/src/asterisk-20050720 /usr/src/asterisk cd /usr/src/asterisk export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot cvs login cvs checkout -D 2005-07-20 make clean make This was last Thursday. Since it'll be Wednesday tomorrow, I thought I'd waste some time
2004 Jan 20
3
Still problems at compiling
Hello experts, to avoid any unknown problems with my Linux installation I have now as a last resort method installed SuSE Linux 9.0 a new and have downloaded a fresh copy of Asterisk via CVS. Then I followed the steps of the "Getting started with Asterisk" and compiled successfully zaptel and libpri (as far as I can see). But when I compile asterisk I get an error. I have attached the
2003 Jul 23
1
Newbie Help
Hi - after hearing others rave about * I thought I'd have a go - extract from a 'make' on a stock debian system as follows... (I tried to post the whole make up to this point but it was too big for the list) make[1]: Leaving directory `/usr/src/asterisk/channels' make[1]: Entering directory `/usr/src/asterisk/pbx' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
2006 Apr 19
1
Error installing asterisk
I am instaling asterisk on Fedora core 3. I have instaled zaptel-1.2.3, libpri-1.2.2, but when I am instaling (make install) asterisk I have the following error: .................... _GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -c -o app_zapscan.o app_zapscan.c gcc -shared -Xlinker -x -o app_zapscan.so app_zapscan.o gcc -pipe -Wall
2005 Oct 03
1
suse 9.3 pro asterisk install from source problem
Hi, Can any one help I'm trying to install asterisk on suse 9.3 pro from cvs release v1_0 version 1.0.9 and when I try to make from the asterisk directory I get the following error. Is there anybody that could give me a pointer as to what the issue may be? DDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN
2006 Jan 17
0
SVN Compile Error
build_tools/make_version_h > include/asterisk/version.h.tmp if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ; then echo; else \ mv include/asterisk/version.h.tmp include/asterisk/version.h ; \ fi rm -f include/asterisk/version.h.tmp if cmp -s .cleancount .lastclean ; then echo ; else \ make clean; cp -f .cleancount .lastclean;\ fi
2005 Aug 29
2
Compile problem with 1.2 beta 1
Has anyone else got 1.2 compiled from cvs ? I've posted the question below to the -dev list but got no answers: 1) No-one else is trying beta 1 2) No-one else is having any issues (I must be the idiot) 3) No-one else saw my message :) I have been trying to compile 1.2 beta 1 on a centos 4 box, to no avail. The "make" command seems to compile ok, but "make install"
2005 Oct 05
0
CVS won't compile: res_odbc error
Hi there, admittedly this is a slightly aged RH system. ;-> Yet what I'd like to know is if this compile problem is clearly due to the gcc version, or if there is a way to solve the issue...? Cheers, Philipp [root@box src]# gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-112.7.2) [root@box src]# rpm -q unixODBC
2005 Oct 10
2
Errors with new fetched Asterisk cvs
Below is my try of installation to the latest CVS. I have not updated 3 months. What do I miss since last time? bye Ronald /usr/local/src/asterisk # make clean; make update; make install build_tools/make_version_h > include/asterisk/version.h.tmp if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ; then echo; else \ mv include/asterisk/version.h.tmp
2004 Jan 12
1
New Installation problem
Hi all, I'm trying to install * on Mandrake 9.2/P4, but under asterisk - make clean;make install there is the following error: ---------------------------- [root@net asterisk]# make clean for x in res channels pbx apps codecs formats agi cdr astman stdtime; do make -C $x clean || exit 1 ; done make[1]: Entering directory `/usr/src/asterisk/res' rm -f *.so *.o .depend make[1]: Leaving
2004 Aug 22
4
Error compiling meetme2
I am trying to compile the meetme2 application with the latest CVS head and it fails. Here is the error message that I get. Can someone point me in the right direction? gcc -pipe -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS
2005 Mar 18
3
HELP: Dose G.729 with IPP only worked on Intel CPU?
Hi, ALL: I install IPP(l_ipp_ia32_itanium_p_4_1_2.tar) and download the speech codeing (l_ipp-sample-speech-coding_p_4.1.008.tgz) then patch it (g729-041103.diff). My CPU is Centaur VIA Nehemiah with 998.715 MHz processor not INTEL CPU. I choose PIII as its CPU type when I modify Makefile under "G729-float". # For PIII OPTIMIZE= -O6 -mcpu=pentium3 -march=pentium3 -ffast-math
2003 Jun 20
1
Error compiling, is it only mee?
Hi all, since a couple of days i have been wanting to upgrade Asterisk, but my system complains. (Se errors below) Since im ripping the cvs version i guessed that it was something temporary. But it seems persistant. Is this only me or is it happening to other people? Anyone who has a workaround? Or naturally even better, a solution... Oh, i almost forgot im running: # uname -a Linux
2005 Mar 18
0
HELP: Dose G.729 with IPP only worked on IntelCPU?
>My CPU is Centaur VIA Nehemiah with 998.715 MHz processor not INTEL CPU. Common Sense dude - The Intel IPPs work only for Intel CPUs. Remove the codec_g729.so file from /usr/lib/asterisk/modules folder and restart asterisk Check if it is working by starting as under: UnixPrompt# asterisk -cvvvvvvvvvvvvvvvvvvf Once this loads correctly use 'Stop now' and restart with command
2005 Aug 09
3
Build on Itanium fails
Hi Guys, I hope this is the correct mailing list for this question. I have a dual 1.6 Ghz Itanium with 4 Gb of memory. Yes, a lot of power for Asterisk. I am running SuSE Enterprise Server with the 2.6.5-7.97-default kernel. I have just started to look into Asterisk and I am in the building stage. Now building something on Itanium is almost always a bit of a challange. This is unfortunately
2004 Jun 19
1
RxFax problems
Hey All, I'm still (since April) having problems getting RxFax to work over an ISDN4Linux channel. Just wondering if anyone has had any luck getting it to work? I have done a CVS update today (about half hour ago) and made sure I have the latest version of spandsp according to Steve's website (spandsp-0.0.1k). When I was compiling asterisk, I got the following warnings:
2008 Feb 07
2
Snom 300 MWI
I think I have my echo problem solved, now i need to tackle the MWI. I can't seem to get it to light up. I'm using Asterisk 1.4.14. Here's a section from my sip.conf for my test phone: [general] context=internal allowguest=no allowoverlap=no allowtransfer=yes notifyhold=yes bindport=5060 bindaddr=0.0.0.0 srvlookup=yes pedantic=yes vmexten=9998 at internal ;vmexten=*97
2004 Apr 03
2
STABLE 1.0 Branch CVS repository
-Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/03/04-10:19:04\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=\"/usr/lib/asterisk\" -DASTVARLIBDIR=\"/var/lib/asterisk\" -DASTVARRUNDIR=\"/var/run\" -DASTSPOOLDIR=\"/var/spool/asterisk\"
2005 Jul 15
1
[Asterisk-Dev] call pickup with snom function keys now working with cvs-head + patch sipsubscribe-20050715.rev779.txt
hi listmembers, please test my new patch to chan_sip.c which is to make call pickup on the snom phones (and maybe other phones that support 'INVITE/Replaces') work and make comments in the bugtracker http://bugs.digium.com/view.php?id=3644 so it can make its way into the cvs. this patch sipsubscribe-20050715.rev779.txt enables: * monitoring of other lines (using the 'hint'