similar to: make update and upgrade failed with `ZT_EVEN T_POLARITY' undeclared

Displaying 20 results from an estimated 700 matches similar to: "make update and upgrade failed with `ZT_EVEN T_POLARITY' undeclared"

2004 Sep 22
0
make update and upgrade failed with `ZT_EVENT_POLARITY' undeclared
Hello everyone. I am trying to do a cvs update. I do the make update; make upgrade and this is the error that I am getting. make[1]: Entering directory `/usr/src/asterisk-cvs/asterisk/channels' gcc -c -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS
2004 Sep 27
1
(no subject)
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040928/2128c2fb/attachment.htm -------------- next part -------------- ? Hello Sir, I am new user of asterisk. I downloaded asterisk-1.0.0.tar.gz from ftp://ftp.digium.com/pub/asterisk/asterisk-1.0.0.tar.gz this ftp site. I got error while compiling. The error was chan_zap.c: In
2004 Sep 27
3
Asterisk Compile error
I'm trying to compile the voicemail module with mysql support and I get this error on the chan_zap module . Does anyone have any idea's on this one.. chan_zap.c: In function `handle_init_event': chan_zap.c:5668: error: `ZT_EVENT_POLARITY' undeclared (first use in this function) chan_zap.c:5668: error: (Each undeclared identifier is reported only once chan_zap.c:5668: error: for
2005 Jan 31
0
Single or Dual Processor? High volume MeetM e
I'm trying to get a souped-up test machine(G5 Xserve) from Terrasoft to do some testing in a few weeks. If/when I actually get it I'll certainly post the results here. In theory the G5 should mop the floor with the Intel for high-volume Asterisk Zaptel usage, and I have heard from several Mac-heads that they have run three quad T1 digium cards on the Mac platform with no problems.
2004 Apr 07
1
errror compiling asterisk from cvs
I got this compiling the new cvs code ... any idea ? Tnx ! 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-04/07/04-11:28:50\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
2003 Nov 13
1
Errors in build.
I am getting the following error when I try to build asterisk. gcc -c -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-11/13/03-12:48:12\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
2004 Apr 07
1
chan_oss.c:461: error: too many arguments to function `ast_queue_frame'
I got this compiling the new cvs code ... any idea ? Tnx ! 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-04/07/04-11:28:50\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
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
2004 Aug 03
2
Integration with Altigen
I would like to integrate * with an existing Altigen PBX. I want to spend as little money as possible to make it happen. My main goal is to inexpensively connect a branch office to the phone system. Eventually I would like to replace the Altigen system with an Asterisk server so I don't want to spend any money on Altigen hardware. Currently the Altigen has analog interfaces with a couple
2005 May 27
1
Re: Asterisk-Users Digest, Vol 10, Issue 221
Hello all. How to compile chan_unicall.c i have problem when compile chan_unicall.c, error message please help gcc -c -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-HEAD-05/28/05-06:39:38\" -DASTERISK_VERSION_NUM=999999
2005 Jan 11
1
Channel IAX2 Socket Read Error
I grabbed the latest sources from CVS yesteday and am having problems compiling. * v1.0.3 was running previously without issue. I tried checking out the older source but get the same make errors. The box is running RH 9. I am getting the following errors. Any thoughts on what is wrong? gcc -shared -Xlinker -x -o chan_mgcp.so chan_mgcp.o gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
2005 Jan 19
0
h323 compilation problem
Someone have had good luck compilig h323 into YDL? first thinked was a bug in code but "twisted" said it is " wierd - isn't that the recursive pthread lib? If so, do you have the kernel development headers/libs installed?" I've instaled kernel source, what more can i do? any help would be very wellcome, i've googled everywhere but can't find nothing about it.
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
2006 May 30
1
Asterisk 1.2.8, Zaptel 1.2.6 and libpri 1.2.3 released!
The Asterisk development team is pleased to announce new releases of our primary projects: Asterisk 1.2.8, Zaptel 1.2.6 and libpri 1.2.3. All of these releases incorporate a number of bug fixes, with the Asterisk release containing an especially large number since the last release, including some important fixes in the IAX2 channel driver. All users are encouraged to update as soon as they can to
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
2010 Aug 07
13
PowerEdge R510 with PERC H200/H700 with ZFS
Anyone have any experience with a R510 with the PERC H200/H700 controller with ZFS? My perception is that Dell doesn''t play well with OpenSolaris. Thanks, Geoff
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
2010 Dec 18
10
a single nfs file system shared out twice with different permissions
I am trying to configure a system where I have two different NFS shares which point to the same directory. The idea is if you come in via one path, you will have read-only access and can''t delete any files, if you come in the 2nd path, then you will have read/write access. For example, create the read/write nfs share: zfs create tank/snapshots zfs set sharenfs=on tank/snapshots root
2005 Mar 21
3
Asterisk/Zaptel on Mac G5 or Xserve
I am considering a G5/XServe for a conferencing system. I need to put a TDM card in the machine for timing. Is anyone out there using Asterisk on Mac with zaptel drivers? I am looking at using Linux for the OS. If so what is your experience? Have a great day! Geoff
2005 Mar 21
3
how to keep Asterisk up to date on many servers
Hi Everyone. Asterisk is one of those applications that need to be built from cvs on a regular basis to keep up with the changes. I have always used package management tools like apt. How does everyone manage their Asterisk servers? Geoff