similar to: Errors with new fetched Asterisk cvs

Displaying 20 results from an estimated 1000 matches similar to: "Errors with new fetched Asterisk cvs"

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"
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 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
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 Aug 23
2
compiling CVS-HEAD + Patch from http://bugs.digium.com/view.php?id=3644
Hi! First I have to say, that I'm not very familiar with CVS and patching. I tried to patch & compile CVS-HEAD. First I checked out zaptel, libpri and asterisk with this command: "cvs co zaptel libpri asterisk" But the latest patch sipsubscribe-20050812.rev806v2.txt from http://bugs.digium.com/view.php?id=3644 didn't worked, so I tried to check out an older CVS-Versions
2005 Jul 20
1
/bin/sh: build_tools/make_version_h: not found
hi, im installing latest asterisk from cvs on solaris 9. but when i run make i got this error /bin/sh: build_tools/make_version_h: cannot execute make: *** [include/asterisk/version.h] Error 1 what i did was chmod 777 all files under asterisk/build_tools/ and when i run make again i got this error /bin/sh: build_tools/make_version_h: not found make: *** [include/asterisk/version.h] Error 1
2004 Sep 02
2
Please help to config tdm11b
I have a TDM400P with 1 fxo and 1 fxs module(TDM11B) i just wanted to know how to configure the zaptel and zapata & extension conf to work well Please help me on that
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
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\"
2004 Jan 25
1
Ne machine, build is breaking
Hello. I'm not sure what this problem is. Probably one of my libraries. Any clues ?? ---------------cd ../asterisk then make clean ; make install gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-01/25/04-16:37:41\"
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
2003 Dec 14
11
Cisco Gateway Integration
Has anyone succesfully integrated * with a cisco voice gateway ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031214/3b1ba7b3/attachment.htm
2005 Sep 01
1
Loop error when compiling CVS version of 1.2-Beta
I am still getting an error compiling the 1.2-Beta version. The tarball works fine, but I have never been able to compile the 1.2beta from CVS. I have been compiling CVS-HEAD on the machine for quite some time. It goes into this loop: 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 ; \
2005 Jul 25
0
Fw: /bin/sh: build_tools/make_version_h: not found
----- Original Message ----- From: "chris" <chris@fivestartel.com> To: "Frank Tarczynski" <ftarz@mindspring.com>; <seruser@iptel.org> Sent: Tuesday, July 26, 2005 9:54 AM Subject: Re: [Asterisk-Users] /bin/sh: build_tools/make_version_h: not found > hi Tzafrir > > any idea how we can fix this error? > > include/asterisk/strings.h:232: parse
2005 Jul 19
2
Installation
Hi there , I am a new user of Asterisk. When I downloaded it and was trying to compile it, i got the following error message after it run for a while. This error came after I run make. __________________________________________ gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686
2006 Oct 21
1
zaptel 1.2.10 make problem
Hi iam installing zaptel 1.2.10 on my FC5 when i make iam getting following error any one suggest me whats wrong, i have installed source also in the same server. grep: /lib/modules/2.6.15-1.2054_FC5/build/include/linux/autoconf.h: No such file or directory ZAPTELVERSION="1.2.10" build_tools/make_version_h > version.h.tmp if cmp -s version.h.tmp version.h ; then echo; else \
2005 Sep 22
2
Recently reported ASTCC audio issues
I'm running Asterisk CVS-v1-0-06/06/05-17:29:02 built by root@............... on a i686 running Linux. I just spent some time in testing this. I tested the local and IAX2 trunks. Both worked flawlessly. Any comments? Darren Wiebe darren@aleph-com.net
2004 Jan 23
3
Problem installing Asterisk with Mandrake 9.1
Hi All, I am trying to get Asterisk up and running on my new Mandrake 9.1 install. I've installed Linux in the "standard" mandrake security mode, and "su" to do my attempts at install. I managed to obtain the source from CVS, and have been able to compile Zaptel. I then ran insmod zaptel, and also make config. I think I have compiled and loaded Zaptel successfully as
2005 Mar 29
3
-lssl problem on debian
Hello Just installed fresh Debian testing box, checked out Asterisk and others from CVS stable (-r 1.0), and now trying to 'make install' in Asterisk. I get this error: if [ -d CVS ] && ! [ -f .version ]; then echo CVS-v1-0-03/29/05-15:19:53 > .version; fi gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o
2004 Jul 13
1
asterisk compile problem
Hello all As of 5pm PST today (7/13), I pulled Asterisk down off of cvs.digium.com:/usr/cvsroot and tried to compile it on Linux ES 2.1 Actually, I pulled down zaptel, libri & asterisk and compiled them in that order as per my install guide. When I try to compile asterisk with "make clean; make install", it runs okay for a bit and then I get the following error: (ignore Outlooks