Re: [asterisk-users] Compile problems

2009-03-09 Thread Leif Madsen
Remco Barendse wrote: And how do i get that fix? :) Do i need to build asterisk from SVN, if yes how do i get the right version? svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk Since you appear to be trying to run from the 1.6.0 branch, then you would want to grab the latest

Re: [asterisk-users] Compile problems

2009-03-08 Thread Sebastian
In makemenuconfig at apps you have rxfax and txfax you can disable them from there . I think the name is app-fax i dont remember exactly now but it is there Enviado desde mi iPhone El 08/03/2009, a las 04:33 a.m., Remco Barendse aster...@barendse.to escribió: On Sun, 8 Mar 2009,

[asterisk-users] Compile problems

2009-03-07 Thread Remco Barendse
Hi all I don't know what went wrong but i no longer seem to be able to compile asterisk. I first do : cd /usr/src/dahdi-linux-2.1.0.4 make clean ; make all ; make install cd /usr/src/dahdi-tools-2.1.0.2 ./configure ; make clean ; make all ; make install ; make config So far so good but

Re: [asterisk-users] Compile problems

2009-03-07 Thread Shazaum
believe is missing dependencies 2009/3/7 Remco Barendse aster...@barendse.to Hi all I don't know what went wrong but i no longer seem to be able to compile asterisk. I first do : cd /usr/src/dahdi-linux-2.1.0.4 make clean ; make all ; make install cd /usr/src/dahdi-tools-2.1.0.2

Re: [asterisk-users] Compile problems

2009-03-07 Thread Sebastian
The fax error seems to be problem of spandsp version. What version are you using??? Enviado desde mi iPhone El 07/03/2009, a las 09:26 p.m., Remco Barendse aster...@barendse.to escribió: Hi all I don't know what went wrong but i no longer seem to be able to compile asterisk. I first do

Re: [asterisk-users] Compile problems

2009-03-07 Thread Tzafrir Cohen
On Sun, Mar 08, 2009 at 12:26:00AM +0100, Remco Barendse wrote: So far so good but then when i do : cd /usr/src/asterisk-1.6.0.6 make clean ; ./configure ; make all ; make install i get this : In file included from app_dahdiras.c:50: /usr/include/dahdi/user.h:736: error: syntax

Re: [asterisk-users] Compile problems

2009-03-07 Thread Remco Barendse
On Sun, 8 Mar 2009, Sebastian wrote: The fax error seems to be problem of spandsp version. What version are you using??? I use the latest IAXMODEM 1.2.0, the changelog of it says update spandsp to 20080725 snapshot However, i never asked Asterisk to compile with fax support, can i disable

Re: [asterisk-users] Compile problems

2009-03-07 Thread Tzafrir Cohen
On Sun, Mar 08, 2009 at 08:33:41AM +0100, Remco Barendse wrote: On Sun, 8 Mar 2009, Sebastian wrote: The fax error seems to be problem of spandsp version. What version are you using??? I use the latest IAXMODEM 1.2.0, the changelog of it says update spandsp to 20080725 snapshot

Re: [asterisk-users] Compile problems

2009-03-07 Thread Remco Barendse
On Sun, 8 Mar 2009, Tzafrir Cohen wrote: On Sun, Mar 08, 2009 at 12:26:00AM +0100, Remco Barendse wrote: So far so good but then when i do : cd /usr/src/asterisk-1.6.0.6 make clean ; ./configure ; make all ; make install i get this : In file included from app_dahdiras.c:50:

Re: [asterisk-users] compile problems with app_rxfax.c and asterisk 1.2.11

2006-08-30 Thread Artifex Maximus
Hello! On 8/29/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Trying to add faxing to asterisk but get a compile error. Any ideas? Is it broken for Asterisk 1.2.11 or was it me again :-) app_rxfax.c:105: error: structure has no member named `column_resolution' app_rxfax.c:105: error:

[asterisk-users] compile problems with app_rxfax.c and asterisk 1.2.11

2006-08-29 Thread phil . dawson
Hi All, Trying to add faxing to asterisk but get a compile error. Any ideas? Is it broken for Asterisk 1.2.11 or was it me again :-) I followed the instructions from here: http://www.asteriskguru.com/tutorials/spandsp.html Thanks in advance Phil gcc -shared -Xlinker -x -o app_page.so

[Asterisk-Users] Compile problems, 1.2 rc2 and SUSE 9.3

2005-11-16 Thread Joseph Rothstein
Greetings to all, I am trying to compile 1.2 rc2 on a SUSE 9.3 box, and the compile fails with this error: make[1]: Entering directory `/usr/src/asterisk-1.2.0-rc2/channels' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT

