Displaying 20 results from an estimated 100 matches similar to: "can't compile ast_*fax"
2012 Jan 26
1
[PATCH v2] libxl: fix mutex initialization
# HG changeset patch
# User Roger Pau Monne <roger.pau@entel.upc.edu>
# Date 1326564288 -3600
# Node ID 259112aee618753552056e398f940d1fd9fcc6f7
# Parent f581bb82fecd51e8fbd9c2e4ae9e76b08a695587
libxl: fix mutex initialization
The macro PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is not defined on
NetBSD, so define mutex attributes manually.
Changes since v1:
* Fix leak of mutex attr.
2004 Apr 29
2
spandsp compile error: PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here
Hey All,
I'm having a bit of a problem trying to get spandsp working on my
asterisk machine. The machine is a Redhat 9.0 install with the latest
version of libtiff and libtiff-devel (according to freshrpms.net).
I manaaged to download, compile and successfully install the actual
spandsp package with no errors. The problem comes when I try to compile
the rxfax and txfax asterisk
2004 May 28
2
spandsp wont compile.
I can't get spandsp to compile. when I go to the */apps directory i
continually fails.
Makefile:80: warning: overriding commands for target `app_rxfax.so'
Makefile:77: warning: ignoring old commands for target `app_rxfax.so'
cc -fPIC -c -o app_rxfax.o app_rxfax.c
app_rxfax.c:45: error: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP'
undeclared here (not in a function)
make: ***
2004 Apr 08
1
error compiling cdr_mysql support
Here is the error I get compiling the asterisk-addons rpm
cc -fPIC -I../asterisk -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c
cdr_addon_mysql.c:50: error: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here (not in a function)
make: *** [cdr_addon_mysql.o] Error 1
I'm pretty sure I got all that is needed:
# rpm -qa | grep mysql
mysql-3.23.58-4
2004 Apr 18
1
spandsp...can't compile *
Why is it I keep getting this error when trying to get spandsp compiled
with asterisk ?
gcc -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c
app_rxfax.c:45: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here
(not in a function)
Denis
2004 Jul 12
1
Errors when compiling app_radius
Hi,
Just to know if somebody had succesfully compile app_radius from
http://appradius.minitelecom.org ?
Here below my configuration :
-> asterisk runing
-> mysql running
-> freeradius running
-> Compiling cpprad : OK
-> Compiling app_radius : not OK, here below my error message :
""
make[1]: Quitte le r?pertoire `/home/grd/appradius/inc'
make[1]: Entre dans le
2004 Dec 20
1
RxFAX compile problem
Hi there, I have installed RxFAX/TxFAX with Asterisk CVS 02/16/04 and it works just fine, i installed it successfully. Now i have Asterisk CVS 10/08/04, i installed spandsp-0.0.1 with no errors. When i reinstalled asterisk i got the following error:
In file included from app_rxfax.c:14:
../include/asterisk/lock.h: In function `ast_mutex_init':
../include/asterisk/lock.h:311:
2004 Jun 20
1
Softfax/spandsp Makefile.patch rxfax/txfax
I followed the instructions at http://www.opencall.org/instructions.html
and
http://lists.digium.com/pipermail/asterisk-users/2003-October/025094.html
I was able to compile spandsp (./configure ; make ; make install),
"manually" patched asterisk apps/Makefile (/usr/src/asterisk/apps), as the
supplied patch does not fit the actual CVS apps/Makefile
After make clean ; make install, I
2005 Oct 10
2
Beronet app_saynumber-beta-rc1
Hi list!
Do anybody has success histories about using the Beronet app_saynumber
application? For those that are hearing about for the first time, it?s a
piece of software that enables the use of another language in say_number
commands in asterisk dialplan or AGI scripts.
Link to download:
http://www.beronet.com/download/app_saynumber-beta-rc1.tar.gz
I?m trying to compile it in
2005 Oct 04
1
Can't compile ast_rxfax with Asterisk 1.2.1b
I'm trying to get ast_rxfax and ast_txfax compiling with Asterisk 1.2.1
beta. The two ast_?xfax files don't compile:
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE
-O6 -march=i686 -fomit-frame-pointer -fPIC -D_GNU_SOURCE -c
-o app_rxfax.o app_rxfax.c
app_rxfax.c: In function
2005 Jan 12
2
Trouble building appradius
I am having trouble building appradius from http://appradius.minitelecom.org/
I configure, make, make install cpprad-1.0, but when I configure, then
make appradius I get :-
obelix:/usr/src/appradius/appradius1.0 # make
make[1]: Entering directory `/usr/src/appradius/appradius1.0/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
2005 Mar 18
0
Meetme2 compilation Err
Hi ,
While compiling meetme2 i am getting the following error.
Please guide me to make it work.
cc -fPIC -c -o app_dial.o app_dial.c
In file included from app_dial.c:14:
/usr/include/asterisk/lock.h: In function `ast_mutex_init':
/usr/include/asterisk/lock.h:317: `PTHREAD_MUTEX_RECURSIVE' undeclared
(first use in this function)
/usr/include/asterisk/lock.h:317: (Each undeclared
2006 Jan 08
0
problems with app_odbcexec
Hi all,
I am trying to install the ODBCexec and ODBCquery functions into my
dialplan but I'm having difficulties in the installation of
app_odbcexec.c itself. I'm using Asterisk 1.2.1 and I've downloaded and
installed unixODBC. But when I try to run "make" after editing Makefile
and copying the app_odbcexec.c to my asterisk/apps location, this is the
output I get:
cc -fPIC
2006 Jan 11
0
problems with installing app_odbcexec into dialplan
Hi all,
I am trying to install the ODBCexec and ODBCquery functions into my
dialplan but I'm having difficulties in the installation of
app_odbcexec.c itself. I'm using Asterisk 1.2.1 and I've downloaded and
installed unixODBC. But when I try to run "make" after editing Makefile
and copying the app_odbcexec.c to my asterisk/apps location, this is
the
output I get:
cc -fPIC
2004 Oct 05
1
Cannot compile Meetme2
Hi,
I cannot compile Meetme2 on Suse 9.1 and Asterisk rc2. For latter 2 errors I
guess I need development for mysql and postgres, but what about first error
?
Regards,
Robert.
In file included from app_meetme2.c:13:
/usr/include/asterisk/lock.h: In function `ast_mutex_init':
/usr/include/asterisk/lock.h:300: error: `PTHREAD_MUTEX_RECURSIVE'
undeclared (first use in this function)
2003 Oct 20
3
Call Waiting on SIP phones
Hi All,
This is the first time I'm submitting a patch, and I hope it fixes more than
it breaks. I'm putting it here, since John Todd mentioned a while ago about
the heavy load Mark and crew have at Digium (doing such good work), so I
thought all of us could test this first, and if ok submit for inclusion in
CVS later if appropriate.
This is an extension to work done earlier (sorry I
2003 Oct 29
4
Fix for USE_POSIX_THREADS in auth-pam.c
As many of you know, OpenSSH 3.7.X, unlike previous versions, makes
PAM authentication take place in a separate process or thread
(launched from sshpam_init_ctx() in auth-pam.c). By default (if you
don't define USE_POSIX_THREADS) the code "fork"s a separate process.
Or if you define USE_POSIX_THREADS it will create a new thread (a
second one, in addition to the primary thread).
The
2006 Nov 29
1
Getting app_cepstral to work with Asterisk 1.4.0-beta3
Using this link
http://www.oldskoolphreak.com/tfiles/voip/installing_app_cepstral.txt
This is a Dell PowerEdge 1950 running Whitbox 4 and Asterisk 1.4.0-beta3
I get the following errors on make install
Any help would be GREAT!
Thanks
[CC] app_cepstral.c -> app_cepstral.o
In file included from
/usr/src/asterisk/include/asterisk/linkedlists.h:23,
from
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this?
gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff
In file included from app_rxfax.c:14:
/usr/include/asterisk/lock.h: In function `ast_mutex_init':
/usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE'
undeclared (first use in this function)
/usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is
reported
2003 Nov 21
9
Outline For Asterisk Book - Please Review & Comment
Asterisk Users
In an attempt to help Asterisk move forward, a number of us have decided
to create a book. It would initially be released as an "ebook" that
could be sent to newbies to help them up the rather steep learning
curve. Ultimately I would like to see it published and sold in
bookstores (preferably by O'Reilly & Co.).
Below is the outline for the book. We REALLY