Re: [asterisk-users] compile problem with wavelenght

2007-04-12 Thread Joao Pereira
Hello Thanks a lot for the help. I just commented these lines and its working: #ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/linux/ixjuser.h)$(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/ixjuser.h),) # CHANNEL_LIBS+=chan_phone.so #endif I just hope that this doesnt bring me p

Re: [asterisk-users] compile problem with wavelenght

2007-04-12 Thread Tzafrir Cohen
On Thu, Apr 12, 2007 at 10:25:37AM +0100, Joao Pereira wrote: > Hello > Im trying to install an old version of Asterisk. > But it isnt working: > > when I run "make install": > > gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -g3 -Iinclude -I../include -D_R

RE: [Asterisk-Users] Compile problem with 1.2 beta 1

2005-08-29 Thread Damon Estep
Had the same issue, tried to submit the bug and the bug tracker would not take bugs for versions other than CVS head. I did a little more research and found a directory /usr/src/asterisk/asterisk! I did not create the folder above! CVS Head compiled on the same machine without issues There has

Re: [Asterisk-Users] Compile problem with 1.2 beta 1

2005-08-29 Thread Geoff Karl
On 8/29/05, Doug Lytle <[EMAIL PROTECTED]> wrote: > Julian Lyndon-Smith wrote: > > > Has anyone else got 1.2 compiled from cvs ? I've posted the question > > below to the -dev list but got no answers: > > > > Mine complies fine under Mandrake and a kernel downloaded from > kernel.org, ztdummy won

Re: [Asterisk-Users] Compile problem with 1.2 beta 1

2005-08-29 Thread Doug Lytle
Julian Lyndon-Smith wrote: Has anyone else got 1.2 compiled from cvs ? I've posted the question below to the -dev list but got no answers: Mine complies fine under Mandrake and a kernel downloaded from kernel.org, ztdummy won't load, but other then that no issues. Doug __

RE: [Asterisk-Users] Compile problem on last CVS

2005-05-15 Thread Tim Connolly
Maybe try a version of redhat that was released in the past 5 years? Seriously, why do you require RH7.3 over Fedora or even RH 9?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thierry Wehr Sent: Sunday, May 15, 2005 5:58 PM To: asterisk-users@lists.digium.com S

RE: [Asterisk-Users] Compile problem

2004-08-19 Thread steveb
Steven, Spot on. I haven't checked out since June 26th. However, my bison was the errr lagging or shall we say pre-historic (v1.28) :) Thanks for the clue. Best regards Steve Beaumont On Thu, 2004-08-19 at 13:56, [EMAIL PROTECTED] wrote: > I have loaded the latest cvs (19/08/04). When I try

Re: [Asterisk-Users] Compile problem

2004-08-19 Thread Steven Critchfield
On Thu, 2004-08-19 at 13:56, [EMAIL PROTECTED] wrote: > I have loaded the latest cvs (19/08/04). When I try to compile I receive the > following error:- > > > > bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c > ast_expr.y:110: unrecognized: %locations > ast_expr.y:110:Skipping to next %

Re: [Asterisk-Users] Compile Problem

2003-12-22 Thread jna
> /usr/X11R6/lib/libXext.so.6 > > .. is part of the XFree86-libs RPM. Find the corresponding tgz, install > it and then try to compile again. It should get past that error. That did it thanks! John ___ Asterisk-Users mailing list [EMAIL PROTECTED]

Re: [Asterisk-Users] Compile Problem

2003-12-22 Thread Gonzalo Servat
Hi, On Tue, 2003-12-23 at 12:12, [EMAIL PROTECTED] wrote: > [...] > I am trying to compile the asterisk and if fails at the end > on: > > make[1]: Entering directory `/usr/src/asterisk-0.5.0/pbx' > gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkcon

Re: [Asterisk-Users] Compile Problem

2003-12-22 Thread jna
  Sorry for the dup post but never got a reply so I am reposting below:   I am trying to compile the asterisk and if fails at the end on:   make[1]: Entering directory `/usr/src/asterisk-0.5.0/pbx'gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config

Re: [Asterisk-Users] Compile problem with older ver. of CVS

2003-10-30 Thread Dave Cotton
On Thu, 2003-10-30 at 20:53, Bartosz Jozwiak wrote: > I just did it. > When I call from H323 router and the call is answered I got then > segmentation fault. I haven't got any H323 only SIP and analog, I've had no seg faults. -- Dave Cotton <[EMAIL PROTECTED]>

Re: [Asterisk-Users] Compile problem with older ver. of CVS

2003-10-30 Thread Bartosz Jozwiak
I just did it. When I call from H323 router and the call is answered I got then segmentation fault. - Original Message - From: "Dave Cotton" <[EMAIL PROTECTED]> To: "ASTERISK USERS" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 4:41 PM Subje

Re: [Asterisk-Users] Compile problem with older ver. of CVS

2003-10-30 Thread Dave Cotton
On Thu, 2003-10-30 at 20:28, Bartosz Jozwiak wrote: > While compiling Asterisk from one month ago > cvs checkout -D "last month" asterisk > > I got compiling error: > term.c:55: conflicting types for `term_color' > include/asterisk/term.h:47: previous declaration of `term_color' > term.c:98: conf

Re: [Asterisk-Users] Compile problem SuSE 8.2

2003-10-07 Thread Steven Critchfield
On Tue, 2003-10-07 at 15:13, Brancaleoni Matteo wrote: > I had a similar problem with redhat 9 stock kernel sources. > I had to enter the kernel sources dir, > do a make mrproper > then a make menuconfig This was probably not a good idea as you have configured your kernel source differently than

Re: [Asterisk-Users] Compile problem SuSE 8.2

2003-10-07 Thread Brancaleoni Matteo
I had a similar problem with redhat 9 stock kernel sources. I had to enter the kernel sources dir, do a make mrproper then a make menuconfig save the conf & do make dep. after that I was able to build zaptel without issues ;) matteo. Il mar, 2003-10-07 alle 21:10, rnc Info Lists ha scritto: > I

Re: [Asterisk-Users] Compile problem SuSE 8.2

2003-10-07 Thread Steven Critchfield
On Tue, 2003-10-07 at 14:10, rnc Info Lists wrote: > I am trying to compile * on SuSE 8.2. When doing the "make install" in > /usr/src/zaptel I get the following error. > ** > /usr/src/linux/include/asm/system.h:189: warning: dereferencing > t