Re: [Asterisk-Users] Compile problems, 1.2 rc2 and SUSE 9.3

2005-11-16 Thread Kevin P. Fleming
Joseph Rothstein wrote: make[1]: *** Deleting file `chan_sip.o' make[1]: *** [chan_sip.o] Interrupt make: *** [subdirs] Interrupt 'Interrupt' means you pressed Ctrl-C or killed the compile process in some other way. ___ --Bandwidth and Colocation

[Asterisk-Users] Compile problems on Solaris SPARC

2005-09-22 Thread Joseph Rothstein
Greetings to all, Im try to compile * (1.2) on a Sunfire 210 with Solaris 10, but do not get past line 29 in the Makefile. Some innoccuous line with uname s as a variable. Would love to hear from anyone who has gotten Asterisk to compile on Solaris 10 specifically. Thanskt to

Re: [Asterisk-Users] Compile problems on Solaris SPARC

2005-09-22 Thread Tzafrir Cohen
On Thu, Sep 22, 2005 at 09:29:20AM +0200, Joseph Rothstein wrote: Greetings to all, I'm try to compile * (1.2) on a Sunfire 210 with Solaris 10, but do not get past line 29 in the Makefile. Some innoccuous line with 'uname -s' as a variable. Anybody tried using INSTALL_PREFIX with a

[Asterisk-Users] compile problems with yada

2005-09-14 Thread Han van Hulst
Hi, I am trying to compile a new version of asterisk, Until now I successful compiled to following modules zaptel asterisk yada 0.9 now i have some problems with compiling cdr_yada can somebody give me a hint to correct the error. [EMAIL PROTECTED] cdr_yada-001]# make gcc -Wall -g

[Asterisk-Users] compile problems with suse 8.2

2003-10-21 Thread Martin Temmink
Can anybody give me some directions how i could compile Asterisk for SuSE 8.2 of 9.0. I have a lot of problems compiling. I have installed the readline-dev ncurses package etc. Or maybe somebody has a rpm for SuSE available? With kind regards, Martin Temmink.

Re: [Asterisk-Users] Compile problems

2003-08-21 Thread Keith Tucker
WipeOut, Thanks a bunch. I just saw this after I wrote my other e-mail thanking everyone for their help. I think I am going to DL RH 9 and just re-vamp my box with this install model. I had planned to dedicate my * box anyway eventually. Once again, thank y'all a heap. I'm from SE OK, in

[Asterisk-Users] Compile problems

2003-08-19 Thread Keith Tucker
Hello All, I am trying to compile Asterisk under RedHat 8. I downloaded (checked out) the sources from CVS as described on the Asterisk download page. When I start to compile Zaptel, soon after compilation starts, it errors out. As far as I know I have all the OpenSSL and readline and kernal

RE: [Asterisk-Users] Compile problems

2003-08-19 Thread Wade J. Weppler
RedHat 8 works fine. What errors are you getting? You'll definitely need the kernel sources installed. -wade Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], Subject: RE: [Asterisk-Users] Compile problems Date: Tue, 19 Aug 2003 23:03:16 -0500 Hello All, I am trying

Re: [Asterisk-Users] Compile Problems with gcc 3.3

2003-07-12 Thread Uwe Klein
Gary Gapinski schrieb: Compiles OK for me on SuSE 8.2 Professional with k_smp-2.4.20-86 and gcc-3.3-23 on a Tyan S2462 with a Asterisk CVS snapshot from 1700UTC. [EMAIL PROTECTED]:~/digium/asterisk md5sum pbx.c c5b9063e18fe10a5f07054061c2ecd18 pbx.c Hi Gary and Thanks for your help. my

[Asterisk-Users] Compile Problems with gcc 3.3

2003-07-11 Thread Uwe Klein
Hi, after quite some time doing nothing with asterisk I downloaded the current cvs version. Building this on a SuSE 8.2 System with gcc 3.3 i ran into an unpleasant snag: pbx.c:581: warning: comparison between signed and unsigned pbx.c: In function

Re: [Asterisk-Users] Compile Problems with gcc 3.3

2003-07-11 Thread Gary Gapinski
Compiles OK for me on SuSE 8.2 Professional with k_smp-2.4.20-86 and gcc-3.3-23 on a Tyan S2462 with a Asterisk CVS snapshot from 1700UTC. [EMAIL PROTECTED]:~/digium/asterisk md5sum pbx.c c5b9063e18fe10a5f07054061c2ecd18 pbx.c gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes